Files
claude-plugins/awesome-skills/skills/testing/SKILL.md
T
rootandClaude Opus 4.6 9c475f137b Add awesome-skills plugin: 856+ skill router via antigravity-awesome-skills
9 category-based router skills (architecture, business, data-ai, development,
general, infrastructure, security, testing, workflow) that auto-invoke on
matching keywords and route to the appropriate antigravity skill file.

Includes generate-indexes.py script to regenerate category indexes from
catalog.json when the antigravity repo updates.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 13:12:50 +00:00

52 lines
3.5 KiB
Markdown

---
name: awesome-testing
description: Testing strategies, test-driven development, TDD, end-to-end testing, E2E, Playwright, Cypress, Jest, unit testing, integration testing, load testing, chaos engineering, API testing, visual regression testing, accessibility testing, snapshot testing, test data management, QA automation, mutation testing, contract testing, performance testing, test architecture, mocking, fixtures. Use when writing tests, designing test strategies, setting up test frameworks, or implementing quality assurance workflows.
---
# Testing Skills Router
Routes to 24 specialized testing skills from antigravity-awesome-skills.
## Instructions
When this skill is invoked:
1. Match the user's request against the skill index below
2. Read the full SKILL.md file using the Read tool from the path shown
3. If multiple skills match, pick the most specific one
4. Apply the loaded skill's guidance to help the user
5. If no clear match exists, list the top 3-5 candidates and ask
**Skill files location** (check in order):
- `/home/n8n/plugins/antigravity-awesome-skills/skills/{id}/SKILL.md`
- `~/.claude/antigravity-awesome-skills/skills/{id}/SKILL.md`
- `~/antigravity-awesome-skills/skills/{id}/SKILL.md`
## Skill Index
| ID | Description |
|----|-------------|
| `ab-test-setup` | Structured guide for setting up A/B tests with mandatory gates for hypothesis... |
| `circleci-automation` | Automate CircleCI tasks via Rube MCP (Composio): trigger pipelines, monitor w... |
| `conductor-implement` | Execute tasks from a track's implementation plan following TDD workflow |
| `conductor-revert` | Git-aware undo by logical work unit (track, phase, or task) |
| `debugger` | Debugging specialist for errors, test failures, and unexpected behavior |
| `dependency-upgrade` | Manage major dependency version upgrades with compatibility analysis, staged ... |
| `pentest-commands` | This skill should be used when the user asks to "run pentest commands", "scan... |
| `performance-testing-review-multi-agent-review` | Use when working with performance testing review multi agent review |
| `playwright-skill` | Complete browser automation with Playwright |
| `pypict-skill` | Pairwise test generation |
| `screen-reader-testing` | Test web applications with screen readers including VoiceOver, NVDA, and JAWS |
| `startup-analyst` | Expert startup business analyst specializing in market sizing, financial mode... |
| `startup-metrics-framework` | This skill should be used when the user asks about "key startup metrics", "Sa... |
| `systematic-debugging` | Use when encountering any bug, test failure, or unexpected behavior, before p... |
| `tdd-workflow` | Test-Driven Development workflow principles |
| `tdd-workflows-tdd-cycle` | Use when working with tdd workflows tdd cycle |
| `tdd-workflows-tdd-green` | Implement the minimal code needed to make failing tests pass in the TDD green... |
| `tdd-workflows-tdd-red` | Generate failing tests for the TDD red phase to define expected behavior and ... |
| `tdd-workflows-tdd-refactor` | Use when working with tdd workflows tdd refactor |
| `test-driven-development` | Use when implementing any feature or bugfix, before writing implementation code |
| `test-fixing` | Run tests and systematically fix all failing tests using smart error grouping |
| `unit-testing-test-generate` | Generate comprehensive, maintainable unit tests across languages with strong ... |
| `web3-testing` | Test smart contracts comprehensively using Hardhat and Foundry with unit test... |
| `wiki-qa` | Answers questions about a code repository using source file analysis |