aif-review

Review staged Git changes and GitHub pull requests for bugs and security issues.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/hightemp/process-manager --skill aif-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-review
Source: https://github.com/hightemp/process-manager/tree/main/.github/skills/aif-review
Command: npx skills add https://github.com/hightemp/process-manager --skill aif-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code, ensuring it meets standards for correctness, security, performance, and best practices, saving developers time and improving code quality.

Core Features & Use Cases

  • Staged Changes Review: Analyzes code that has been staged for commit.
  • Pull Request Review: Reviews all changes within a specified pull request.
  • Comprehensive Checklist: Covers correctness, security, performance, best practices, and testing.
  • Use Case: Before merging a new feature, use this Skill to automatically check for potential bugs, security vulnerabilities, and performance bottlenecks in the code.

Quick Start

Run a code review on the currently staged changes in your repository.

Frequently Asked Questions about aif-review

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

FAQPage Schema
How do I automate code review for staged changes in Git?

To automate code review for staged changes, you can run this Skill to analyze your Git diff for bugs, security vulnerabilities, and performance issues. It checks staged code against best practices before you commit.

How do I perform automated code review on GitHub pull requests?

You can perform automated code review on GitHub pull requests by using this Skill with the `gh` CLI tool. It analyzes all changes within a specified pull request and integrates with GitHub MCP for direct feedback.

Can I check for security vulnerabilities and bugs in my code before merging?

Yes, you can check for security vulnerabilities and bugs before merging by running an automated review on staged changes or pull requests. This Skill evaluates code quality, performance, and correctness against a comprehensive checklist.

Do I need GitHub CLI to review pull requests automatically?

Yes, you need the GitHub CLI (`gh`) and `git` installed to review pull requests automatically. These dependencies allow the Skill to access repository changes and provide direct feedback via GitHub MCP integration.

What is the best way to ensure my code follows best practices during development?

The best way to ensure code follows best practices is to run an automated review on staged changes before committing. This Skill analyzes your Git diff for adherence to standards, testing gaps, and performance bottlenecks.