review-criteria

Evaluate code against team-defined quality gates and security criteria.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill review-criteria
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-criteria
Source: https://github.com/LaunchCG/claude-marketplace-pub/tree/main/plugins/ai-sdlc/skills/review-criteria
Command: npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill review-criteria

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent code review standards lead to subjective feedback and varying code quality. This skill defines team-specific code review criteria, quality gates, and approval thresholds, ensuring objective and consistent code reviews.

Core Features & Use Cases

  • Customizable Quality Gates: Allows teams to define specific thresholds for function complexity, code duplication, naming quality, and test coverage.
  • Security Requirements Integration: Incorporates OWASP Top 10 checks and sensitive data handling rules into the review process.
  • Documentation & Performance Standards: Sets criteria for code documentation, PR descriptions, API response times, and algorithm efficiency.
  • Use Case: Customize this skill with your team's exact coding standards. When performing a code review, the skill will evaluate the code against these criteria, providing a structured report with pass/fail determinations, severity assessments, and actionable recommendations.

Quick Start

Review the attached code changes against our team's defined code quality and security criteria.