chameleon-pr-review

Automate Pull Request code reviews against repository conventions and principles.

9|3|Updated May 10, 2026
One-click install
npx skills add https://github.com/crisnahine/chameleon --skill chameleon-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chameleon-pr-review
Source: https://github.com/crisnahine/chameleon/tree/main/plugin/skills/chameleon-pr-review
Command: npx skills add https://github.com/crisnahine/chameleon --skill chameleon-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires chameleon, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes in Pull Requests (PRs) by checking them against the repository's conventions and principles, saving time and reducing the risk of introducing errors.

Core Features & Use Cases

  • Automated Convention Checking: Ensures that the code in PRs adheres to the repository's coding standards and conventions.
  • Logic Review: Analyzes the code for logical consistency, edge cases, performance, and type safety.
  • Dependency and Security Review: Checks for dependency issues and potential security vulnerabilities.
  • Use Case: When a developer submits a PR, this Skill automatically reviews the code, reporting any issues that don't meet the repository's standards.

Quick Start

Run the chameleon-pr-review skill on a PR using the following command: /chameleon-pr-review <PR-URL>

Frequently Asked Questions about chameleon-pr-review

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

FAQPage Schema
How do I automate PR reviews against repository conventions?

You can automate PR reviews by running the chameleon-pr-review command on a PR URL, which checks code changes against repository conventions, coding standards, and task requirements to report any issues.

What does automated dependency and security review check for in a pull request?

Automated dependency and security review analyzes pull requests to identify dependency issues and potential security vulnerabilities, ensuring the code changes do not introduce risks before merging.

Does automated code review work with existing repository conventions?

Yes, automated code review works with existing repository conventions by checking submitted pull requests against your established coding standards, principles, and task requirements.

Do I need the chameleon MCP tools to run automated PR reviews?

Yes, you need the chameleon MCP tools and repository access to run automated PR reviews, as the review process utilizes the chameleon engine for scope, evidence gathering, and verification.

Can automated logic review detect edge cases and performance issues?

Yes, automated logic review can detect edge cases and performance issues by analyzing code changes for logical consistency, type safety, and potential bottlenecks during the pull request review.