Ralph Story Executor
Fresh-context loop: pick one incomplete story from prd.json, implement it, run backpressure checks, commit, and update progress before the next iteration.
Cargando...
Recursos públicos compartidos por la comunidad Falken. Descubre prompts, IAs, skills y más.
Fresh-context loop: pick one incomplete story from prd.json, implement it, run backpressure checks, commit, and update progress before the next iteration.
Poll CI on an interval, investigate failures when checks go red, and push fixes until green.
Loop until API responses match the OpenAPI or JSON Schema contract — catch drift between docs and implementation.
Implement on a branch, run tests, push, open a PR, wait for CI, and loop until checks pass and the PR is ready to merge.
Hook that runs tests before git commit commands to block commits when the suite is red.
Keep openapi.yaml valid and in sync with route handlers — lint the spec and fix drift each pass.
Review your own diff like a senior reviewer, fix issues, and repeat for three passes before opening the PR.
Ship features without bloating the client bundle — loop until size checks pass under your budget threshold.
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.
Run a fixed smoke checklist against staging after deploy: auth, core flows, and error budgets.
Run database migrations, fix schema issues, and loop until migrations apply cleanly in dev.
Poll open PRs labeled codex-watch every 15 minutes, review activity, and flag regressions or stale threads.
Rebase or merge target branch, resolve conflicts file by file, and loop until the branch is current and tests pass.
Write a small throwaway script to reproduce a bug, run it, read output, and iterate until the root cause is proven.
After implementation, run a cleanup pass: remove debug code, tighten naming, delete dead branches, and align with project conventions.
Find and remove dead exports, unused files, and orphan dependencies — loop until knip reports clean.
Hook that runs smoke tests after git merge or rebase to catch integration regressions immediately.
Weekly loop to check outdated dependencies, propose safe upgrades, and open a summary.
Weekly npm audit scan, triage vulnerabilities by severity, and propose or apply safe patches.
Hook-based loop that runs related tests after file edits to catch regressions early.