con un clic
code-cleanup
Automated code cleanup for linting, formatting, and dead code removal
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ú
Automated code cleanup for linting, formatting, and dead code removal
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
Full autonomous execution from idea to working code. Handles the full lifecycle - requirements, planning, parallel implementation, QA cycling, and multi-perspective validation.
Web browser automation for testing and data extraction
Self-improvement from development sessions
Automated documentation generation and maintenance
Token-efficient execution modifier. Optimizes droid routing to prefer simpler, cheaper tiers while maintaining quality.
Git expertise for atomic commits, rebasing, and history analysis
| name | code-cleanup |
| description | Automated code cleanup for linting, formatting, and dead code removal |
| user-invocable | true |
Automated code cleanup and maintenance for improved code quality.
// Before
const x= 1;
// After
const x = 1;
import { a } from './a';
import { b } from './b';
import { z } from 'external';
function add(a: number, b: number): number {
return a + b;
}
/code-cleanup to invoke this skill.