Agent Skills
› ninehills/skills
› implement
implement
GitHub根据PRD或Issue实现功能,优先使用TDD,定期运行类型检查和测试,完成后调用/review审查并提交代码。
Trigger Scenarios
需要基于需求文档实现新功能
需要修复或完成Issue中描述的任务
Install
npx skills add ninehills/skills --skill implement -g -y
SKILL.md
Frontmatter
{
"name": "implement",
"description": "Implement a piece of work based on a PRD or set of issues.",
"disable-model-invocation": true
}
Implement the work described by the user in the PRD or issues.
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 /review to review the work.
Commit your work to the current branch.
Version History
- f3e82a7 Current 2026-07-25 11:14


