# do-review > Code review and quality assessment. Use when user wants to review a PR, recent changes, or specific code. - Author: Brandon Fryslie - Repository: loom99-public/loom99-claude-marketplace - Version: 20260203224452 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/loom99-public/loom99-claude-marketplace - Web: https://mule.run/skillshub/@@loom99-public/loom99-claude-marketplace~do-review:20260203224452 --- --- name: "do-review" description: "Code review and quality assessment. Use when user wants to review a PR, recent changes, or specific code." --- # Review Code review and quality assessment. ## Process Use do:project-evaluator in **review mode**: **Determine target**: - PR/diff specified → review those changes - File specified → review that file - No target → review recent uncommitted changes **Assess**: - Code quality - Potential bugs - Security concerns - Performance issues - Maintainability - Test coverage ## Output Review with verdict: APPROVE | REQUEST_CHANGES | CONCERNS ``` ═══════════════════════════════════════ Code Review Complete Target: [what was reviewed] Verdict: [APPROVE | REQUEST_CHANGES | CONCERNS] [Key findings - 3-5 bullets] Full review: REVIEW--.md ═══════════════════════════════════════ ```