review

Review code changes using a checklist and comment prefixes.

70|13|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill review-asiaostrich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/AsiaOstrich/universal-dev-standards/tree/main/.gemini/skills/code-review-assistant
Command: npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill review-asiaostrich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process by providing a standardized checklist and clear comment prefixes, ensuring consistent quality and faster feedback loops.

Core Features & Use Cases

  • Systematic Checklist: Guides reviewers through essential checks across functionality, design, quality, security, and more.
  • Standardized Comments: Uses prefixes like BLOCKING, IMPORTANT, SUGGESTION, QUESTION, and NOTE for clear, actionable feedback.
  • Pre-Commit Verification: Includes a checklist to help developers ensure their code is ready before committing.
  • Use Case: A developer is preparing to submit a pull request. They use the pre-commit checklist to ensure all tests pass, code is formatted correctly, and documentation is updated before submitting. The reviewer then uses the code review checklist to systematically assess the changes.

Quick Start

Use the review skill to perform a code review on all 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 perform a systematic code review on a git pull request?

Perform a systematic code review by applying a standardized checklist across functionality, design, quality, and security to your pull request changes. It uses git diff analysis to evaluate modifications and markdown guidelines to structure actionable feedback.

What is the best way to ensure code is ready before a pre-commit verification?

Ensure code is ready for pre-commit verification by running through a pre-commit checklist that confirms all tests pass, code formatting is applied, and documentation is updated before you submit your changes.

Can I review specific files or branches instead of the entire repository?

Yes, you can review specific files or branches. The code review process supports targeting specific files or branches by leveraging git commands to isolate and analyze the exact code diff for your review.

How do comment prefixes like BLOCKING and SUGGESTION improve code review feedback?

Comment prefixes like BLOCKING, IMPORTANT, SUGGESTION, QUESTION, and NOTE improve code review feedback by categorizing the severity and intent of your comments. This standardization ensures clear, actionable feedback and faster feedback loops.

What is included in a checklist for quality assurance during a code review?

A checklist for quality assurance during a code review includes essential checks across functionality, design, quality, and security. It guides reviewers systematically through these defined areas using markdown guidelines to ensure code consistency.