code-reviewer

Analyze code changes and prioritize P0/P1/P2 issues before merging.

47|8|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/huangwb8/skills --skill code-reviewer-huangwb8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/huangwb8/skills/tree/main/awesome-code/agents/code-reviewer
Command: npx skills add https://github.com/huangwb8/skills --skill code-reviewer-huangwb8

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Identify and prioritize critical code quality issues (security, correctness, data integrity, maintainability) quickly, and provide actionable fixes to prevent merged defects.

Core Features & Use Cases

  • Structured severity: P0/P1/P2 based review priorities to guide fixes.
  • Comprehensive checklists: Security, performance, maintainability, testing, and design checks to standardize reviews.
  • Constructive feedback templates: Guidance on writing actionable, respectful feedback and maintaining code quality across teams.

Use Cases

  • After major feature completion, before merging, or during large refactors to catch fatal issues early.

Quick Start

Review the latest PR diff and generate a prioritized, actionable list of issues with suggested fixes.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I prioritize code review issues before merging a pull request?

Prioritize code review issues using a structured severity system like P0, P1, and P2. This guides developers to fix critical security, correctness, and data integrity defects first, ensuring fatal issues are caught early before merging.

What should be included in a comprehensive code review checklist?

A comprehensive code review checklist should include security, performance, maintainability, testing, and design checks. Standardizing these checks ensures consistent identification of critical code quality issues across different platforms and programming languages.

How do I write constructive feedback for a post-commit code review?

Write constructive feedback for a post-commit code review by using actionable and respectful templates. This approach guides developers with specific, prioritized fixes, maintaining code quality and team collaboration during feature completions and refactors.

Can I use a structured code review process for any programming language?

Yes, you can apply a structured code review process across platforms and languages. By utilizing a standardized checklist and severity-based prioritization, you can identify critical maintainability and security issues regardless of the specific technology stack.

What's the best way to catch security and data integrity issues during a refactor?

The best way to catch security and data integrity issues during a refactor is to analyze code changes against a comprehensive checklist. This identifies critical vulnerabilities quickly and provides actionable fixes to prevent merged defects.

Why do I need severity-based prioritization for pull request reviews?

Severity-based prioritization is needed for pull request reviews to quickly identify and address critical issues. Categorizing issues by P0, P1, and P2 prevents merged defects by guiding developers to resolve the most fatal problems first.