mattpocock/skills已通過檢查
SKILL DETAIL
implement
mattpocock/skills/implement
This skill is used to implement work based on a spec or set of tickets provided by the user. It suggests using /tdd where possible at pre-agreed seams, running typechecking regularly, running single test files regularly, and running the full test suite once at the end. Once done, it recommends using /code-review to review the work and committing the work to the current branch.
安裝量 · 5,202查看來源
Installation
npx skills add https://github.com/mattpocock/skills --skill implement
技能檔案
SKILL.md
最近同步 · 2026年8月29日
agents/openai.yaml›
interface:
display_name: "Implement"
short_description: "Build work from a spec or tickets"
policy:
allow_implicit_invocation: false
SKILL.md›
---
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.