review

Automate structured code reviews for spec compliance and code quality.

153|12|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/jmstar85/oh-my-githubcopilot --skill review-jmstar85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/jmstar85/oh-my-githubcopilot/tree/main/.github/skills/review
Command: npx skills add https://github.com/jmstar85/oh-my-githubcopilot --skill review-jmstar85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review and quality assurance are time-consuming when done manually across multiple teams. This Skill provides a structured, repeatable review workflow that ensures spec compliance and code quality.

Core Features & Use Cases

  • Two-stage review: spec compliance check followed by code quality assessment, with findings aggregated for teams.
  • Delegated analysis: automatically routes findings to specialized reviewers (e.g., security-reviewer) for vulnerability detection.
  • Clear verdict and remediation guidance: issues are prioritized with severity and actionable fix suggestions.

Quick Start

Review the provided codebase for spec compliance and overall quality and return a structured report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code reviews for spec compliance and quality?

Automated code review tools evaluate software repositories and pull requests using a two-stage workflow. They first check spec compliance, then assess code quality, outputting a prioritized report with file:line references and fix suggestions.

What is a two-stage code review workflow?

A two-stage code review workflow first verifies that code changes meet project specifications, then performs a general code quality assessment. This structured approach separates functional correctness from maintainability analysis to produce prioritized remediation guidance.

Can I use automated code review for large refactoring projects?

Yes, automated code review workflows can handle both small feature changes and large refactoring projects. They evaluate the provided codebase to ensure spec compliance and quality standards are maintained across extensive modifications.

How does automated code review handle vulnerability detection?

Automated code review workflows delegate vulnerability detection to specialized security reviewers. After the initial spec compliance and quality analysis, relevant findings are routed to these specialized tools to identify and prioritize security issues.

What does an automated code quality report include?

An automated code quality report includes prioritized issues with severity levels, specific file:line references, and actionable fix suggestions. It aggregates findings from both spec compliance checks and delegated code quality assessments.