code-review

Automate GitHub pull request reviews with CLAUDE.md compliance and bug detection.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Nabilhassan12345/voice-ai-workspace --skill code-review-nabilhassan12345
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Nabilhassan12345/voice-ai-workspace/tree/main/pipecat/.claude/skills/code-review
Command: npx skills add https://github.com/Nabilhassan12345/voice-ai-workspace --skill code-review-nabilhassan12345

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates thorough pull request reviews by orchestrating CLAUDE.md compliance checks and high-signal bug detection across changed files.

Core Features & Use Cases

  • CLAUDE.md compliance auditing for PRs and code diffs
  • High-signal bug detection focused on introduced changes
  • Parallel agent orchestration that aggregates findings and prepares inline review comments

Quick Start

Provide a comprehensive code review for the given pull request using automated CLAUDE.md checks and high-signal bug detection.

Frequently Asked Questions about 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 orchestrating CLAUDE.md compliance checks and critical bug detection across modified files. The workflow parses PR diffs, evaluates rules, flags high-severity issues, and posts inline review comments via gh pr review.

How do I check pull request diffs for CLAUDE.md compliance?

Check pull request diffs for CLAUDE.md compliance using an automated auditing workflow. The process parses changed files, evaluates them against CLAUDE.md rules, and aggregates findings to ensure new code adheres to defined project standards.

Can I detect high-severity bugs in introduced code changes automatically?

Detect high-severity bugs in introduced code changes automatically through parallel agent orchestration. The system focuses specifically on high-signal bug detection within modified files and diffs, isolating critical issues introduced by the pull request.

Does this automated PR review work with any GitHub project?

Automated PR review works with any GitHub project by leveraging the gh CLI. It handles modified files and diffs across diverse repositories, requiring only the GitHub command line interface to post generated inline review comments.

How do I post inline code review comments on a pull request via gh CLI?

Post inline code review comments on a pull request via gh CLI by running an orchestration workflow that aggregates findings. The workflow prepares high-signal comments for identified issues and executes gh pr review to publish them directly on the PR.

What is the best way to run high-signal bug detection on a GitHub diff?

The best way to run high-signal bug detection on a GitHub diff is using a multi-agent workflow that parses changes and flags critical bugs. This approach ensures focused analysis on introduced modifications rather than the entire codebase.