qa
How to Install
Claude Code:
git clone --depth 1 https://github.com/hoyvoh/project-based-agent-kit.git && cp project-based-agent-kit/.claude/skills/qa ~/.claude/skills/qa -r---
name: qa
description: "Run tests, fix failures, verify. Invoke when user asks to run tests, check test coverage, fix failing tests, or verify quality. Supports Python (pytest) and Node.js (vitest, jest). Never reports done until tests actually pass with output shown. Modes: quick (unit only), standard (all tests), exhaustive (+ types + lint)."
allowed-tools:
- Bash
- Read
- Edit
metadata:
token-cost-tier: instruction
token-cost-estimate: 3000
---
See `.claude/commands/qa.md` for the full workflow.
Key rule: never declare done without showing actual test output. Fix failures one at a time. Never delete a test to make it pass unless the behavior was intentionally removed.
Details
| Category | Coding → generation |
| Source | hoyvoh/project-based-agent-kit |
| SKILL.md | View on GitHub → |
| Repo Stars | N/A |
| Est. per Skill | N/A (shared across 17 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | Safe |
Related Skills
angular-ui-patterns
Angular UI Patterns Core Principles Never show stale UI - Loading states only when actually loading
cc-skill-continuous-learning
cc-skill-continuous-learning Development skill skill. When to Use This skill is applicable to execut
git-hooks-automation
Git Hooks Automation Automate code quality enforcement at the Git level. Set up hooks that lint, for
conductor-setup
Set up this Rails project for Conductor, the Mac app for parallel coding agents. When to Use You nee
Works Well With
Skills from the same repository — often designed to work together
ui-ux-pro-max
--- name: ui-ux-pro-max description: "UI/UX design intelligence. 50 styles, 21 palettes, 50 font pai
code-review
--- name: code-review description: "Review code with structured findings and optional reviewer perso
update-knowledge
--- name: update-knowledge description: "Update project knowledge files based on decisions, agreemen