Development
Skill
/implement
基于 spec 或 ticket 集合实现一段工作。
Install
$ npx -y skills add vinvcn/mattpocock-skills-zh-cn --skill implement --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/implement
Context preview
The summary Claude sees to decide when to auto-load this skill.
基于 spec 或 ticket 集合实现一段工作。
SKILL.md
implement.SKILL.mdname: implement description: "基于 spec 或 ticket 集合实现一段工作。" disable-model-invocation: true
实现用户在 spec 或 tickets 中描述的工作。
尽可能在预先约定好的 seams 上使用 `/tdd`。
定期运行 typechecking,定期运行单个测试文件,并在最后运行完整测试套件。
完成后,使用 `/code-review` 审查这次工作。
把工作提交到当前 branch。
Stats
4,216
Stars
345
Forks
Active
Maintenance
JavaScript
Language
MIT
License
5h ago
Last commit
4mo ago
Created
Repo: vinvcn/mattpocock-skills-zh-cn
Other skills on vinvcn-mattpocock-skills.
Skill
Skill
code-review
从固定点(commit、branch、tag 或 merge-base)开始,按 Standards(代码是否符合本仓库记录的编码标准?)和 Spec(代码是否符合来源 issue/spec 的要求?)两个轴线审查变更。两个审查会在并行子代理中运行,并并排报告。适用于用户想审查…
Skill
codebase-design
用于设计深模块的共享词汇。适用于用户想设计或改进模块接口、寻找深化机会、决定 seam 放在哪里、让代码更容易测试或更适合 AI 导航,或其他技能需要深模块词汇时。
Skill
diagnosing-bugs
面向棘手缺陷和性能回退的诊断循环。适用于用户说 “diagnose” / “debug this”,或报告某些东西 broken、throwing、failing、slow 时。
Skill
Skill

