Files
junhong_cmp_fiber/.agents/skills/implement/SKILL.md
break 4c393bb427
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m34s
回溯佣金
2026-08-13 17:00:06 +08:00

16 lines
433 B
Markdown

---
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.