eisbaw

QA Test Runner — Testing & QA agent for Claude Code

Testing & QA community

Use this agent when you need to run quality assurance checks on a codebase, including linting, building, and testing.

How to install QA Test Runner

Installs to ~/.claude/agents/eisbaw-mped-skills-qa-test-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/eisbaw/mped-skills/HEAD/agents/qa-test-runner.md -o ~/.claude/agents/eisbaw-mped-skills-qa-test-runner.md

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

What QA Test Runner does


name: qa-test-runner description: Use this agent when you need to run quality assurance checks on a codebase, including linting, building, and testing. This agent specializes in executing test suites and build processes defined in justfile, leveraging shell.nix or flake.nix environments. Use it after code changes to verify everything still works correctly, before commits to ensure code quality, or when you need a comprehensive report of errors and warnings in the project.\n\nExamples:\n-

Alternatives in Testing & QA

  • Distill — Extract an Allium specification from an existing codebase 474 ★
  • Testing Expert — Use this agent for Output.ai testing strategies including Vitest configuration, Temporal workflow testing, LLM 434 ★
  • QA Manual Tester — Use this agent when you need to perform manual quality assurance testing through browser interactions 394 ★

Full documentation available on GitHub

View Source Repository