implement-review-pr

Automate GitHub Pull Request reviews for CI status, code quality, security, and Conventional Commits compliance.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Fandhe-AI/agent-cli-skills --skill implement-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-review-pr
Source: https://github.com/Fandhe-AI/agent-cli-skills/tree/main/skills/implement-review-pr
Command: npx skills add https://github.com/Fandhe-AI/agent-cli-skills --skill implement-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the review process for GitHub Pull Requests, checking for code quality, security issues, and compliance with Conventional Commits standards.

Core Features & Use Cases

  • Code Quality Review: Ensures code quality with checks for architecture, naming conventions, and test coverage.
  • Security Assessment: Checks for common security vulnerabilities using the OWASP Top 10.
  • Compliance: Validates PR titles and descriptions against Conventional Commits standards.
  • Use Case: When you want to streamline the review process for PRs and ensure they meet high-quality standards before merging.

Quick Start

Review a PR using the implement-review-pr skill by running implement-review-pr <pr-number>.

Frequently Asked Questions about implement-review-pr

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

FAQPage Schema
How do I automate GitHub Pull Request reviews for code quality and security?

Automate GitHub Pull Request reviews by running the `implement-review-pr` skill with a PR number, which checks CI status, code quality, security vulnerabilities, and Conventional Commits compliance before merging.

What does Conventional Commits compliance check during a GitHub PR review?

Conventional Commits compliance validates PR titles and descriptions against established standards, ensuring consistent commit history and automated semantic versioning compatibility for GitHub Pull Requests.

Do I need the gh CLI installed to automate PR security audits and CI checks?

Yes, the gh CLI is required for PR access. This Skill integrates with GitHub actions and uses the gh CLI to retrieve PR data for CI status checks, code quality reviews, and OWASP Top 10 security assessments.

How to check a GitHub PR for OWASP Top 10 security vulnerabilities before merging?

Check GitHub PRs for OWASP Top 10 vulnerabilities by executing the `implement-review-pr` skill, which performs an automated security assessment alongside code quality and compliance validations.

Can I validate PR test coverage and architecture naming conventions automatically?

Yes, the code quality review feature automatically checks architecture, naming conventions, and test coverage for GitHub Pull Requests, streamlining the review process to ensure high-quality standards.

What's the best way to enforce Conventional Commits standards in a CI/CD pipeline?

Enforce Conventional Commits standards in a CI/CD pipeline by integrating this Skill with GitHub actions, which automatically validates PR titles and descriptions alongside CI status and security checks.