Agent Skills
› ninehills/skills
› implement
implement
GitHub根据PRD或Issue实现功能,优先采用TDD模式,定期运行类型检查和单元测试,最终执行代码审查并提交代码。
Trigger Scenarios
需要根据需求文档编写代码
需要处理具体的功能开发任务
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


