github-code-review

Analyze git diffs and generate inline pull request feedback.

1|1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/linfordWu/owls --skill github-code-review-linfordwu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/linfordWu/owls/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/linfordWu/owls --skill github-code-review-linfordwu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineering teams review code changes efficiently by analyzing diffs, leaving inline comments on pull requests, and enforcing consistent pre-push checks to improve code quality and collaboration.

Core Features & Use Cases

  • Analyze git diffs to surface changes and potential issues before merging.
  • Leave precise inline comments on modified lines in PRs and track review history.
  • Integrate with gh CLI or fall back to git + curl workflows for flexible GitHub operations.

Quick Start

Run the inline code review workflow on your current git repository before pushing.

Frequently Asked Questions about github-code-review

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

FAQPage Schema
How do I automate inline code review comments on GitHub pull requests?

Automating inline code review comments on GitHub pull requests involves analyzing git diffs to surface potential issues and leaving structured feedback directly on modified lines. This skill supports gh CLI and git + curl workflows to interact with PRs.

What is the best way to run pre-push code checks using git diffs?

The best way to run pre-push code checks using git diffs is to analyze local code changes before pushing to enforce consistent quality. This skill enables pre-push checks by evaluating diffs against your connected Git repository.

Can I use the gh CLI to automate pull request reviews without external dependencies?

Yes, you can use the gh CLI to automate pull request reviews without external dependencies. This skill supports gh CLI for flexible GitHub operations and falls back to git + curl workflows if needed.

Do I need a connected Git repository to generate automated code feedback?

Yes, you need a connected Git repository and appropriate authentication to interact with GitHub and generate automated code feedback. This environment is required to analyze diffs and leave inline comments on pull requests.

How does structured inline feedback improve pull request code reviews?

Structured inline feedback improves pull request code reviews by leaving precise comments on modified lines and tracking review history. This approach enables consistent, faster code reviews and helps surface potential issues before merging.