Loading...
Loading...
Keep iterating on code changes until the tests pass, the build succeeds, or linting is clean. Runs in a tight loop of fix → run → check → repeat. Use when you want the agent to autonomously grind through test failures or build errors.
npx skill4agent add spencerpauly/awesome-cursor-skills grinding-until-passnpm testnpx vitest runnpm run buildnpm run lintnpx tsc --noEmitnpm run lint && npx tsc --noEmit && npm test && npm run build@ts-ignoreeslint-disableany.cursor/hooks.json{
"hooks": [
{
"event": "stop",
"command": "bash .cursor/scripts/check-tests.sh",
"description": "Re-run tests after agent stops and send follow-up if failing"
}
]
}followup_message--bail--fail-fast