skills/judge/SKILL.md
Quality review skill for verifying complex changes against criteria. Use for multi-file changes, new features, or before important commits. Skip for trivial fixes and quick iterations.
npx skillsauth add aussiegingersnap/cursor-skills judgeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Quality review and evaluation skill that verifies completed work against defined criteria. Part of the two-tier multi-agent architecture where Judge evaluates worker output.
Inputs:
Outputs:
Success Criteria:
Invoke the judge skill:
Skip the judge skill for:
Collect the materials needed for review:
For each acceptance criterion:
Use this evaluation format:
## Review: [Work Description]
### Criteria Evaluation
| Criterion | Status | Evidence |
|-----------|--------|----------|
| [Criterion 1] | PASS/FAIL/PARTIAL | [Evidence] |
| [Criterion 2] | PASS/FAIL/PARTIAL | [Evidence] |
### Issues Found
1. [Issue description]
- **Severity**: Critical/Major/Minor
- **Location**: [File/line]
- **Fix**: [Recommended action]
### Verdict
**PASS** / **FAIL** / **PASS WITH NOTES**
[Summary of decision]
Evaluate across these dimensions based on work type:
| Dimension | Check | |-----------|-------| | Correctness | Does it do what was specified? | | Completeness | Are all criteria addressed? | | Quality | No obvious bugs, edge cases handled? | | Style | Follows project conventions? | | Scope | No scope creep beyond criteria? |
| Dimension | Check | |-----------|-------| | Accuracy | Information is correct? | | Completeness | All required sections present? | | Format | Follows expected structure? | | Clarity | Understandable to target audience? |
| Dimension | Check | |-----------|-------| | Functionality | Works as expected? | | Security | No exposed secrets, proper permissions? | | Idempotency | Can be run again safely? | | Documentation | Changes documented? |
| Level | Definition | Action | |-------|------------|--------| | Critical | Blocks functionality, security issue, data loss risk | Must fix before proceeding | | Major | Significant deviation from spec, poor UX | Should fix before commit | | Minor | Style issues, minor improvements | Can note for future |
All criteria met, no critical/major issues. Work can proceed.
Critical issues found OR acceptance criteria not met. Work must be revised.
Provide:
All criteria met, but minor issues noted. Work can proceed with awareness of noted items.
When used in orchestrated workflows:
This creates the planner/worker/judge pattern that scales.
For rapid reviews, use this checklist:
## Quick Review
- [ ] All acceptance criteria addressed
- [ ] No obvious bugs or errors
- [ ] Follows project conventions
- [ ] No scope creep
- [ ] Ready to commit/proceed
**Verdict**: PASS / FAIL
See references/review-criteria.md for detailed review criteria by skill type.
tools
# Versioning Skill Semantic versioning automation based on conventional commits. Automatically manages version bumps, changelogs, and git tags using `standard-version`. ## When to Use - Before releasing a new version - When preparing a deployment - To generate/update CHANGELOG.md - When the user asks about version management - Setting up versioning for a new project ## Prerequisites - Conventional commits enforced (recommended: lefthook) - Node.js project with package.json ## Setup (One-Ti
tools
Theme generation with tweakcn for shadcn/ui and Magic UI animations. Use when setting up project themes, customizing color schemes, adding dark mode, or integrating animated components.
tools
shadcn/studio component library with MCP integration, theme generation, and block patterns. This skill should be used when building UI with shadcn components, selecting dashboard layouts, or generating landing pages. Canonical source for all shadcn-based work.
development
Enforce a precise, minimal design system inspired by Linear, Notion, and Stripe. Use this skill when building dashboards, admin interfaces, or any UI that needs Jony Ive-level precision - clean, modern, minimalist with taste. Every pixel matters.