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."
}
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:36


