JavaScript is disabled. Some features may not work.
qa — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

qa

generationSafeIntermediateClaude

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
Sourcehoyvoh/project-based-agent-kit
SKILL.mdView on GitHub →
Repo StarsN/A
Est. per SkillN/A (shared across 17 skills from this repo)
DifficultyIntermediate
Risk LevelSafe

Related Skills

Works Well With

Skills from the same repository — often designed to work together