Agent Skills
› nodetool-ai/nodetool
› implement
implement
GitHub根据需求规格或工单实现功能,遵循TDD流程,执行类型检查与测试,最后进行代码审查并提交至当前分支。
Trigger Scenarios
用户要求实现特定功能
提供需求规格说明
提供相关工单列表
Install
npx skills add nodetool-ai/nodetool --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
- a6a7e57 Current 2026-08-20 09:50


