Agent Skills
› Remocn/remocn
› implement
implement
GitHub根据需求规格或工单实现功能,优先使用TDD,定期运行类型检查和测试,完成后进行代码审查并提交到当前分支。
Trigger Scenarios
用户要求根据规范实现功能
用户要求根据工单完成开发任务
Install
npx skills add Remocn/remocn --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
- f77e19e Current 2026-07-19 22:34


