Marketplace for AI QA testing automation. Install to get tools that analyze projects and generate tailored QA infrastructure.
npx claudepluginhub kokoszsz/qa-pluginSkills, commands, and hooks for analyzing projects and generating comprehensive QA testing infrastructure. Scaffolds test-writing skills, coverage analysis, use-case identification, and test review into any project's .claude/ directory.
A Claude Code plugin that analyzes any project and generates tailored QA testing infrastructure into .claude/.
/plugin marketplace add Kokoszsz/qa-plugin
/plugin install qa@qa-plugin
/qa:init # One-time setup — detects stack, picks test types, generates everything
/qa:scenarios # Generate Gherkin user scenarios
"Write unit tests for X" # Use generated skills to write tests
/test # Run tests
/qa:analyze # Find gaps
/qa:sync # Keep artifacts fresh after changes
/qa:init)Run once per project. Init will:
.claude/If your project has no code yet, init generates base skills only. Run /qa:sync later when you have code.
If you run /qa:init again, it tells you to use /qa:sync instead.
/qa:scenarios)/qa:scenarios # From code analysis
/qa:scenarios --spec docs/auth.md # From a spec file (e.g., OpenSpec)
Produces Gherkin scenarios (Given/When/Then) describing what your app does from the user's perspective. These feed into e2e test writing.
Talk to Claude naturally — the generated skills handle the rest:
"Write unit tests for the payment service"
"Create integration tests for the user repository"
"Write e2e tests from .claude/scenarios/authentication.feature"
"Add API tests for the /api/orders endpoints"
Each skill knows your project's conventions (framework, naming, location, assertion style).
/test)/test # Unit tests (default)
/test --integration # Integration tests
/test --e2e # E2E tests
/test --api # API tests
/test --all # All enabled types
/test --changed # Only changed files
/test:coverage # Coverage against thresholds
/test:review # Test quality review
/qa:analyze)Deep test health check — finds coverage gaps, quality issues, untested flows. Prioritizes what to test next.
/qa:sync)Run after project changes (new modules, framework migration, dependency updates). Sync will:
| Command | Purpose |
|---|---|
/qa:init | One-time setup — detect stack, select test types, generate artifacts |
/qa:scenarios | Generate Gherkin user scenarios for e2e testing |
/qa:sync | Check health, update config, regenerate outdated artifacts |
/qa:analyze | Deep analysis of test coverage gaps and quality issues |
Always generated:
Per selected test type:
/test — Run tests with --integration, --e2e, --api, --all, --changed flags/test:coverage — Coverage analysis/test:review — Test quality reviewTypeScript, JavaScript, Python, Go, Rust, Java, Ruby, PHP, Elixir, Swift, Dart — with framework-specific detection for Next.js, React, Vue, Angular, Svelte, Express, NestJS, Django, Flask, FastAPI, Rails, Spring Boot, and more.
npm test # Script tests (68 assertions)
npm run test:promptfoo # Behavioral tests (requires ANTHROPIC_API_KEY)
npm run test:promptfoo:init # Init tests only
npm run test:promptfoo:sync # Sync tests only
npm run test:promptfoo:coordinator # Coordinator tests only
npm run test:promptfoo:view # View results in browser
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations