review

Review code for quality, security, and architecture issues.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/sethihq/guide --skill review-sethihq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/sethihq/guide/tree/main/public/kit/skills/review
Command: npx skills add https://github.com/sethihq/guide --skill review-sethihq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for quality, security vulnerabilities, and adherence to best practices, ensuring higher-quality software.

Core Features & Use Cases

  • Comprehensive Code Analysis: Checks for common pitfalls in TypeScript, React patterns, styling, performance, security, and architecture.
  • Pre-Merge Validation: Ideal for use before merging code, committing changes, or shipping new features.
  • Use Case: Before merging a pull request, use this Skill to perform a thorough review, identifying potential bugs, security risks, and areas for performance improvement.

Quick Start

Use the review skill to check the code in the current branch for quality and security issues.

Frequently Asked Questions about review

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

FAQPage Schema
How do I perform a pre-merge code review for TypeScript and React?

To perform a pre-merge code review for TypeScript and React, use this Skill to check your branch against established type safety, React patterns, and security hygiene standards. It analyzes code to identify potential bugs, security risks, and performance issues before merging.

What does an automated code review check for in a React application?

An automated code review checks React applications for common pitfalls in component patterns, styling adherence, performance optimization, and security hygiene. It enforces strict guidelines on type safety and architectural standards to ensure high-quality software.

Can I use this code review tool for self-review before committing changes?

Yes, you can use this code review tool for self-review processes before committing changes or shipping new features. It performs detailed validation against quality and security standards, making it ideal for independent commit checks.

What is the best way to enforce type safety and security hygiene in TypeScript?

The best way to enforce type safety and security hygiene in TypeScript is to run an automated review against strict architectural guidelines. This Skill validates your code to ensure adherence to best practices, identifying security vulnerabilities and type errors.

Does this automated review check for performance optimization and styling issues?

Yes, this automated review checks for performance optimization and styling issues alongside type safety and security. It performs comprehensive code analysis to ensure your React components and TypeScript architecture meet established quality standards.

When do I need an automated code review for my pull request?

You need an automated code review for your pull request when you want to validate code quality, identify security vulnerabilities, and ensure architectural adherence before merging. It serves as a pre-merge validation tool to catch potential bugs and performance risks.