con un clic
refactor-extract
Extract focused helpers while preserving existing behavior.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Extract focused helpers while preserving existing behavior.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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.