Agent skill · Testing & QA

qa-review

Production QA gate for Blender assets using viewport screenshots, validation checklists, naming audits, and ship/no-ship verdicts via MCP.

arjun988github.com/arjun988GitHub ↗
claude-codecursorMIT
Install
npx skills add arjun988/blender-skills --skill qa-review --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Declared author: https://github.com/arjun988
Path: .claude/skills/qa-review/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 71
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# QA Review Screenshot-backed review. Checklist gate. Explicit ship / no-ship. ## When to Use - Before export or handoff - After major modeling/lookdev milestones - Reference-match final compare - Periodic scene health checks ## Workflow ``` Gather brief budgets → Screenshot key angles → Run checklists → List defects (severity) → Fix or reject → Re-verify → Verdict ``` ## Required Screenshots 1. 3/4 hero angle 2. Ortho or profile if proportion-critical 3. Wireframe or poly overview (optional but useful) 4. Material/light beauty 5. Vs reference (if reference task) Use `get_viewport_screenshot` via MCP when connected. ## Checklists (load as needed) - `../references/validation-checklist.md` - `../references/visual-match-checklist.md` (reference tasks) - `../references/naming-conventions.md` - `../references/polycount-budgets.md` ## Defect Severity | Level | Meaning | |-------|---------| | Blocker | Wrong scale, broken normals, fails budget badly | | Major | Silhouette/readability issues, bad pivots | | Minor | Naming, minor shading, small gaps | | Note | Optional polish | ## Verdict Template ```markdown ## QA Verdict: [Asset] **Result:** SHIP / SHIP WITH NOTES / NO-SHIP **Budgets:** [

What's inside
Steps it walks through
  1. When to Use
  2. Workflow
  3. Required Screenshots
  4. Checklists (load as needed)
  5. Defect Severity
  6. Verdict Template
  7. Constraints
  8. MUST DO
  9. MUST NOT DO
  10. Reference Guide
Ships with 2 files
  • references/qa-verdict-template.md
  • references/screenshot-angles.md
More from blender-skills
All skills →
About this skill
What does the qa-review skill do?

Production QA gate for Blender assets using viewport screenshots, validation checklists, naming audits, and ship/no-ship verdicts via MCP.

How do I install it?

Run `npx skills add arjun988/blender-skills --skill qa-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From arjun988/blender-skills, a repository with 71 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going