with one click
refactor-extract
Extract focused helpers while preserving existing behavior.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Extract focused helpers while preserving existing behavior.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Measure and reduce local latency, memory, or rendering overhead.
Review a local change for privacy, permission, and data-exposure risk.
Reproduce, isolate, and verify a bug before changing code.
Inspect local dependencies for version, license, and build-path risk.
Write concise documentation from verified local code evidence.
Diagnose and fix one reproducible build, test, or runtime error.
| id | refactor-extract |
| name | Refactor Extract |
| description | Extract focused helpers while preserving existing behavior. |
Identify the repeated or oversized logic, extract only the stable concept, and keep call sites easy to read. Do not change behavior unless a test explicitly covers the change.