code-review

Review code changes for bugs, security issues, and conventions-file violations.

4|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/euxx/claude-skills-for-copilot --skill code-review-euxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/euxx/claude-skills-for-copilot/tree/main/skills/code-review
Command: npx skills add https://github.com/euxx/claude-skills-for-copilot --skill code-review-euxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you catch bugs, security issues, and conventions-file violations in code changes before they reach review or merge.

Core Features & Use Cases

  • Multi-agent analysis: Runs several specialist reviews in parallel to inspect the same change from different angles.
  • Conventions-file compliance: Checks changes against AGENTS.md, CLAUDE.md, or GEMINI.md guidance when present.
  • Bug and security detection: Focuses on high-confidence defects, risky behavior, and quality issues that affect functionality.
  • Use case: Ask for a review of a local diff, a single file, or an entire directory after making a feature change.

Quick Start

Review the provided code changes and return only high-confidence issues with explanations and file references.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run a security analysis and bug detection on a local git diff?

You can review a git diff by providing the changes to the Skill, which runs parallel specialist agents for bug detection and security analysis, returning only high-confidence issues with file references.

What is multi-agent code review and how does it work for finding bugs?

Multi-agent code review runs several specialist analyses in parallel to inspect the same code changes from different angles, filtering findings by confidence scoring to return only high-confidence bugs and security issues.

Can I check my code changes against conventions files like AGENTS.md or CLAUDE.md?

Yes, you can check code changes against conventions files. The Skill discovers AGENTS.md, CLAUDE.md, or GEMINI.md files in your project and flags violations alongside bugs and security issues.

Does this multi-agent code review work on single files and entire directories?

Yes, the code review works on local files, single files, entire directories, and git diffs, applying focused multi-agent analysis to identify risky behavior and security issues across the provided scope.

How do I reduce false positives when reviewing code changes for security issues?

To reduce false positives during security analysis, the Skill applies issue filtering and confidence scoring across its parallel specialist reviews, returning only high-confidence findings and defects.