Agent Skills
› Alain00/blobatar
› implement
implement
GitHub根据规格说明或工单实施功能开发。遵循TDD原则,定期运行类型检查和单元测试,完成后执行代码审查并提交至当前分支。
Trigger Scenarios
根据需求文档实现新功能
处理用户提交的工单任务
Install
npx skills add Alain00/blobatar --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
- 8436285 Current 2026-08-19 11:31


