QualityMax

13 AI Skills
for Claude

One sentence triggers a complete QA workflow. Audit coverage, guard regressions, fix failing tests, scan for vulnerabilities. Works in Claude Code, Claude Desktop, and any MCP-compatible editor.

5 skills free All 13 with Starter+

How It Works

From zero to automated QA in three steps.

1

Connect

Drop a .mcp.json in your project with your API key. 30 seconds.

2

Ask

Type a natural language command in Claude Code. Like "audit my test coverage."

3

Done

Claude runs the full workflow — crawl, generate, execute, report.

Setup in 30 Seconds

Add this config to your editor. No repo clone, no credentials.

.mcp.json
{
  "mcpServers": {
    "qualitymax": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.qualitymax.io/api/mcp/sse?api_key=YOUR_API_KEY"
      ]
    }
  }
}

Drop this file in your project root

claude_desktop_config.json
{
  "mcpServers": {
    "qualitymax": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.qualitymax.io/api/mcp/sse?api_key=YOUR_API_KEY"
      ]
    }
  }
}

Settings → Developer → Edit Config

MCP config
{
  "mcpServers": {
    "qualitymax": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.qualitymax.io/api/mcp/sse?api_key=YOUR_API_KEY"
      ]
    }
  }
}

Any editor that supports MCP servers — Cursor, Windsurf, Cline, and more

Get your API key at app.qualitymax.io — free tier includes core skills + 46 MCP tools.

See It in Action

Here's what happens when you type a trigger phrase in Claude Code.

Claude Code
you> Audit my test coverage for https://github.com/acme/checkout-app
qa-audit skill activated
Importing repository — 142 files analyzed Crawling https://checkout-app.vercel.app — 8 pages found Analyzing coverage — 34% covered, 12 critical gaps Generating 18 gap tests — checkout, auth, payments Running tests — 16 passed, 2 need review
claude> Here's your QA audit report:
Coverage: 34% → 78% (+44%)
Tests generated: 18 Playwright scripts
Critical gaps found: Payment flow, password reset, cart edge cases
Pass rate: 89% (16/18)

One sentence. 46 tools orchestrated automatically. Full report in ~2 minutes.

Works in Claude Code, Claude Desktop, and any MCP-compatible editor

All 13 Skills

Each skill is a complete workflow, not just a prompt.

Core Workflows

qa-auditFree

Full quality audit of any repo. Import, crawl, analyze coverage, generate missing tests, execute, and report.

"Audit my test coverage"
regression-guardFree

Pre-deploy regression check. Run suite, compare history, flag new failures, give go/no-go verdict.

"Is it safe to deploy?"
pr-quality-gateStarter

AI code review + test generation for changed code. Review, generate, execute, report coverage impact.

"Review this PR"

Specialized

test-doctorStarter

Auto-fix failing tests. Diagnose the error, crawl the changed page, update selectors, verify the fix.

"Fix my failing checkout test"
coverage-optimizerStarter

Find redundant tests, fill gaps, recommend the minimum set for maximum coverage.

"Optimize my test suite"
api-test-builderStarter

Generate API tests from OpenAPI/Swagger specs. Happy path, auth, validation, edge cases.

"Test all my API endpoints"
security-scanStarter

SAST security audit with OWASP Top 10 categorization. Find vulnerabilities, suggest fixes.

"Scan for vulnerabilities"

Team Workflows

sprint-qa-planStarter

Convert user stories into structured test cases with Playwright automation and QTML export.

"Plan testing for this sprint"
release-readinessStarter

Multi-project pre-release quality check. Run all suites, check thresholds, produce go/no-go report.

"Are we ready to release?"
onboard-qaFree

Zero to full test suite in 5 minutes. Create project, import repo, crawl, generate tests, set up CI.

"Set up testing from scratch"

Foundation

ai-crawl-testgenFree

AI crawls any URL, captures real selectors and flows, generates production-ready Playwright tests.

"Generate tests from this URL"
document-testgenFree

Turn PRDs, specs, acceptance criteria, or wiki pages into structured test cases with automation.

"Turn this spec into tests"
migrate-to-playwrightStarter

Convert Cypress, Selenium, or other framework tests to Playwright with pattern-aware migration.

"Convert my Cypress tests"

Ready to upgrade your QA?

Join developers who test smarter, not harder.

Start Free