healtests
Heal Tests Loop
You are in a test-healing loop. Goal: make all tests pass.
Step 1: Run Tests
just testq
Step 2: Evaluate Results
If tests pass: Report success. The healing loop is complete.
If tests fail: Continue to Step 3.
Step 3: Plan the Fix
- Analyze the test failure output
- Enter plan mode using
EnterPlanModetool - Write your fix plan to the plan file
CRITICAL: Your plan file MUST end with this exact section:
## Verification (Healing Loop)
This fix is part of a `/healtests` healing loop. After implementing:
1. Run `just testq`
2. If tests pass, the healing loop is complete
3. If tests fail, use `EnterPlanMode` to plan the next fix
The loop continues until all tests pass.
This ensures the loop context survives context clearing.
More from frizzle-chan/mudd
discord-markdown
>-
31ruff-formatter
>-
30discord-py
Build Discord bots using discord.py. Use when the user asks about Discord bot development, discord.py library, bot commands, slash commands, Discord intents, or Discord API integration. Covers Client, Bot, events, commands extension, app_commands, views, buttons, modals, and cogs.
20postgres-migrations
Write safe PostgreSQL migrations that avoid blocking reads/writes. Use when creating migrations, adding columns, indexes, constraints, or modifying tables. Based on Squawk linter rules.
20add-verb
Add synonyms to verb word lists. Use when adding verbs/synonyms for MUD actions like look, touch, attack, use, take, open, close, or drop.
17add-check
Add a new code quality check to CI, justfile, and pre-commit hooks. Use when adding linters, formatters, type checkers, or other code quality tools to the project.
17