원클릭으로
morph
morph_edit usage guidance - prefer it for large, scattered, or whitespace-sensitive edits in existing files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
morph_edit usage guidance - prefer it for large, scattered, or whitespace-sensitive edits in existing files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
MCP tool selection guide — use when choosing between Kagi, Context7, gh_grep, Firecrawl, Playwright, or other MCP tools for a task. Provides decision matrix and anti-patterns.
Context-aware tradeoff analysis — researches codebase and domain to draft criteria questions for user prioritization. Use when facing 2+ viable approaches with meaningful tradeoffs.
PREFERRED: Dual-engine code intelligence (semantic search + symbol lookup). Use INSTEAD of built-in Grep/Glob for code exploration, concept search, and finding implementations by intent. Semantic engine: 92% retrieval quality. Symbol engine: exact function/class lookup, no API key needed.
Generic git worktree boundary guidance. For ADV-managed worktrees, defer to Advance's adv-worktree skill and adv_worktree_* tools.
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject <=50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.
Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.
| name | morph |
| description | morph_edit usage guidance - prefer it for large, scattered, or whitespace-sensitive edits in existing files. |
| keywords | ["morph_edit","large-file-edit","scattered-edits","whitespace-sensitive","refactor","existing-file-edit"] |
| license | MIT |
| metadata | {"priority":"medium","replaces":"edit"} |
Load this skill when you need to edit an existing file and the change is large, scattered, or fragile for exact string replacement.
morph_edit ForUse // ... existing code ... markers at the start, between edits, and at the
end so unchanged code is preserved.
Include 1-2 unique context lines around each change and give specific instructions describing the intent of the edit.
If morph_edit fails, fall back to native exact editing tools.