ワンクリックで
implement
Execute a scoped implementation plan with tests, typed Python checks, and no automatic commits.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute a scoped implementation plan with tests, typed Python checks, and no automatic commits.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Maintain CHANGELOG.md as meaningful merges land. Use after merging a feature branch, before cutting a release, or when asked "what changed?".
Cut a GitHub release by updating changelog, validating release checks, creating a tag, and publishing with gh.
Ship current work through a GitHub pull request using git and gh.
Record durable architectural decisions in docs/adr with compact context and consequences.
Shared vocabulary for designing deep modules, interfaces, seams, and adapters.
Diagnose hard bugs by building a tight repro loop before changing code.
SOC 職業分類に基づく
| name | implement |
| description | Execute a scoped implementation plan with tests, typed Python checks, and no automatic commits. |
| metadata | {"author":"mattpocock","version":"1.0.2"} |
Use this when the user has chosen a scoped change and wants it built.
AGENTS.local.md, AGENTS.md, CONTEXT-MAP.md, and relevant local CONTEXT.md.tdd for behavior changes and bug fixes.reason protected.Do not commit unless the user explicitly asks. If asked to commit, use small Conventional Commits.
Use the smallest sufficient set, then broaden when touched code is shared:
uv run pytest -n autouv run ruff checkuv run ruff format --checkuv run ty checkuv run basedpyrightuv run lint-imports