review-rubric

Review code changes against quality, security, and maintainability criteria.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/sergical/pi-config --skill review-rubric-sergical
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-rubric
Source: https://github.com/sergical/pi-config/tree/main/skills/review-rubric
Command: npx skills add https://github.com/sergical/pi-config --skill review-rubric-sergical

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized framework for code reviews, ensuring consistency, quality, and security across all code changes. It helps reviewers identify and prioritize issues effectively.

Core Features & Use Cases

  • Structured Review Standards: Defines clear criteria for what to flag and what to ignore.
  • Priority Levels: Assigns severity (P0-P3) to findings for efficient triage.
  • Security Guidelines: Specific checks for untrusted user input and potential vulnerabilities.
  • Use Case: When a developer submits a pull request, this Skill can be invoked to guide the reviewer through a thorough and consistent evaluation process, ensuring critical issues are not missed.

Quick Start

Use the review-rubric skill to evaluate the attached code changes based on the defined quality and security standards.

Frequently Asked Questions about review-rubric

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

FAQPage Schema
What is a code review rubric and when do I need one?

A code review rubric is a standardized framework defining criteria for assessing code quality, security, and maintainability. You need one to ensure consistency and prioritize findings effectively across all code changes during pull request evaluations.

How do I prioritize code review findings for efficient triage?

You prioritize code review findings by assigning severity levels from P0 to P3. This rubric defines clear priority levels to help reviewers triage issues efficiently, ensuring critical security vulnerabilities and quality defects are addressed first.

How do I check for untrusted user input vulnerabilities during a code review?

To check for untrusted user input vulnerabilities, apply specific security guidelines defined in the rubric. These checks target potential security flaws by evaluating how code changes handle and sanitize untrusted data inputs.

What's the best way to establish structured code review standards for a team?

The best way to establish structured code review standards is to apply a comprehensive rubric that defines actionable criteria. This framework specifies exactly what to flag and what to ignore, ensuring thorough and consistent evaluations.

Does this code review rubric require any specific dependencies or environments?

No, this code review rubric requires no dependencies or specific environments to function. It operates as a standalone set of guidelines that can be invoked directly to evaluate attached code changes based on defined standards.

Can I use this rubric to assess code maintainability as well as security?

Yes, you can use this rubric to assess code maintainability alongside security. It provides a comprehensive framework for evaluating code quality, ensuring robust and secure software development practices through actionable criteria.