code-review

Reviews code changes and pull requests for quality, security, correctness, and style issues.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/torikhayes/aeai-dotnet-brownfield --skill code-review-torikhayes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/torikhayes/aeai-dotnet-brownfield/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/torikhayes/aeai-dotnet-brownfield --skill code-review-torikhayes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Developers need consistent, thorough feedback on code changes before merging, but manual reviews are time-consuming and often miss security vulnerabilities, correctness bugs, or style inconsistencies. ## Core Features & Use Cases - Code Quality Review: Analyzes code for correctness, readability, and adherence to style conventions. - Security Analysis: Checks changes against OWASP guidelines to surface common vulnerabilities. - PR and Branch Review: Reviews individual files, described changes, or entire branches on request. - Use Case: Before merging a pull request, ask for a review of the changed files to catch security flaws, logic errors, and style violations with actionable feedback. ## Quick Start Ask the assistant to review my changes in the current branch for security and correctness issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I get a code review on my changes?▼

Provide the file paths you want reviewed or describe the change, and the review workflow analyzes them for quality, security, correctness, and style. You can also request a full branch review by saying 'review branch'.

How do I review a pull request for security issues?▼

Request a security review of the PR or changed files, and the workflow checks the code against OWASP guidelines. It flags common vulnerability patterns alongside correctness and style feedback.

Can I review an entire branch instead of single files?▼

Yes, branch-level review is supported. Say 'review branch' or name the specific files, and the workflow evaluates the changes across the branch rather than isolated snippets.

What kinds of issues does a code review check for?▼

The review covers four areas: code quality, security based on OWASP guidance, correctness of the implementation, and style consistency. Feedback is delivered as actionable comments on the reviewed code.

Where are the code review instructions defined?▼

The full review workflow lives in .github/agents/code-review.agent.md, which is the single source of truth shared with GitHub Copilot. The skill reads and executes that definition rather than duplicating it.