review

Review SvelteKit, Drizzle, and TypeScript code with a 4-phase severity-labeled analysis.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/rp4ri/pi-studios --skill review-rp4ri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/rp4ri/pi-studios/tree/main/dev-studio/skills/review
Command: npx skills add https://github.com/rp4ri/pi-studios --skill review-rp4ri

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies and standardizes the code review process, reducing the time spent on manual code analysis and improving the quality of feedback.

Core Features & Use Cases

  • Structured 4-Phase Review: Offers a comprehensive framework for code review, encompassing context, architecture, line-by-line analysis, and final verdict.
  • Severity Labeling: Provides clear categorization of issues to guide the resolution process.
  • Target Resolution: Reviews staged changes, Pull Requests, or specific files based on the user's input.

Quick Start

Run /dev-review to begin a review of staged changes or specify --staged, --pr current, --pr <number>, or a file path.

Frequently Asked Questions about review

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

FAQPage Schema
How do I perform a structured code review on staged changes or a pull request?

To perform a structured code review on staged changes or a pull request, execute the review command targeting your staged files or specific PR number to initiate a 4-phase analysis with actionable feedback and severity labeling.

What does the 4-phase code review process include for software quality inspection?

The 4-phase code review process includes context evaluation, architecture analysis, line-by-line inspection, and a final verdict, providing actionable feedback with severity labeling to improve software quality.

Do I need GitHub CLI and Python installed to inspect code for SvelteKit and Drizzle projects?

Yes, you need GitHub CLI, git, and Python libraries installed to parse files and analyze code, as the review process is specifically designed for SvelteKit, Drizzle, and TypeScript projects.

Can I review specific files instead of an entire pull request in my code inspection workflow?

Yes, you can review specific files instead of an entire pull request by providing a direct file path, allowing the static analysis to target isolated code segments for inspection.

How does severity labeling guide the resolution process during code review?

Severity labeling categorizes identified issues during code review, clearly guiding the resolution process by highlighting the most critical architectural and line-by-line problems first for developers to fix.