quality-review

Analyze code diffs against project conventions and return violation reports.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/OpenElementsLabs/claude-base --skill quality-review-openelementslabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-review
Source: https://github.com/OpenElementsLabs/claude-base/tree/main/claude-project-base/skills/quality-review
Command: npx skills add https://github.com/OpenElementsLabs/claude-base --skill quality-review-openelementslabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code changes for quality and convention compliance, helping teams catch issues before merging.

Core Features & Use Cases

  • Conformity checks against project conventions (code quality, security, language-specific rules, testing)
  • Risk identification highlighting potential issues, anti-patterns, and missed tests
  • Review workflows supporting feature branches, PRs, and commits with automated guidance

Quick Start

Review a given set of code changes to assess quality, adherence to conventions, and potential issues.

Frequently Asked Questions about quality-review

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

FAQPage Schema
How do I check my code changes for convention violations before merging?

To review code changes for convention compliance, analyze diffs from feature branches, PRs, or commits against your project's standards. This generates a structured report detailing violations, risk areas, and suggested remediations aligned with your conventions.

What is automated code review for project conventions?

Automated code review for project conventions is the process of analyzing code diffs to verify adherence to quality, security, and language-specific rules. It flags anti-patterns, missed tests, and risk areas to help teams catch issues before merging.

Can I review code quality across different programming languages?

Yes, you can review code quality across different programming languages. The analysis applies to diffs from feature branches, PRs, or commits across languages by loading the relevant conventions and testing requirements specified for your project.

What's the best way to enforce code quality standards on a pull request?

The best way to enforce code quality standards on a pull request is to apply automated conformity checks to the PR diff. This highlights potential issues, anti-patterns, and missed tests while providing suggested remediations aligned with your project conventions.

Do I need a CLAUDE.md file to review code for convention compliance?

Yes, a CLAUDE.md file is needed to review code for convention compliance. The analysis loads the relevant CLAUDE.md and conventions to verify adherence to project standards and generate accurate remediation suggestions for violations.