aif-review

Review staged changes or pull requests for correctness, security, and maintainability issues.

2|Updated Sep 13, 2022
One-click install
npx skills add https://github.com/horizontalsystems/solana-kit-ios --skill aif-review-horizontalsystems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-review
Source: https://github.com/horizontalsystems/solana-kit-ios/tree/main/.claude/skills/aif-review
Command: npx skills add https://github.com/horizontalsystems/solana-kit-ios --skill aif-review-horizontalsystems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Perform code reviews on staged changes or pull requests, identifying bugs, security issues, performance problems, and deviations from best practices. This skill is activated when the user asks to review code, check code, review a PR, or confirm if the code is okay.

Core Features & Use Cases

  • Reviews staged changes automatically by inspecting diffs and highlighting potential issues.
  • Supports both local diffs and PR details via GitHub CLI to surface correctness, security, and maintainability concerns.
  • Provides a structured checklist aligning with common review criteria to guide developers toward high-quality contributions.

Quick Start

Review staged changes in the current repository.

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 security and performance issues?

Review staged changes by inspecting local diffs to detect correctness, security, and maintainability issues. The skill validates code changes against a structured checklist, automatically highlighting potential bugs, performance problems, and deviations from best practices before a pull request is made.

Can I use a code review checklist on a GitHub pull request?

Yes, you can review a GitHub pull request by retrieving PR details and diffs via the GitHub CLI. The skill surfaces correctness, security, and maintainability concerns by validating the PR data against a structured review checklist for quality contributions.

What is the best way to check code quality on local git diffs?

Checking code quality on local git diffs is best done by applying a structured review checklist to the staged changes. This process identifies security vulnerabilities, performance problems, and best practice deviations directly within your local repository environment.

Does automated code review work without a remote repository?

Yes, automated code review works without a remote repository by inspecting local diffs from your staged changes. The skill operates directly on local git diffs to detect bugs and maintainability issues, requiring no remote pull request connection.

What issues are detected during a pull request code review?

During a pull request code review, the skill detects bugs, security vulnerabilities, performance problems, and deviations from best practices. It analyzes the retrieved diff data to flag correctness and maintainability concerns according to its structured checklist.