autoreview

Automate code reviews for OpenCandle local branches and pull requests.

9|3|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Kahtaf/OpenCandle --skill autoreview-kahtaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoreview
Source: https://github.com/Kahtaf/OpenCandle/tree/main/.agents/skills/autoreview
Command: npx skills add https://github.com/Kahtaf/OpenCandle --skill autoreview-kahtaf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the review process for OpenCandle's local branches, pull requests, and commits, providing a structured and automated way to catch issues before code is merged or pushed.

Core Features & Use Cases

  • Automated Review: Automatically run checks on local code and pull requests to catch potential issues early.
  • Branch and PR Reviews: Support for reviewing both local branches and pull requests in OpenCandle's codebase.
  • Customizable: Allows customization of the review process, including which files to review and what type of checks to run.
  • Use Case: For a developer working on an OpenCandle project, this Skill can be used to ensure that all changes meet the project's quality standards before they are merged.

Quick Start

Run an automated review of your local branch with the command:

.agents/skills/autoreview/scripts/autoreview --mode branch --prompt-file .agents/skills/autoreview/references/opencandle-review.md

Frequently Asked Questions about autoreview

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

FAQPage Schema
How do I automate code reviews for local branches and pull requests?

You can automate code reviews for local branches and pull requests by running a script that checks local code and PRs against customizable quality standards. Execute the review script directly from your local branch to catch potential issues early.

What is automated code review for local development workflows?

Automated code review for local development workflows is a process that runs structured checks on local branches and commits before code is pushed or merged. It provides a customizable way to enforce project quality standards during software development.

Do I need a clean working tree to run an automated branch review?

Yes, running an automated branch review requires local branch access and a clean working tree. This ensures the review script accurately evaluates your code changes without conflicts from uncommitted local modifications.

Can I customize which files are checked during an automated pull request review?

Yes, the automated pull request review process is customizable, allowing you to specify which files to review and what type of checks to run. You can configure these options to match your project's specific quality assurance needs.

What's the best way to ensure code changes meet project quality standards before merging?

The best way to ensure code changes meet project quality standards before merging is to run an automated review script on your local branch. This catches potential issues early by applying customizable checks to your code.