Reviewer Skill

Community

Automate code reviews, ensure universal software quality.

AuthordeMGoncalves
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill standardizes and automates code review processes, ensuring consistent application of project-specific rules and universal software quality criteria. It reduces human effort in identifying common issues, leading to higher code quality and fewer bugs.

Core Features & Use Cases

  • 12-Criterion Software Quality Assessment: Evaluates code across three dimensions (Operation, Review, Transition) using 12 objective criteria like correctness, maintainability, flexibility, and testability.
  • Project Rule Compliance: Checks adherence to .claude/rules/ (e.g., SRP, DRY, KISS, test coverage), providing specific rule numbers for violations.
  • Detailed Issue Reporting: Classifies identified issues by category, criterion, location, description, and severity (Critical, High, Medium, Low), offering actionable suggestions for correction.
  • Use Case: After a developer completes implementation and tests, this Skill performs a comprehensive code review. It identifies issues like poor naming, high coupling, or missing test coverage, providing a structured report that guides the developer to improve the code before human review.

Quick Start

After code implementation and testing are complete, invoke the Reviewer: @skill code-review

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Reviewer Skill
Download link: https://github.com/deMGoncalves/arq-specs-template/archive/main.zip#reviewer-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository