github:pr-review

Automate GitHub Pull Request reviews for conventions, security, and CI status.

292|103|Updated Mar 27, 2025
One-click install
npx skills add https://github.com/kagenti/kagenti --skill github-pr-review-kagenti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github:pr-review
Source: https://github.com/kagenti/kagenti/tree/main/.claude/skills/github%3Apr-review
Command: npx skills add https://github.com/kagenti/kagenti --skill github-pr-review-kagenti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of reviewing GitHub Pull Requests, ensuring adherence to project conventions, security standards, and CI status before merging.

Core Features & Use Cases

  • Automated Convention Checks: Validates commit messages, PR titles, and descriptions against established guidelines.
  • Security Audits: Scans for common security vulnerabilities, hardcoded secrets, and dependency risks.
  • CI Status Verification: Checks the status of automated checks and tests.
  • Inline Comment Drafting: Generates specific, actionable feedback directly within the PR diff.
  • Use Case: A developer submits a new feature PR. This Skill automatically analyzes the code changes, checks for security issues, verifies that CI tests are passing, and drafts inline comments highlighting any convention violations or potential improvements, ready for team review.

Quick Start

Use the github:pr-review skill to review pull request number 123.

Frequently Asked Questions about github:pr-review

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

FAQPage Schema
How do I automate a GitHub pull request review for Python and Helm code?

Automated PR review analyzes code changes for Python, Helm, and Kubernetes conventions, verifies CI status, and drafts inline comments. It scans diffs to enforce project standards and security guidelines before merging.

What does an automated security audit check for in a pull request?

A security audit scans code changes for hardcoded secrets, dependency risks, and common vulnerabilities. It reviews shell scripts, YAML files, Dockerfiles, and CI actions to ensure security standards are met before approval.

Can I review shell scripts and Dockerfiles for CI status before merging?

Yes, you can review shell scripts and Dockerfiles by verifying CI status and scanning for convention violations. The review process checks CI actions, Dockerfiles, and shell scripts for security risks and guideline adherence.

How do I draft inline comments for a GitHub PR?

Drafting inline comments involves analyzing the PR diff for convention violations and security issues, then generating specific, actionable feedback. These comments are prepared for user approval directly within the pull request.

What is the best way to check pull request conventions for YAML and documentation?

Checking pull request conventions involves validating commit messages, PR titles, and descriptions against guidelines. The review enforces standards for YAML, documentation, tests, and CI actions within the diff.