ワンクリックで
implement
Implement a requested code change end-to-end with scoped edits and verification.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Implement a requested code change end-to-end with scoped edits and verification.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | implement |
| description | Implement a requested code change end-to-end with scoped edits and verification. |
| when_to_use | Use when the user asks to add, change, or fix behavior in a codebase. |
| required_tools | ["bash","symbol_index","symbol_search"] |
| tags | ["coding","implementation"] |
| activation | {"input_patterns":["(?i)(implement|add|build|fix|修复|实现|增加)"]} |
${ARGS}
Map the project with CLI commands and symbol tools before editing. Identify the smallest files and symbols that own the behavior.
Edit the narrowest viable surface. Prefer precise replacements over full rewrites. Preserve user changes and existing conventions.
Run the most relevant test or diagnostic path. If verification cannot run, report the blocker and the residual risk.
State what changed, what was verified, and what remains.
Guided git commit workflow — review changes, draft message, stage, commit
Manage context pressure during large codebase work without losing critical state.
Create a pull request with structured summary and test plan
Interactive debugging — reproduce, isolate, trace, fix
Explore a codebase or directory to understand its structure and purpose
Investigate production-like failures from symptoms, logs, and reproduction steps.