code-review

Identify and document code quality issues in changed files for pull request reviews.

4|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Hellblazer/nexus --skill code-review-hellblazer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Hellblazer/nexus/tree/main/nx/skills/code-review
Command: npx skills add https://github.com/Hellblazer/nexus --skill code-review-hellblazer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps ensure code changes are thoroughly reviewed for quality, security, and adherence to best practices before they are committed or opened as a pull request.

Core Features & Use Cases

  • Delegates the review task to the code-review-expert agent (model: sonnet) to generate a structured, severity-rated code review.
  • Provides a formal review methodology and deliverables that include findings, file references, and remediation guidance.
  • Integrates into standard Git workflows with clear success criteria to speed up PR readiness and improve code quality.

Quick Start

Use the Task tool to invoke the code-review-expert on your changed files and request a structured review.

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 review for pull requests?▼

Automate code review by delegating changed files to an expert agent that produces a structured, severity-rated report with actionable remediation guidance and file-level references before opening a pull request.

What is the best way to check code quality before a Git commit?▼

Check code quality by running a formal review methodology on changed files across feature development, bug fixes, and refactoring workflows to identify issues and document remediation guidance prior to committing.

Can I get a severity-rated report for security issues in my code changes?▼

Yes, requesting a structured review of changed files generates a severity-rated report that identifies security vulnerabilities and code quality issues alongside actionable remediation steps.

Does the code review process work with standard Git workflows?▼

Yes, the code review process integrates directly into standard Git workflows, applying structured analysis to changed files to speed up pull request readiness and improve overall code quality.

How do I document code quality issues for my team during a review?▼

Document code quality issues by generating a structured review report containing findings, file-level references, and specific remediation guidance to direct your team's review process.

What kind of remediation guidance does an automated code review provide?▼

Automated code review provides actionable remediation guidance paired with severity ratings and file-level references, ensuring developers know exactly what to fix and where to find the issue.