github.com/vinvcn/mattpocock-skills-zh-CN
| Skill | Added | Review |
|---|---|---|
ask-matt skills/engineering/ask-matt/SKILL.md 询问当前情境适合哪个技能或流程;它是本仓库所有 skills 的路由器。 | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
claude-handoff skills/in-progress/claude-handoff/SKILL.md 把当前对话交接给一个全新的 background agent,让它立即接手工作。 | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
codebase-design skills/engineering/codebase-design/SKILL.md 用于设计深模块的共享词汇。适用于用户想设计或改进模块接口、寻找深化机会、决定 seam 放在哪里、让代码更容易测试或更适合 AI 导航,或其他技能需要深模块词汇时。 | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
code-review skills/engineering/code-review/SKILL.md 从固定点(commit、branch、tag 或 merge-base)开始,按 Standards(代码是否符合本仓库记录的编码标准?)和 Spec(代码是否符合来源 issue/spec 的要求?)两个轴线审查变更。两个审查会在并行子代理中运行,并并排报告。适用于用户想审查 branch、PR、进行中的变更,或要求 “review since X” 时。 | 78 78 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9fe7e7a | |
diagnosing-bugs skills/engineering/diagnosing-bugs/SKILL.md 面向棘手缺陷和性能回退的诊断循环。适用于用户说 “diagnose” / “debug this”,或报告某些东西 broken、throwing、failing、slow 时。 | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
domain-modeling skills/engineering/domain-modeling/SKILL.md 构建并打磨项目的领域模型。适用于用户想明确领域术语或通用语言、记录架构决策,或其他技能需要维护领域模型时。 | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
git-guardrails-claude-code skills/misc/git-guardrails-claude-code/SKILL.md 设置 Claude Code hooks,在危险 git commands(push、reset --hard、clean、branch -D 等)执行前阻止它们。适用于用户想防止破坏性 git 操作、添加 git safety hooks,或在 Claude Code 中阻止 git push/reset 时。 | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
grilling skills/productivity/grilling/SKILL.md 围绕计划、decision 或 idea 持续追问用户。适用于用户想对自己的思路做压力测试,或使用任何 “grill” 触发措辞时。 | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
grill-me skills/productivity/grill-me/SKILL.md 一个用来打磨计划或设计的持续追问式访谈。 | 51 51 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
grill-with-docs skills/engineering/grill-with-docs/SKILL.md 一个用来打磨计划或设计的持续追问式访谈,并在过程中创建文档(ADRs 和词汇表)。 | 48 48 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
handoff skills/productivity/handoff/SKILL.md 把当前对话压缩成交接文档,让另一个代理接手。 | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
implement skills/engineering/implement/SKILL.md 基于 spec 或 ticket 集合实现一段工作。 | 51 51 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
improve-codebase-architecture skills/engineering/improve-codebase-architecture/SKILL.md 扫描代码库中的深化机会,生成可视化 HTML 报告,然后围绕你选中的候选项继续追问。 | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
loop-me skills/in-progress/loop-me/SKILL.md 在这个工作区中,就我想构建的工作流规格访谈我。 | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
migrate-to-shoehorn skills/misc/migrate-to-shoehorn/SKILL.md 将测试文件从 `as` 类型断言迁移到 @total-typescript/shoehorn。适用于用户提到 shoehorn、想替换测试中的 `as`,或需要局部测试数据时。 | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
prototype skills/engineering/prototype/SKILL.md 构建一次性原型来回答一个设计问题。适用于用户想验证某个 state model 或 logic 是否感觉对,或探索 UI 应该长什么样时。 | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
research skills/engineering/research/SKILL.md 对照高可信一手来源调研问题,并把发现保存为仓库中的 Markdown 文件。适用于用户想调研主题、收集文档或 API 事实,或把阅读工作委托给后台代理时。 | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
resolving-merge-conflicts skills/engineering/resolving-merge-conflicts/SKILL.md 适用于需要解决正在进行的 git merge/rebase 冲突时。 | 57 57 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9fe7e7a | |
scaffold-exercises skills/misc/scaffold-exercises/SKILL.md 创建包含章节、题目、答案和讲解的练习目录结构,并确保通过 linting。适用于用户想 scaffold exercises、创建 exercise stubs,或设置新的课程章节时。 | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
setup-matt-pocock-skills skills/engineering/setup-matt-pocock-skills/SKILL.md 为此仓库配置 engineering skills——设置其 issue tracker、triage labels 词汇与 domain docs 布局。在首次使用其他 engineering skills 前运行一次。 | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
setup-pre-commit skills/misc/setup-pre-commit/SKILL.md 在当前仓库设置 Husky pre-commit hooks,集成 lint-staged (Prettier)、类型检查和测试。适用于用户想添加 pre-commit hooks、设置 Husky、配置 lint-staged,或在提交时运行格式化、类型检查和测试时。 | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
setup-ts-deep-modules skills/in-progress/setup-ts-deep-modules/SKILL.md 在 TypeScript repo 中接入 dependency-cruiser,让每个 package 成为 deep module:implementation 隐藏在 subfolders 中,只能通过 entry-point files 访问。User-invoked。 | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
tdd skills/engineering/tdd/SKILL.md 测试驱动开发。适用于用户想用先写测试的方式构建功能或修复缺陷、提到 “red-green-refactor”,或需要集成测试时。 | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
teach skills/productivity/teach/SKILL.md 在这个工作区中教用户一个新技能或概念。 | 40 40 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a | |
to-questionnaire skills/productivity/to-questionnaire/SKILL.md 把你无法完整回答的 decision 转成一份交给他人填写的 questionnaire。 | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9fe7e7a |