Agent Skills
› mattpocock/skills
› implement
implement
GitHub根据规格或工单实现功能,遵循TDD流程,定期运行类型检查和测试,完成后执行代码审查并提交至当前分支。
Trigger Scenarios
用户要求根据需求文档实现新功能
需要处理具体的开发任务或工单
Install
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.
Version History
- ed37663 Current 2026-07-24 15:57


