code-review

Analyze pull request code diffs for bugs and CLAUDE.md compliance.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/eglenn-dev/dt-skills --skill code-review-eglenn-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/eglenn-dev/dt-skills/tree/main/skills/code-review
Command: npx skills add https://github.com/eglenn-dev/dt-skills --skill code-review-eglenn-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes in pull requests, ensuring adherence to coding standards, identifying potential bugs, and flagging compliance issues before merging.

Core Features & Use Cases

  • Automated Code Auditing: Analyzes code diffs for bugs, CLAUDE.md violations, and adherence to project guidelines.
  • Intelligent Issue Identification: Differentiates between critical bugs, compliance issues, and minor style suggestions, focusing on high-signal feedback.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag critical issues in every pull request, reducing the burden on human reviewers and improving code quality.

Quick Start

Use the code-review skill to review the current pull request for bugs and CLAUDE.md compliance.

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 on pull requests for bugs and compliance?

Automated code review analyzes pull request diffs to identify bugs, logic errors, and compliance violations. It uses multiple AI agents to validate findings and generates inline comments with actionable feedback directly on the code changes.

Can I integrate automated code review into my GitHub Actions CI/CD pipeline?

Yes, you can integrate automated code review into GitHub Actions CI/CD pipelines. It requires the GitHub CLI for repository interaction and automatically flags critical issues in every pull request before merging.

How does automated code review identify high-signal issues?

Automated code review identifies high-signal issues by leveraging multiple AI agents to analyze code diffs. It differentiates between critical bugs, compliance issues, and minor style suggestions, focusing only on actionable feedback.

Do I need GitHub CLI to run automated code reviews on my repository?

Yes, GitHub CLI is required to run automated code reviews. The tool relies on the GitHub CLI to interact with the repository context and operate on code diffs within your specified pull requests.

What is CLAUDE.md compliance in automated code review?

CLAUDE.md compliance in automated code review ensures that code changes adhere to your specific project guidelines and standards. The tool audits pull request diffs specifically for violations against these defined rules.

What are the limitations of using AI agents for code review?

Using AI agents for code review focuses on high-signal feedback from code diffs but does not replace human reviewers entirely. It automates the detection of bugs and compliance issues, reducing but not eliminating the burden of manual code inspection.