review-conventions

Automates code style checking and fixing with configurable rulesets and linters/formatters.

Updated May 11, 2025
One-click install
npx skills add https://github.com/rogsme/dotfiles --skill review-conventions-rogsme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-conventions
Source: https://github.com/rogsme/dotfiles/tree/main/.claude/skills/review-conventions
Command: npx skills add https://github.com/rogsme/dotfiles --skill review-conventions-rogsme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of checking code against project coding conventions, enforcing standards, and fixing violations before merging code, streamlining the code review process.

Core Features & Use Cases

  • Automated Code Review: Checks code for adherence to project conventions and standards.
  • Fix Violations: Automatically corrects common code style issues.
  • Use Case: Integrate this Skill into your CI/CD pipeline to ensure code quality before it reaches production.

Quick Start

Run the review-conventions skill on your current branch to check for code style issues.

Frequently Asked Questions about review-conventions

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

FAQPage Schema
How do I automate code review convention checking?

Automating code review convention checking involves scoping code changes based on user-defined patterns and files, then utilizing linters and formatters to ensure compliance and correct violations before merging.

Can I automatically fix code style violations before merging code?

Yes, you can automatically fix code style violations by running an automated correction process that enforces coding standards and corrects common code style issues before code reaches production.

How do I configure code review scopes and rules for my project?

Configuring code review scopes and rules requires setting up a .claude/skills.md configuration file where you define the specific user-defined patterns and files for the review process.

Does this automated convention enforcement work in a CI/CD pipeline?

Yes, automated convention enforcement is designed to be integrated into a CI/CD pipeline to ensure code quality and enforce coding standards before code reaches production.

What is the best way to enforce coding standards across changed files?

The best way to enforce coding standards across changed files is to scope the review based on user-defined patterns and apply linters and formatters to automatically check and correct compliance issues.