review

Analyzes commits and pull requests for security, correctness, architecture, and quality issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/reid15halo-ops/Local-Buisness-automizer --skill review-reid15halo-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/reid15halo-ops/Local-Buisness-automizer/tree/main/.skills/review
Command: npx skills add https://github.com/reid15halo-ops/Local-Buisness-automizer --skill review-reid15halo-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures code quality, security, and adherence to architectural standards by performing structured reviews of code changes before they are merged.

Core Features & Use Cases

  • Targeted Code Audits: Reviews specific commits, diffs, or pull requests.
  • Security & Correctness Checks: Identifies vulnerabilities, logic errors, and potential bugs.
  • Architectural Alignment: Assesses code against project design principles.
  • Use Case: Before merging a new feature, use this Skill to automatically audit the associated code changes for security flaws and bugs, ensuring a high-quality release.

Quick Start

Use the review skill to analyze the last commit and provide feedback on its quality and security.

Frequently Asked Questions about review

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

FAQPage Schema
How do I perform a structured security audit on a pull request before merging?

To perform a structured security audit on a pull request, you need a diff-based review process that analyzes changes against predefined security checklists. This identifies vulnerabilities and logic errors before code is merged.

What is the best way to check architectural alignment in a commit analysis?

Checking architectural alignment in a commit analysis involves assessing code changes against project design principles. This ensures new features adhere to predefined structural standards and maintains overall codebase integrity.

Can I use automated code review for specific commits instead of entire branches?

Yes, automated code review can target specific commits instead of entire branches. It performs targeted audits by analyzing individual diffs to identify critical issues, bugs, and suggestions based on predefined checklists.

How does a pre-merge quality gate identify potential bugs in code changes?

A pre-merge quality gate identifies potential bugs by analyzing code changes against correctness criteria and architectural guides. It evaluates the diff to catch logic errors and vulnerabilities before integration.

What should be included in a security audit checklist for code review?

A security audit checklist for code review should include checks for vulnerabilities, logic errors, and architectural alignment. It evaluates the diff against project design principles to ensure correctness and quality.