setup-matt-pocock-skills
Setup Matt Pocock's Skills
搭建 engineering skills 依赖的每仓库配置:
- Issue tracker — issues 存放在哪里(默认 GitHub;也原生支持 local markdown)
- Triage labels — 五个 canonical triage roles 使用的字符串
- Domain docs —
CONTEXT.md和 ADRs 的位置,以及读取它们的消费规则
这是 prompt-driven skill,不是确定性脚本。先探索,展示发现,和用户确认,然后再写入。
Process
1. Explore
查看当前 repo,理解起始状态。读取已有内容,不要假设:
git remote -v和.git/config— 这是 GitHub repo 吗?是哪一个?- repo 根目录的
AGENTS.md和CLAUDE.md— 是否存在?其中是否已经有## Agent skillssection? - repo 根目录的
CONTEXT.md和CONTEXT-MAP.md
More from vinvcn/mattpocock-skills-zh-cn
grill-me
围绕 plan 或 design 持续 interview user,直到达成 shared understanding,并逐一解决 decision tree 的每个分支。Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
121grill-with-docs
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
117tdd
使用 red-green-refactor loop 做 test-driven development。Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
116diagnose
面向棘手 bug 和性能回退的纪律化 diagnosis loop。Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
114caveman
>
112zoom-out
让 agent zoom out,并给出更广的 context 或更高层 perspective。Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.
111