orrery-review

Analyze code diffs and generate JSON review reports.

7|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/CaseyHaralson/orrery --skill orrery-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orrery-review
Source: https://github.com/CaseyHaralson/orrery/tree/main/agent/skills/orrery-review
Command: npx skills add https://github.com/CaseyHaralson/orrery --skill orrery-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process by automatically analyzing code changes, identifying potential issues, and providing structured feedback to improve code quality and security.

Core Features & Use Cases

  • Automated Code Review: Reads full file contents and diffs to evaluate correctness, bug risks, security vulnerabilities, performance issues, and code quality.
  • Structured Feedback: Produces clear, actionable JSON reports highlighting critical issues and suggestions, reducing manual review time.
  • Use Case: Ideal for integration into CI pipelines to ensure consistent, fast, and thorough code reviews before merge decisions.

Quick Start

Provide the changed files and diffs from a recent commit to the review skill to automatically generate a detailed review report.

Frequently Asked Questions about orrery-review

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

FAQPage Schema
How does automated code review work for analyzing diffs and file contents?

Automated code review works by parsing file contents and diffs from software repositories to identify bugs, security vulnerabilities, and quality concerns. It then generates structured JSON reports to provide actionable feedback for developers.

How do I integrate automated code review into my continuous integration workflows?

To integrate automated code review into continuous integration workflows, provide the changed files and diffs from recent commits to the review skill. It will parse the changes and automatically generate a detailed JSON review report for merge decisions.

What is the best way to identify security vulnerabilities and bug risks in code changes?

The best way to identify security vulnerabilities and bug risks in code changes is using an automated review tool that evaluates correctness and performance issues. It reads full file contents and diffs to highlight critical issues in a structured report.

Can I use automated code review for code quality audits in software repositories?

Yes, you can use automated code review for code quality audits in software repositories. It analyzes diffs to evaluate correctness, bug risks, and security vulnerabilities, producing structured JSON reports that reduce manual review time and ensure consistent quality checks.

What format does automated code review output for structured developer feedback?

Automated code review outputs structured JSON reports for developer feedback. This format highlights critical issues and suggestions identified during diff analysis, ensuring the feedback is clear, actionable, and easily parsable within continuous integration pipelines.