code-review

Automate GitHub pull request code reviews with inline comments and summaries.

4|5|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Luney-Industries/farty-bobo --skill code-review-luney-industries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Luney-Industries/farty-bobo/tree/main/skills/code-review
Command: npx skills add https://github.com/Luney-Industries/farty-bobo --skill code-review-luney-industries

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of code review by automatically analyzing pull requests, providing inline feedback, and consolidating a structured review summary.

Core Features & Use Cases

  • Automated Code Analysis: Analyzes pull requests for issues such as correctness, security, design, readability, and performance.
  • ** Inline Feedback**: Posts detailed inline comments on pull requests for specific code issues.
  • Consolidated Summary: Provides a summary of the review, including findings, questions, and the overall verdict.
  • Use Case: Ideal for software engineers who need to review multiple pull requests and want to ensure a thorough, consistent review process.

Quick Start

Run the code-review skill on a pull request to automatically generate a review and post it.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for GitHub pull requests?

To automate code review for GitHub pull requests, you can use a skill that reads diffs, analyzes code for issues, and posts inline comments directly on the pull request. It requires GitHub authentication and authorization to function properly.

What kind of code analysis does an automated pull request review provide?

Automated pull request review provides code analysis covering correctness, security, design, readability, and performance. It evaluates the diff to identify these specific code issues and then posts detailed inline feedback directly on the affected lines.

Can I post inline comments on a GitHub pull request automatically?

Yes, you can post inline comments on a GitHub pull request automatically. The code review process analyzes pull request diffs for issues and subsequently posts detailed inline comments directly on the targeted code segments.

Do I need GitHub authentication to run an automated code analysis on pull requests?

Yes, you need GitHub authentication and authorization to run automated code analysis on pull requests. This access is required for the code review skill to read diffs, analyze code for issues, and post inline comments back to the pull request.

Does automated code review provide a summary of pull request findings?

Yes, automated code review provides a summary of pull request findings. After analyzing the diff and generating inline comments, the process consolidates findings, questions, and the overall verdict into a structured review summary.

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

A limitation of automated inline code review for pull requests is that it requires GitHub authentication and authorization to function. Additionally, while it analyzes correctness, security, and performance, human oversight is still needed to evaluate complex design questions.