test-fixing
CommunityFix failing tests, get back to green.
Software Engineering#unit tests#developer tools#quality assurance#test automation#CI/CD#integration tests#bug fixing
Authormhattingpete
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Dealing with a suite of failing tests can be overwhelming and time-consuming, especially after refactoring or new feature development. This Skill systematically identifies, groups, and fixes failing tests, restoring your test suite to a passing state.
Core Features & Use Cases
- Smart Error Grouping: Organizes failures by type, module, or root cause for efficient debugging.
- Systematic Fixing Process: Guides through fixing one group at a time, verifying each fix before proceeding.
- Focused Test Runs: Allows running subsets of tests to quickly confirm fixes without running the entire suite.
- Use Case: After a major refactor, your tests are failing. This Skill will run your test suite, group the errors, and guide you through fixing them one by one until everything is green.
Quick Start
Run initial test suite to identify failures
bash make test
Run focused tests for a specific file
bash uv run pytest tests/path/to/test_file.py -v
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: test-fixing Download link: https://github.com/mhattingpete/claude-skills-marketplace/archive/main.zip#test-fixing Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.