ai-factory.review

Review staged diffs or pull requests and output a Markdown summary.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/YaroslavKomarov/ShedulerBot --skill ai-factory-review-yaroslavkomarov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-factory.review
Source: https://github.com/YaroslavKomarov/ShedulerBot/tree/main/.claude/skills/review
Command: npx skills add https://github.com/YaroslavKomarov/ShedulerBot --skill ai-factory-review-yaroslavkomarov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates thorough code reviews of staged changes or pull requests, ensuring issues are identified and actionable feedback is produced across correctness, security, and performance.

Core Features & Use Cases

  • Review staged changes or open PRs for correctness, security issues, and maintainability
  • Detect performance regressions and code quality concerns
  • Produce a structured Markdown summary and a checklist for reviewers

Quick Start

Review staged changes in the current repository.

Frequently Asked Questions about ai-factory.review

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

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

Automate code review for staged git changes by applying a deterministic review flow to staged diffs to validate correctness, security, performance, and maintainability, producing a structured Markdown summary.

Can I automatically review open pull requests for security issues?

Yes, you can automatically review open pull requests for security issues by running git diff or gh pr commands to evaluate code changes and output a checklist for reviewers.

What is the best way to check pull requests for performance regressions?

Check pull requests for performance regressions by applying static analysis to code changes, validating a checklist, and generating a structured Markdown summary with actionable feedback.

Does automated static analysis work with GitHub pull requests?

Automated static analysis works with GitHub pull requests by executing gh pr commands to fetch diffs and evaluate them for correctness, security, performance, and maintainability concerns.

How do I generate a code review checklist for a pull request?

Generate a code review checklist for a pull request by running automated checks against the code diff, validating correctness and security, and outputting a structured Markdown summary.

What are the limitations of automated code review for pull requests?

Automated code review for pull requests is limited to identifying issues in staged diffs via static analysis and producing a Markdown summary; it does not execute code or dynamically test runtime behavior.