Agent Skills
› mattpocock/skills
› implement
implement
GitHub根据规格或工单实现功能,优先使用TDD方法。定期运行类型检查和单元测试,最后执行完整测试套件。完成后进行代码审查并提交到当前分支。
触发场景
需要根据需求文档或用户故事编写新功能代码
需要基于现有规范实现特定业务逻辑
安装
npx skills add mattpocock/skills --skill implement -g -y
SKILL.md
Frontmatter
{
"name": "implement",
"description": "Implement a piece of work based on a spec or set of tickets.",
"disable-model-invocation": true
}
Implement the work described by the user in the spec or tickets.
Use /tdd where possible, at pre-agreed seams.
Run typechecking regularly, single test files regularly, and the full test suite once at the end.
Once done, use /code-review to review the work.
Commit your work to the current branch.
版本历史
- ed37663 当前 2026-07-24 15:57


