/review

Execute specialized agent prompts to review code and plans.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/LitiSaude/garage --skill review-litisaude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /review
Source: https://github.com/LitiSaude/garage/tree/main/skills/review
Command: npx skills add https://github.com/LitiSaude/garage --skill review-litisaude

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process by automatically assessing code changes and feature plans against quality standards, ensuring consistency and catching potential issues early.

Core Features & Use Cases

  • Plan Review: Generates a requirements checklist from feature descriptions before coding begins.
  • Code Review: Scans code changes for violations across quality pillars like production hardening, audit compliance, and analytics coverage.
  • Stack Detection: Automatically identifies the technology stack (backend, frontend, or full stack) to apply relevant review agents.
  • Use Case: Before starting development on a new feature, use /review plan to ensure all requirements are clearly defined. After implementing the feature, use /review code to get an automated assessment of your code changes.

Quick Start

Use the review skill to analyze the code changes in the current branch.

Frequently Asked Questions about /review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for frontend and backend changes?

Automated code review detects the technology stack to execute specialized agent prompts for frontend, backend, or full stack. It scans code changes for production hardening, audit compliance, and analytics coverage violations.

What is a plan review and when do I need it before coding?

Plan review generates a requirements checklist from feature descriptions before coding begins. You need it to validate pre-coding requirements and ensure all specifications are clearly defined prior to implementation.

How do I set up automated quality assurance checks for my feature plans?

Automated quality assurance checks require specific agent prompts configured for production hardening, audit compliance, and analytics coverage. The system applies relevant review agents based on detected stack to generate comprehensive reports.

Can I use automated review for both pre-coding validation and post-coding violation detection?

Automated review supports both pre-coding requirement validation through plan review and post-coding violation detection through code review. It executes specialized agent prompts to assess changes against quality standards.

Does the code review tool automatically identify backend and frontend stacks?

Stack detection automatically identifies the technology stack as backend, frontend, or full stack. It then applies relevant review agents to ensure the assessment matches the specific architecture of the code changes.

What limitations exist when automating plan and code reviews across different stacks?

Automated plan and code reviews require specific agent prompts for each quality pillar to function properly. Without configured prompts for production hardening, audit compliance, and analytics coverage, comprehensive reports cannot be generated.