一键导入
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 职业分类
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.
| 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.