Skip to content
Development
Skill

/implement

基于 spec 或 ticket 集合实现一段工作。

From plugin
mattpocock-skills
3.1k26 skills
Install
$ npx -y skills add vinvcn/mattpocock-skills-zh-cn --skill implement --agent claude-code

How 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.md
name: implement
description: "基于 spec 或 ticket 集合实现一段工作。"
disable-model-invocation: true

实现用户在 spec 或 tickets 中描述的工作。

尽可能在预先约定好的 seams 上使用 `/tdd`。

定期运行 typechecking,定期运行单个测试文件,并在最后运行完整测试套件。

完成后,使用 `/code-review` 审查这次工作。

把工作提交到当前 branch。

Ships withmattpocock-skills

这是 mattpocock/skills 的简体中文本地化版本。

Get the whole plugin
Stats
3,098
Stars
255
Forks
Active
Maintenance
Shell
Language
MIT
License
13d ago
Last commit
3mo ago
Created

Repo: vinvcn/mattpocock-skills-zh-cn