review-code

Automate code review of changed files for quality, security, and compliance issues.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/ourchitecture/idp --skill review-code-ourchitecture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/ourchitecture/idp/tree/main/.agents/skills/review-code
Command: npx skills add https://github.com/ourchitecture/idp --skill review-code-ourchitecture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews code changes for quality, security, correctness, and adherence to repository standards, reducing manual review time and human error.

Core Features & Use Cases

  • Automated code review on changed files in a working tree or pull request.
  • Validates style, tests, documentation, and potential issues to enforce repository standards.
  • Supports optional security scans and configurable lint strictness, with summarized findings for easy remediations.

Quick Start

Provide the patch or PR and run the automated review to receive findings.

Frequently Asked Questions about review-code

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

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

Automated code review scans changed files in pull requests to detect quality, security, and correctness issues. It provides severity findings, overall status, and summaries for quick remediation.

What is automated PR review and how does it work?

Automated PR review analyzes changed files to validate style, tests, and documentation against repository standards. It returns severity findings, compliance status, and a quality score for remediation.

Can I run a security scan on specific working tree file paths?

Yes, code review supports selective path reviews or full working-tree scans on changed files. You can enable optional security scans and configure lint strictness to target specific directories.

Does automated code review support lint configuration and PR commenting?

Yes, automated code review supports configurable lint strictness and optional PR commenting. It posts summarized findings, including severity and quality scores, directly to pull requests for remediation.

What is the best way to enforce repository standards during code changes?

Automating code review on changed files enforces repository standards by validating style, tests, and documentation. This reduces manual review time and human error while generating severity findings and compliance scores.

What are the limitations of automated code review for working tree changes?

Automated code review focuses on changed files in working trees or pull requests, limiting full repository context. It relies on configurable lint strictness and security scans rather than deep semantic analysis.