reviewer-full

Review pull requests for documentation, implementation, testing, and maintainability issues.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/mkoziy/skills --skill reviewer-full
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewer-full
Source: https://github.com/mkoziy/skills/tree/main/.claude/skills/reviewer-full
Command: npx skills add https://github.com/mkoziy/skills --skill reviewer-full

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive, end-to-end code review guidance to identify documentation gaps, implementation issues, quality problems, over-engineering, and testing deficiencies, and to provide detailed feedback on each aspect.

Core Features & Use Cases

  • Thorough evaluation of changes for documentation impact, code correctness, testing adequacy, maintainability, and risk.
  • Useful for final code reviews, onboarding new contributors, or auditing pull requests for standards compliance.
  • Use Case: A developer submits a PR; reviewer-full analyzes documentation implications, implementation quality, test coverage, and edge cases, then compiles actionable feedback.

Quick Start

Provide a complete, structured review of the user's changes, focusing on documentation, implementation quality, tests, and maintainability.

Frequently Asked Questions about reviewer-full

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

FAQPage Schema
How do I perform a comprehensive code review on a pull request?

A comprehensive code review evaluates pull requests by identifying documentation gaps, implementation issues, quality problems, over-engineering, and testing deficiencies. It analyzes code correctness, testing adequacy, maintainability, and risk to provide structured, actionable feedback aligned with project standards.

What should I look for when reviewing code changes for documentation impact?

When reviewing code changes for documentation impact, look for gaps where implementation modifications lack corresponding documentation updates. Analyze whether the changes affect existing documentation and ensure the pull request provides traceable recommendations to maintain accurate project standards.

Does this code review approach work across different programming languages?

Yes, this code review approach works across multiple languages and project types. It applies structured guidance to evaluate implementation quality, test coverage, and edge cases regardless of the specific programming language, ensuring consistent software quality and maintainability feedback.

How do I assess testing adequacy and edge cases in a pull request?

To assess testing adequacy in a pull request, evaluate whether the test coverage addresses implementation correctness and potential edge cases. Identify testing deficiencies by checking if the added code changes include sufficient tests to handle risk scenarios and maintain software quality.

What is the best way to provide actionable feedback during a code review?

The best way to provide actionable code review feedback is to compile structured recommendations that trace back to specific implementation issues, documentation gaps, or testing deficiencies. This ensures feedback is maintainable, aligned with project standards, and directly applicable by the developer.

When should I focus on risk analysis and over-engineering during code reviews?

Focus on risk analysis and over-engineering during code reviews when evaluating maintainability and implementation quality. Identify overly complex solutions that introduce unnecessary risk, and provide structured feedback to ensure the code changes align with project standards without over-engineering.