test-fixing
Systematically identify and fix all failing tests using smart grouping strategies.
Content Preview
---
name: test-fixing
description: "Systematically identify and fix all failing tests using smart grouping strategies."
risk: unknown
source: community
date_added: "2026-02-27"
---
# Test Fixing
Systematically identify and fix all failing tests using smart grouping strategies.
## When to Use
- 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 CIHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/test-fixing.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/test-fixing/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/test-fixing/SKILL.md
Related Skills
testing
Testing strategies and methodologies including TDD, E2E testing, and multi-framework support
testingtestingtdd
by davepoon · buildwithclaude
Generating Test Doubles
This skill uses the test-doubles-generator plugin to automatically create mocks, stubs, spies, and fakes for unit testing. It analyzes dependencies in the code and generates appropriate test doubles based on the chosen testing framework, such as Jest, Sinon, or others. Use this skill when you need t
skill-adaptergenerating test doubles
by jeremylongshore · plugins-plus-skills
test-master
Generates test files, creates mocking strategies, analyzes code coverage, designs test architectures, and produces test plans and defect reports across functional, performance, and security testing disciplines. Use when writing unit tests, integration tests, or E2E tests; creating test strategies or automation frameworks; analyzing coverage gaps; performance testing with k6 or Artillery; security testing with OWASP methods; debugging flaky tests; or working on QA, regression, test automation, quality gates, shift-left testing, or test maintenance.
test-mastertestmastersecurity
by Jeffallan · jeffallan-claude-skills
Managing Test Environments
This skill enables Claude to manage isolated test environments using Docker Compose, Testcontainers, and environment variables. It is used to create consistent, reproducible testing environments for software projects. Claude should use this skill when the user needs to set up a test environment with
skill-adaptermanaging test environments
by jeremylongshore · plugins-plus-skills