By qa-io-vn
Complete ISTQB-aligned QA toolkit for Web + REST API projects: 64 slash commands covering the full ISTQB body of knowledge (Foundation, Test Manager, Analyst, Technical Analyst, Agile, Automation, Performance, Security, Acceptance, Usability, AI/GenAI, Model-Based, Mobile, process improvement) plus an automation-project audit (architecture, SOLID, test-design quality) using Playwright+TypeScript / K6 / Pact. Follows CTFL v4.0 and ISO/IEC/IEEE 29119-3. Driven by a single per-project qa.config.yml.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Scaffold or run automated accessibility (axe) checks against the WCAG target in qa.config.yml, then write the Test Execution Log. Use for accessibility audits or to add a11y tests.
Author acceptance criteria and acceptance tests collaboratively using ATDD/BDD (Given/When/Then), and trace each criterion to a scenario. Produces an ISO/IEC/IEEE 29119-3 Test Case Specification (acceptance level). Use to turn a user story into agreed, testable acceptance tests before development.
Quickly add a single focused test case from a plain-English description. Use for one-off "add a test that ..." requests. Selects the ISTQB design technique, then implements and runs one test procedure.
Test AI/ML-based components using ISTQB CT-AI methods — data quality, ML functional-performance metrics, bias/fairness, robustness, explainability, and drift, mapped to ISO/IEC 25010 plus AI-specific quality characteristics. Use when the system under test includes AI/ML features.
Build or extend automated API tests (REST) from the OpenAPI spec — schema validation, CRUD, auth/role matrix, negative & boundary, data-driven. Produces ISO/IEC/IEEE 29119-3 Test Procedure Specifications (automated API scripts) plus a Test Execution Log when run. Use for API test automation.
A reusable, ISTQB-aligned QA toolkit for Web + REST API projects, packaged as a Claude Code plugin. Install it once, then drive your whole testing workflow with /qa:* slash commands in any repository. The only thing that changes between projects is a single config file: qa.config.yml.
Core stack the toolkit assumes (all configurable): Playwright + TypeScript for functional/E2E/API, K6 for performance, Pact for contract testing, axe for accessibility, OWASP ZAP / SCA / secret scanning for security, and Jenkins (or GitHub Actions / GitLab / Azure) for CI.
The toolkit follows the ISTQB® framework strictly — Certified Tester Foundation Level (CTFL) v4.0, plus relevant Advanced/Agile/Specialist syllabi (Test Manager, Agile Tester, Test Automation Engineer, Performance, Security, Accessibility) — and the ISO/IEC/IEEE 29119-3 test-documentation standard. The commands implement the seven ISTQB test-process activities (planning, monitoring & control, analysis, design, implementation, execution, completion), use the seven testing principles as standing rules, apply ISTQB test design techniques (EP, BVA, decision tables, state transition, ATDD), and use ISTQB Glossary terminology throughout. Full traceability: docs/ISTQB-COMPLIANCE.md maps every command to its syllabus reference; docs/GLOSSARY.md defines the terms.
ISTQB syllabi and the Glossary are copyrighted by ISTQB. This toolkit implements their concepts and terminology; it does not reproduce the documents.
qa-toolkit (this repo, on GitHub) Your project A Your project B
┌──────────────────────────────┐ ┌───────────────┐ ┌───────────────┐
│ commands/ (64 /qa:* commands)│ install once │ qa.config.yml │ │ qa.config.yml │
│ skills/ (auto context) │ ─────────────► │ (the only │ ... │ (different │
│ templates/ (strategy & plan) │ via /plugin │ per-project │ │ values) │
└──────────────────────────────┘ │ file) │ │ │
identical everywhere └───────────────┘ └───────────────┘
Commands + templates are identical across every project. qa.config.yml supplies the project-specific values (stack, tooling toggles, CI platform, quality-gate thresholds, risk areas, team). Update one repo here → every project gets the improvement.
# 1. Add this repo as a plugin marketplace (once per machine)
/plugin marketplace add qa-io-vn/qa.io.vn
# 2. Install the plugin
/plugin install qa@qa-toolkit
Replace
qa-io-vn/qa.io.vnwith your actual GitHubowner/repo. You can also point at a local path during development:/plugin marketplace add /path/to/qa-toolkit.
To update later: /plugin marketplace update qa-toolkit.
cd your-project
# Generate the single per-project config interactively
/qa:qa-init
# Then build out your QA assets from that config
/qa:create-strategy # → docs/qa/TEST-STRATEGY.md
/qa:scaffold # → Playwright+TS / K6 / Pact framework + Jenkinsfile
/qa:create-plan R2.4 "guest checkout, saved cards" # → docs/qa/TEST-PLAN-R2.4.md
/qa:implement "guest checkout" # → E2E + API + contract tests for the feature
Everything reads qa.config.yml, so you never re-specify your stack or thresholds.
A command for every ISTQB activity, so a tester can run the entire workflow through the agent. Grouped by the ISTQB test-process activity each implements. All commands read qa.config.yml, respect its tooling toggles, and use ISTQB Glossary terminology.
npx claudepluginhub qa-io-vn/qa.io.vn --plugin qaComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification