code-review

Identify changed files in a pull request and assess them against architecture, security, and quality rules.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/comerito/om-hackathon-starter --skill code-review-comerito
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/comerito/om-hackathon-starter/tree/main/.ai/skills/code-review
Command: npx skills add https://github.com/comerito/om-hackathon-starter --skill code-review-comerito

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes and speeds up code reviews by enforcing architecture rules, security practices, and quality standards across changes.

Core Features & Use Cases

  • Workflow-driven evaluation of code changes against module conventions.
  • Mandatory CI/CD gate checks (generate, typecheck, test, build) enforced before merge.
  • Output a structured review report highlighting violations and remediation.

Quick Start

Push a PR and run the mandatory gates to generate a review report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for a pull request?

To automate code review for a pull request, identify changed files and assess them against architecture, security, and quality rules. The workflow reads module conventions, applies mandatory CI/CD verification gates, and outputs a structured report flagging violations with fix suggestions.

What is a CI/CD verification gate in code review?

A CI/CD verification gate in code review is a mandatory checkpoint enforcing generate, typecheck, test, and build steps before merge. It ensures code modifications pass standardized quality checks and build successfully, preventing unverified changes from entering the main branch.

How do I enforce architecture and security rules during code changes?

To enforce architecture and security rules during code changes, evaluate modified files against module conventions defined in AGENTS.md and specs. The review process identifies violations, assigns severity levels, and provides targeted remediation guidance in a final report.

Can I use this automated code review workflow for TypeScript projects?

Yes, you can use this automated code review workflow for TypeScript projects. The mandatory CI/CD gate explicitly enforces typecheck and build steps, ensuring your TypeScript code adheres to defined architecture, security, and quality standards before merging.

How do I generate a code review report with fix suggestions?

To generate a code review report with fix suggestions, run the mandatory CI/CD gates after pushing your PR. The workflow evaluates changed files against established rules and outputs a structured report highlighting violations with precise remediation guidance.

What are the limitations of automated code review for CI/CD?

The limitations of automated code review for CI/CD include its dependency on predefined AGENTS.md and specs to evaluate rules; without accurate module conventions, the workflow cannot effectively flag violations or provide reliable fix suggestions for your code changes.