원클릭으로
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.