Cargando...
Instrucciones repetitivas para agentes de código
55 recursos publicados
Loops para compilar, testear y desplegar
Loops para linting, tipos y accesibilidad
Loops para migraciones e índices
Loops para auditoría y hardening
Anade tests hasta alcanzar cobertura objetivo.
Repite el build y arregla errores hasta que compile sin fallos.
Escribe tests para endpoints sin cobertura.
Reorganiza commits en bloques tematicos.
Analiza logs de error y agrupa los mas frecuentes.
Optimiza imagenes para web.
Poll CI on an interval, investigate failures when checks go red, and push fixes until green.
Every 15 minutes, inspect open PRs with a watch label: nudge reviewers, fix CI, rebase if behind main.
Fresh-context loop: pick one incomplete story from prd.json, implement it, run backpressure checks, commit, and update progress before the next iteration.
Run failing tests repeatedly, classify each failure as flaky or real, and fix only confirmed regressions.
Run the formatter, fix any remaining style issues, and loop until the codebase formats cleanly with no diffs.
Hook that runs tests before git commit commands to block commits when the suite is red.
When a check fails twice the same way, append a guardrail sign to .ralph/guardrails.md so the next iteration avoids repeating it.
On an interval, hit health and smoke endpoints after a deploy until all checks return healthy responses.
Poll open PRs labeled codex-watch every 15 minutes, review activity, and flag regressions or stale threads.
Keep openapi.yaml valid and in sync with route handlers — lint the spec and fix drift each pass.
Test-first loop: write a failing test, implement the minimum code to pass, refactor, and repeat.
When implementation claims done, a separate verifier pass runs build, lint, and tests with no access to the implementer's rationale.
On each failed repro attempt, write a short reflection to disk, then retry with that memory — avoids repeating the same wrong fix.
Fetch the latest failed CI run, reproduce the failure locally, fix it, and repeat until checks pass.
Hook that runs smoke tests after git merge or rebase to catch integration regressions immediately.
Run a fixed smoke checklist against staging after deploy: auth, core flows, and error budgets.
Hook-based loop that runs related tests after file edits to catch regressions early.
Vigila el CI y notifica cuando falla.