aif-review

Review staged changes or pull requests for bugs, security, and performance issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly uncover bugs, security issues, and performance risks in code by reviewing staged changes or pull requests, reducing review cycles and deployment risk.

Core Features & Use Cases

  • Automated analysis of staged changes and PRs for correctness, security, and maintainability
  • Context-aware guidance aligned with project conventions and best practices
  • Use case: when you want a fast, thorough pre-merge review before accepting a PR

Quick Start

Invoke a code review on the current staged changes or a specific PR by providing a PR number, URL, or branch.

Frequently Asked Questions about aif-review

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

FAQPage Schema
How do I review staged changes for bugs and security issues before a pull request?

Review staged changes by performing a code review on your local git state to identify bugs, security issues, performance problems, and maintainability concerns before opening a pull request.

Can I run a code review directly on a GitHub pull request URL?

Yes, you can review a GitHub pull request by providing the PR URL or number. The tool retrieves optional PR details to analyze correctness, security, and performance risks during the code review.

Does this code review tool require any specific dependencies or environment setup?

No, this code review tool requires no dependencies. It relies on your local git state and repository configuration, with optional base branch overrides available in a config.yaml file.

What is the best way to check a pull request for performance problems and maintainability concerns?

The best way to check a pull request for performance problems and maintainability concerns is to perform a context-aware code review that aligns with project conventions and best practices across branches and commits.

How do I configure the base branch for analyzing branch and commit changes?

Configure the base branch for analyzing branch and commit changes by setting an optional override in the .ai-factory/config.yaml file. The code review defaults to using the main branch if no override is provided.