con un clic
implement
Implement a piece of work based on a spec or set of tickets.
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ú
Implement a piece of work based on a spec or set of tickets.
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
Architecturally overhaul Rust code for explicit ownership, responsibility, supervision, shutdown, error propagation, and cleanup. Use for whole-function or whole-module clean-code refactors, especially async or threaded pipelines, tangled concurrency, broad contexts, unclear ownership boundaries, and fragmented cancellation paths.
Debloat a codebase by removing defensive repair, adapters, duplicate naming schemes, and misplaced component logic. Use when simplifying code, tightening contracts, removing fallback-heavy compatibility layers, or making components presentational.
| name | implement |
| description | Implement a piece of work based on a spec or set of tickets. |
| disable-model-invocation | true |
Implement the work described by the user in the spec or tickets - do not extend beyond the scope of the ticket/issue.
Use /tdd where possible, at pre-agreed seams.
Run typechecking regularly, single test files regularly; do not run build or full test suite.
Once done, use /code-review to review the work.
At the end, verify against acceptance criteria of ticket and update the status of ticket.