๐Ÿ”
QualityGo

QA

by kdlbs

QA is a Quality skill for Claude Code, published by kdlbs in kandev.

679 stars95 forkson kdlbs/kandevAdded 2026/08/23+3% in starsRepository updated 2026/08/23
acpagent-orchestrationagentic-aiagentic-development-environmentai-agentsclaude-codecode-reviewcoding-agentsdeveloper-toolsgithub-copilotgolangkanbannextjsopen-sourceself-hostedtask-managertuivibe-codingworkflow-automationworktrees
Install in seconds
Install QA
Copy QA into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/kdlbs/kandev/tree/main/.agents/skills/qa ~/.claude/skills/qa

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/kdlbs/kandev.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/qa/SKILL.md in kdlbs/kandev
Installs to
~/.claude/skills/qa
Collection
One of 25 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What QA does

QA verifies a feature after implementation by tracing the wiring, running the happy path, and trying to break it with edge cases and failure modes. Use it when you need an actionable finding or explicit adversarial validation.

QA is cataloged under Quality on DirSkills. QA comes from a repository tagged acp, agent-orchestration, agentic-ai, agentic-development-environment and ai-agents.

Documentation

README

QA

Planner Entry

Run /qa only when the user explicitly requests adversarial validation or an actionable PR/CI finding needs it. Do not add QA as a pre-PR quality gate: task-defined tests and the two PR AI reviewers are the default evidence.

Verify that a feature works as intended after implementation. Assume bugs exist and hunt for them.

Mindset: you are not confirming it works โ€” you are discovering where it breaks.

Available skills

  • /tdd โ€” Use when unit or integration coverage is missing.
  • /e2e โ€” Use when a user-facing flow lacks browser coverage.

Before starting: create the pipeline

Create these tasks immediately (use your task/todo tracking tool if available):

This is the opening of the README. Read the full README on GitHub.

Commands QA provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /qa
  • /tdd
  • /e2e

Frequently asked about QA

  • What else does kdlbs publish alongside QA?

    QA is one of 25 skills that DirSkills catalogs from kdlbs/kandev, the repository it ships in. Its siblings there include ACP Debug, Add Integration and Clean Branches. Each one is a separate skill with its own page in this directory, installs the same way QA does, and is maintained by kdlbs in that same repository. The rest of the collection is listed on the kdlbs/kandev page.

  • How does QA compare to other Quality skills?

    QA ranks #1079 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of QA against them. Open each page to compare what they document and how they install.

More from kdlbs/kandev

QA is one of 25 skills cataloged on DirSkills from kdlbs/kandev.

See all 25 skills โ†’