# Run All Tests And Fix

> Execute full test suite and systematically fix any failures, ensuring code quality and functionality. Use when the user types /run-all-tests-and-fix.

- Skill: `blockmatic/run-all-tests-and-fix` (Agent Skill)
- Install (CLI): `npx skillmds@latest add blockmatic/run-all-tests-and-fix`
- Raw SKILL.md: https://api.skillmd.com/api/skills/blockmatic/run-all-tests-and-fix/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: blockmatic (https://skillmd.com/u/blockmatic)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/blockmatic/run-all-tests-and-fix

---


## Purpose

Execute full test suite and systematically fix any failures, ensuring code quality and functionality.

## Steps

1. **Run test suite**: Execute all tests in project, capture output/identify failures, check both unit and integration tests
2. **Analyze failures**: Categorize by type (flaky, broken, new failures), prioritize fixes based on impact, check if failures related to recent changes
3. **Fix issues systematically**: Start with most critical failures, fix one issue at a time, re-run tests after each fix, verify all tests pass

## Completion

Read [completion evidence](../references/completion.md) before reporting completion.

