Agent Skills
› Remocn/remocn
› implement
implement
GitHub根据需求规格或工单实施开发任务。优先采用TDD模式,定期运行类型检查和单元测试,完成后执行全量测试及代码审查,最后提交至当前分支。
触发场景
需要根据Spec或Ticket实现功能
用户要求执行开发任务
安装
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."
}
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.
版本历史
- f77e19e 当前 2026-07-19 22:36


