code-review

Generate GitHub code review reports from pull requests and commits using gh CLI.

2|Updated May 2, 2025
One-click install
npx skills add https://github.com/daltonkyemiller/dot --skill code-review-daltonkyemiller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/daltonkyemiller/dot/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/daltonkyemiller/dot --skill code-review-daltonkyemiller

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of comprehensive GitHub code review reports, saving time and ensuring thorough analysis of recent code changes.

Core Features & Use Cases

  • Automated Code Review Reports: Generates a Markdown report with detailed analysis of recent GitHub code changes.
  • Customizable Scope: Supports reviews for specific organizations or accounts over customizable time ranges.
  • In-depth Analysis: Provides links to pull requests, commits, diffs, and review targets for easy access.
  • Use Case: Use this Skill to review all recent changes in your organization or personal repositories, ensuring that all code changes are thoroughly analyzed.

Quick Start

Generate a code review report for the past week using the /code-review command.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate GitHub code review reports for recent pull requests and commits?

Automate GitHub code review reports by using the gh CLI to fetch pull requests, commits, and diffs, generating a detailed Markdown analysis with direct links to the review targets.

What is the best way to generate a code review report for a specific GitHub organization?

Generate a code review report for a specific GitHub organization by defining a customizable time range, allowing the script to analyze all recent code changes across the relevant repositories.

Do I need gh CLI and jq installed to generate GitHub code review reports?

Yes, you need both gh CLI and jq installed, as the code review report generation relies on gh CLI to access the GitHub API and jq to process the JSON responses.

Can I customize the time range for automated GitHub code analysis?

Yes, you can customize the time range for GitHub code analysis, enabling you to generate code review reports that cover specific review periods such as the past week.

What information is included in an automated GitHub code review report?

An automated GitHub code review report includes comprehensive analysis of recent code changes, providing direct links to pull requests, commits, and diffs for easy access and review.

Does automated code review work with CI/CD pipelines?

Yes, automated code review can integrate into CI/CD pipelines, executing scripts to generate Markdown reports of recent GitHub code changes without manual intervention.