安装
在 DeepSeek Harness 里通过 dsh-market 安装
dsh plugin --profile web add dshmarket
或使用命令行
dsh plugin --profile web add github:zsxh1990/pr-genius
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。
README
type: Knowledge Bundle title: Big-Repo PR 知识库 description: 大型开源项目 PR 模式 + 经验沉淀(中文导航) version: 0.1.0 created: 2026-07-04
Big-Repo PR 知识库 — 中文入口
本仓库记录在大型开源项目(star ≥ 1k)上提 PR 的模式与经验沉淀:
- 仓画像:维护者风格、PR 方向、SOP、反模式
- 单 PR 案例:合并 / close / amend 完整链路
格式遵循 OKF v0.1 —— 纯 Markdown + YAML frontmatter,路径即 ID,零运行时依赖。
给中文 Agent 读者的读取顺序
- docs/index.md — 文件地图 + 推荐读取顺序
- AGENT_GUIDELINES_SCHEMA.md —
agent_guidelines字段 schema - ROUNDS_SCHEMA.md — PR Case Study
rounds字段 schema (v0.5.0) - BLACKLIST.md — 永久拉黑仓清单
- federation.yaml —
federates_with跨仓联邦声明
中文读者速查
| 维度 | 数量 |
|---|---|
| 覆盖大仓(star ≥ 1k) | 11 个(含 NousResearch/hermes-agent) |
总 .md 文件 |
~270 |
| Repo Profile | 11 |
| PR Case Study | 11 |
| Anti-Pattern | 4 |
| Lessons (misakanet-50) | 10 |
| Validator Check | 4 (frontmatter / 死链 / 一致性 / rounds schema) |
中文版注意事项
README.zh.md 只是导航摘要。详细内容(仓画像、PR 案例、Schema
定义、Lessons)一律以英文原文为准——英文版本投入维护资源多、
schema 演进同步、跨 Agent 协作兼容性更好。
如果某个英文概念需要中文对照,请开 issue 或提 PR 到 README.zh.md 本节。
链接
- 仓库主页:https://github.com/zsxh1990/pr-genius
- 联邦上游:https://github.com/Ikalus1988/MisakaNet
- 贡献:
CONTRIBUTING.md(英文版)