Help us improve
Share bugs, ideas, or general feedback.
From claude-qae
QAE quality rules — what must never ship. Test coverage requirements, bug severity definitions, release gates.
npx claudepluginhub jadecli/jadecli-kw-plugins --plugin claude-qaeHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-qae:directivesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Q-COV-1**: No PR merges without tests for new functionality or regression tests for bug fixes.
Defines canonical quality check commands for typecheck, test, and lint with four variants (Baseline, Incremental, Full Gate, Per-File). Reference skill consumed by session-start, wave-executor, session-end, and session-reviewer.
Establishes QA processes for software projects: test strategies, Google-standard cases (AAA pattern), execution tracking, P0-P4 bug classification, OWASP security testing, quality metrics, reports, autonomous execution, and handoff templates.
Sets test coverage thresholds, determines strategy for unit/integration/E2E (Playwright) tests, and validates quality gates in Conductor orchestrator projects.
Share bugs, ideas, or general feedback.
vitest.config.ts.npm test passes in all workspace packages.ANTHROPIC_API_KEY never appears in code, env, or secrets.