review-conventions

Standardize code-review practices with structured findings and severity levels.

12|2|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/alexandrbasis/claudops --skill review-conventions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-conventions
Source: https://github.com/alexandrbasis/claudops/tree/main/.claude/skills/review-conventions
Command: npx skills add https://github.com/alexandrbasis/claudops --skill review-conventions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shared conventions for code-review agents to ensure consistent quality and expectations across all reviews, reducing drift and misinterpretation.

Core Features & Use Cases

  • Standardized review templates and checklists for per-file findings.
  • Ownership boundaries and diff-scoped guidance to focus reviews on relevant changes.
  • Quality guardrails including two-stage review process and structured reporting.

Quick Start

Apply these conventions to every code review to ensure consistent quality and thoroughness.

Frequently Asked Questions about review-conventions

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

FAQPage Schema
How do I standardize code review conventions across different programming languages?

You can standardize code review conventions across languages by applying shared review templates, severity levels, and structured reporting to enforce consistent quality and expectations across all reviews.

What is the best way to automate pre-merge code reviews for a development team?

The best way to automate pre-merge code reviews is to use a two-stage review process with diff-scoped checks and ownership boundaries, ensuring automated findings align with human-in-the-loop validation.

How do ownership boundaries improve diff-scoped code reviews?

Ownership boundaries improve diff-scoped code reviews by focusing the review guidance specifically on relevant changes, which reduces drift and misinterpretation while enforcing structured per-file findings.

Can I use standardized code review practices for both automated checks and human validation?

Yes, you can use standardized code review practices for both automated pre-merge checks and human-in-the-loop validation by applying a common set of conventions across architectures and team standards.

Why does code review quality drift across different development teams?

Code review quality drifts across teams due to the lack of shared conventions for review agents, which causes inconsistent expectations and misinterpretation of findings without standardized templates and severity levels.