🧪
QualityRust

QA

by arcee-ai

QA is a Quality skill for Claude Code, published by arcee-ai in nac.

209 stars20 forkson arcee-ai/nacAdded 2026/09/05+8% in starsRepository updated 2026/09/03
agent-harnessagent-orchestrationagent-skillsagentic-workflowsai-agentsdeveloper-toolsllm-agentslong-running-agentsmcpmodel-context-protocolmulti-agent-systemsrust
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/arcee-ai/nac/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/arcee-ai/nac.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 arcee-ai/nac
Installs to
~/.claude/skills/qa
Collection
One of 4 skills cataloged from this repository
Category
Quality1662 skills

What QA does

QA runs adversarial live testing against one committed revision using a setup worker, exactly n parallel test workers, and an aggregate pass. Use it to verify branch-built behavior with isolated reports and evidence.

QA is cataloged under Quality on DirSkills. QA comes from a repository tagged agent-harness, agent-orchestration, agent-skills, agentic-workflows and ai-agents.

Documentation

README

NAC quality assurance

Run adversarial, evidence-backed QA against one requested committed revision. Exercise the live branch-built server, not only unit tests. Preserve every worker's findings in independent ignored reports, then summarize the complete pass.

This workflow tests; it does not fix. Never edit source, dependency files, generated assets, repository configuration, issues, or pull requests during a QA pass.

Input and roles

n is the number of QA test workers. Accept one positive integer and default to 4. A caller-supplied value means exactly that many test workers, not a maximum or aspiration. Reject zero, negative, non-integer, or locally unsupportable values with concrete capacity evidence; never reduce n silently.

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.

  • /health
  • /openapi
  • /models

Frequently asked about QA

  • What else does arcee-ai publish alongside QA?

    QA is one of 4 skills that DirSkills catalogs from arcee-ai/nac, the repository it ships in. Its siblings there include Issue Triage, NAC Onboarding and Release. Each one is a separate skill with its own page in this directory, installs the same way QA does, and is maintained by arcee-ai in that same repository. The rest of the collection is listed on the arcee-ai/nac page.

  • How does QA compare to other Quality skills?

    QA ranks #1458 by stars among the 1662 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.