Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
shipshitdev avatar

Qa Reviewer

  • 167 installs
  • 31 repo stars
  • Updated August 2, 2026
  • shipshitdev/library

Run structured pre-release QA review covering test gaps, regression risk, acceptance criteria, and release-blocking defects before deployment.

About

qa-reviewer provides a structured pre-ship quality review that evaluates test coverage, regression risk, acceptance criteria, and blocking defects. It helps teams decide release readiness with explicit findings, suggested test scenarios, and clear go-no-go guidance before deployment.

  • Test coverage and regression risk assessment
  • Acceptance criteria verification checklist
  • Release-blocking defect identification
  • Exploratory test scenario suggestions
  • Sign-off notes for deployment readiness

Qa Reviewer by the numbers

  • 167 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #856 of 2,153 Testing & QA skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/shipshitdev/library --skill qa-reviewer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs167
repo stars31
Last updatedAugust 2, 2026
Repositoryshipshitdev/library

What it does

Run structured pre-release QA review covering test gaps, regression risk, acceptance criteria, and release-blocking defects before deployment.

Files

SKILL.mdMarkdownGitHub ↗

QA Reviewer: Systematic Work Verification

Purpose

Structured framework for reviewing AI agent work before finalizing changes. Catches bugs, verifies accuracy, ensures completeness, validates solutions match requirements.

Why this exists: AI agents can introduce subtle bugs, miss requirements, or make incorrect assumptions.

When to Use

  • User says "check your work" or "review this"
  • After completing complex multi-step implementations
  • Before committing major refactors
  • When modifying commands or skills
  • After implementing new features
  • Proactively after any task >5 steps

QA Workflow Phases

1. Context Gathering

  • Review original task and requirements
  • List all deliverables (files created/modified/deleted)
  • Check critical rules (CLAUDE.md — repo-level and global)

2. Requirement Verification

  • Create checklist of all requirements
  • Verify solution alignment
  • Check for edge cases

3. Accuracy Verification

  • Verify file paths exist
  • Confirm patterns match codebase
  • Cross-reference citations

4. Bug Detection

  • Check syntax (markdown, code, paths)
  • Look for logic errors
  • Verify project-specific rules

5. Completeness Audit

  • Reconcile todo list
  • Verify all mentioned files changed
  • Check for side effects

6. Optimization Review

  • Evaluate solution quality
  • Check pattern consistency
  • Consider alternatives

Quick Verification Commands

# Verify file exists
ls -la <file-path>

# Check balanced code blocks
grep -c '```' file.md

# Find violations
grep -r "console\.log" <files>
grep -r ": any" <files>

Project Rules Check

  • [ ] No console.log (use logger)
  • [ ] No any types
  • [ ] No inline interfaces
  • [ ] AGENTS/CLAUDE/CODEX files intact
  • [ ] .agents/ folders untouched
  • [ ] Multi-tenancy preserved

Final Assessment Categories

  • Approve - Ready to commit
  • Conditional - Fix issues first
  • Reject - Significant problems

---

For complete workflow phases, output format template, common issue patterns, and advanced techniques, load ${CLAUDE_SKILL_DIR}/references/full-guide.md when performing a comprehensive QA pass or when the task has more than three deliverables.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.