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.

blockmatic b67d381 849 B Updated

File contents

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 before reporting completion.

blockmatic/basilic-skills/tree/main/skills/workflow/run-all-tests-and-fix commit b67d381f31

Frequently asked questions

npx skillmds@latest add blockmatic/run-all-tests-and-fix