Tests Green Goal
June 23, 2026 · View on GitHub
Objective: Get CI green on a failing branch or main.
Example /goal
/goal Read GOAL.md. Fix all failing tests listed in the Progress section.
Done when: full test suite passes locally and goal-verifier returns PASS.
Use update_goal for milestones. Do not mark completed until verifier passes.
Done Condition
-
npm test/pytest/ project test command exits 0 - No new
@ts-ignoreor skipped tests without documented reason -
goal-verifierskill PASS
Verifier
- Run full test suite (not subset)
goal-verifierconfirms done checklist inGOAL.md
GOAL.md Fields
## Failing Tests (start)
- auth.test.ts — token refresh timeout
- api.test.ts — 500 on /health
## Fix Strategy
- Fix root cause, not symptoms
- One logical fix per commit when possible
Budget
Cap at 30 turns. If still red, blocked_reason with failing test names + last error output.