Coach prompts toward test green
Refine your prompt iteratively with fixmyprompt coaching until all tests pass, automatically suggesting subagents for multi-file work and ultrathink for architectural problems.
/goal all tests pass (condition filled from your own words); broad multi-file work → → add "Use subagents…" to your prompt ; a hard/architectural task → → add the word ultrathink to your prompt . Preview any prompt's tip with fixmyprompt tips "..."
claude-code
More quality loops
Clean up the slop
Review your recent diff for debug code, dead branches, and bad names, then fix with minimal edits until lint and tests pass.
/goal the recent diff is clean and convention-aligned — review it for debug code, dead branches, and bad names, fix with minimal edits until `npm run lint && npm test` passes; stop after 4 turns
qualitylow risk
Repair accessibility, highest-impact first
Confirm barriers against an agreed standard, fix the one with the greatest user impact, and rerun the same checks.
Check [scope] against [accessibility standard, such as WCAG 2.2 AA] with automated scans and available keyboard, screen-reader, and other manual tests. Confirm each issue, rank it by harm, and fix the highest-impact blocker. Rerun the same checks, affected task, and regression tests. Keep only verified fixes. Stop when no blocker remains, progress stalls, verification is unavailable, or approval is required. Never silence a check or weaken the target. Return issues, fixes, evidence, exceptions, and untested needs.
qualitymedium risk