.claude/skills/review-workflow/SKILL.md
Complete quality assurance workflow orchestrating validation, comprehensive review, and functional testing. Sequential workflow from quality gating through multi-dimensional review to scenario testing. Use when conducting complete skill quality assurance, pre-deployment validation, or comprehensive quality checks combining multiple review approaches.
npx skillsauth add adaptationio/skrillz review-workflowInstall 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.
review-workflow provides complete quality assurance by orchestrating three complementary review skills into a comprehensive validation workflow.
Purpose: Complete quality assurance from quality gating through comprehensive review to functional testing
Component Skills:
Workflow Pattern: Sequential (validator → review → testing)
Result: Complete quality assessment with deployment decision, quality scores, and functional validation
Purpose: Fast pass/fail check - ensures minimum standards met before deeper review
Component Skill: skill-validator
Process:
Decision Point:
Outputs:
Time Estimate: 30-45 minutes
Purpose: Multi-dimensional quality assessment with 1-5 scoring
Component Skill: review-multi
Process:
Outputs:
Time Estimate: 1.5-2.5 hours
Purpose: Validate skill works correctly in real scenarios
Component Skill: skill-tester
Process:
Outputs:
Time Estimate: 45-90 minutes
After completing all 3 steps:
Quality Gate (Step 1):
Comprehensive Review (Step 2):
Functional Testing (Step 3):
Deploy Immediately:
Deploy with Notes:
Hold for Improvements:
Do Not Deploy:
Practice: Run all 3 steps before deployment (don't skip)
Rationale: Each step catches different issues - comprehensive coverage
Practice: If Step 1 fails, fix issues before proceeding
Rationale: Wastes time to do comprehensive review on skill failing basic validation
Practice: Record results from each step for complete record
Rationale: Enables tracking improvements over time, learning from patterns
Practice: Use Step 2 recommendations to plan next version
Rationale: Continuous improvement - each iteration gets better
Practice: Re-run workflow after applying significant improvements
Rationale: Validates improvements effective, no regressions introduced
| Step | Skill | Purpose | Time | Output | |------|-------|---------|------|--------| | 1 | skill-validator | Quality gate (pass/fail) | 30-45m | PASS/FAIL, deploy decision | | 2 | review-multi | Comprehensive review (1-5) | 1.5-2.5h | Score, grade, recommendations | | 3 | skill-tester | Functional testing | 45-90m | Test results, functional validation |
Total Time: 3-4 hours for complete QA
skill-validator (Quality Gate)
↓
PASS? ──No──> Fix issues, retry
↓ Yes
review-multi (Comprehensive Review)
↓
Overall Score + Grade + Recommendations
↓
skill-tester (Functional Testing)
↓
Test Results + Usability Assessment
↓
Deployment Decision (Deploy/Hold/Rework)
| Validator | Review Score | Tests | Decision | |-----------|--------------|-------|----------| | PASS | ≥4.5 (A) | All Pass | ✅ Deploy Now | | PASS | 4.0-4.4 (B+) | All Pass | ✅ Deploy + Note Improvements | | PASS | 3.5-3.9 (B-) | Pass/Some Fail | ⚠️ Hold - Fix Issues | | PASS | <3.5 (C-F) | Any | ❌ Rework Required | | FAIL | Any | Any | ❌ Fix Critical, Retry |
Build skill (development-workflow) →
Review workflow (this skill) →
Apply improvements (skill-updater) →
Re-validate (review-workflow) →
Deploy
review-workflow provides complete quality assurance through orchestrated validation, review, and testing.
development
Setup secure web-based terminal access to WSL2 from mobile/tablet via ttyd + ngrok/Cloudflare/Tailscale. One-command install, start, stop, status. Use when you need remote terminal access, web terminal, browser-based shell, or mobile access to WSL2 environment.
development
Complete development workflows where Claude writes the code while Gemini and Codex provide research, planning, reviews, and different perspectives. Claude remains the main developer. Use for complex projects requiring expert planning and multi-perspective reviews.
development
Systematic progress tracking for skill development. Manages task states (pending/in_progress/completed), updates in real-time, reports progress, identifies blockers, and maintains momentum. Use when tracking skill development, coordinating work, or reporting progress.
testing
Comprehensive testing workflow orchestrating functional testing, example validation, integration testing, and usability assessment. Sequential workflow for complete skill testing from examples through scenarios to integration validation. Use when conducting thorough testing, pre-deployment validation, ensuring skill functionality, or comprehensive quality checks.