Agent Skills
› biersoeckli/QuickStack
› implement
implement
GitHub根据规格说明或工单实现功能,遵循TDD实践,定期运行类型检查和测试,完成后进行代码审查并提交。
Trigger Scenarios
根据需求文档或工单实现新功能
执行编码任务并遵循TDD流程
Install
npx skills add biersoeckli/QuickStack --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
- 0.0.13 Current 2026-08-20 14:28


