Skip to main content
Back to registry

test-fixing

sickn33/antigravity-awesome-skills

Systematically identify and fix all failing tests using smart grouping strategies.

Installs267
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill test-fixing
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Systematically identify and fix all failing tests using smart grouping strategies. Run make test to identify all failing tests. Analyze output for: Group similar failures by: Prioritize groups by: For each group (starting with highest impact): Identify root cause Implement fix Verify fix Move to next group Infrastructure first: Then API changes: Finally, logic issues: After all groups fixed: User: "The tests are failing after my refactor" - Explicitly asks to fix tests ("fix these tests", "make tests pass") - Reports test failures ("tests are failing", "test suite is broken") - Completes implementation and wants tests passing - Mentions CI/CD failures due to tests - Total number of failures - Error types and patterns - Affected modules/files - Error type : ImportError, AttributeError, AssertionError, etc. - Module/file : Same file causing multiple test failure - Root cause : Missing dependencies, API changes, refactoring impacts - Number of affected tests (highest impact first) - Dependency order (fix infrastructure before functionality) - Identify root cause - Read relevant code - Check recent changes with git diff - Understand the error pattern - Implement fix - Use Edit tool for code changes - Follow project conventions (see CLAUDE.md) - Make minimal, focused changes - Verify fix - Run subset of tests for this group - Use pytest markers or file patterns: uv run pytest...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does test-fixing do?

Systematically identify and fix all failing tests using smart grouping strategies.

Is test-fixing good?

test-fixing does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does test-fixing work with?

test-fixing currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to test-fixing?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install test-fixing?

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill test-fixing

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering