github-code-review

Analyze local diffs and GitHub PRs to generate inline review comments.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill github-code-review-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/github/github-code-review
Command: npx skills add https://github.com/moltis-org/moltis --skill github-code-review-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates structured code reviews by analyzing local diffs and PR changes and generating actionable feedback.

Core Features & Use Cases

  • Systematically reviews diffs from git and PRs to surface code quality issues, security concerns, and style inconsistencies.
  • Provides inline comments, review summaries, and suggestions that can be posted to PRs via gh or curl-based workflows.
  • Suitable for pre-push checks and full PR reviews, enabling consistent code quality across teams.

Quick Start

Run a local diff against the main branch and initiate a PR review workflow using gh and git to generate structured inline feedback.

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 code reviews for GitHub pull requests?

Automate code reviews for GitHub pull requests by analyzing local diffs and PR changes to identify quality issues and generate inline comments. It uses gh CLI or curl-based REST calls to post structured summaries directly to the PR.

Can I run a code review on local diffs before pushing to a remote repository?

Yes, you can run a local code review on diffs against the main branch before pushing. It analyzes pre-push changes to surface security concerns and style inconsistencies, ensuring code quality before initiating the GitHub PR workflow.

Do I need the gh CLI to post inline comments on a PR?

You do not strictly need the gh CLI to post inline comments on a PR. The code review process supports posting inline comments and structured summaries via gh CLI interactions as well as curl-based REST API calls.

What is the best way to add inline comments to a pull request automatically?

The best way to add inline comments automatically is by analyzing PR files via git and applying structured feedback directly to the changed lines. It accommodates local diffs and PR files to generate actionable suggestions.

Does this automated code review process work with standard git workflows?

Yes, this automated code review process works with standard git workflows by analyzing local diffs and pull request changes. It integrates with gh-based interactions to accommodate both pre-push checks and full PR reviews.