Metalnib

Dotnet QA — Testing skill for Claude Code

Testing community

Story QA - multi-agent verification of a story implementation against its spec: per-AC verdicts, code reuse and design conformance, dead code, then adversarial maintainer verification.

How to install Dotnet QA

Installs to ~/.claude/skills/metalnib-dotnet-episteme-skills-dotnet-qa/SKILL.md

Terminal
mkdir -p ~/.claude/skills/metalnib-dotnet-episteme-skills-dotnet-qa && curl -fsSL https://raw.githubusercontent.com/Metalnib/dotnet-episteme-skills/HEAD/commands/dotnet-qa.md -o ~/.claude/skills/metalnib-dotnet-episteme-skills-dotnet-qa/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Dotnet QA does


description: Story QA - multi-agent verification of a story implementation against its spec: per-AC verdicts, code reuse and design conformance, dead code, then adversarial maintainer verification. Finds the spec by explicit path, ticket key in the branch name, or plan files - and asks rather than guessing. Verdict persists to .episteme/QA-.md. argument-hint: "[ticket|branch|--spec ] [--base ] [--model sonnet|opus|fable] [--effort low|medium|high|xhigh|max] e.g. YB-1234 o

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • Claude Code Spec Workflow — Automated Kiro-style Spec workflow for Claude Code 3.6k ★
  • Spec Driven Development — Drive Kandev feature work through spec, plan, independent tasks, implementation, QA, and verification 697 ★

Full documentation available on GitHub

View Source Repository