code-review

Review code changes against issue or PR requirements and project conventions.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/uchidayuma/sales-management-laravel-portfolio --skill code-review-uchidayuma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/uchidayuma/sales-management-laravel-portfolio/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/uchidayuma/sales-management-laravel-portfolio --skill code-review-uchidayuma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates expert code reviews by cross-checking implementations against issue/PR requirements and project conventions, ensuring requirement coverage, quality, and maintainability.

Core Features & Use Cases

  • Traceability verification: verify that changes satisfy the defined issue/PR requirements.
  • Quality checks: ensure compliance with SOLID principles, security, error handling, and performance standards.
  • Context-aware feedback: provide precise file, function, and line references along with suggested fixes and acceptance criteria mapping.
  • Workflow integration: can review GitHub issues/PRs, or compare local diffs when PR URLs are unavailable.

Quick Start

Provide the issue/PR URL (or a local diff) and ask me to perform a code 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 reviews to verify pull requests against issue requirements?

Automated code review cross-checks implementations against issue or PR requirements, verifying requirement coverage, quality, and maintainability. It uses issue or PR URLs, or local diffs, to perform rigorous reviews.

Can I review local diffs for code quality and security when a GitHub PR URL is unavailable?

Yes, you can review local diffs when PR URLs are unavailable. The code review process compares local changes to ensure compliance with SOLID principles, security, error handling, and performance standards.

How does a rigorous code review provide actionable feedback for SOLID principles and security?

A rigorous code review provides context-aware feedback with precise file, function, and line references. It applies SOLID principles, security, and performance checks to produce concrete suggested fixes and acceptance criteria mapping.

What's the best way to ensure code changes fulfill issue tracking requirements across cross-cutting modules?

To ensure code changes fulfill issue tracking requirements, perform a traceability verification across relevant files and modules. This cross-checks implementations against defined project conventions and acceptance criteria.

Does this code review workflow integrate with GitHub issue tracking and pull requests?

Yes, the code review workflow integrates with GitHub issue tracking and pull requests. You simply provide the issue or PR URL to initiate the review process and verify requirement coverage.

Why do I need traceability verification when reviewing code changes for best practices?

Traceability verification is needed to confirm that code changes satisfy defined issue or PR requirements. It ensures requirement coverage, maintainability, and compliance with project conventions and best practices.