code-review-conventions-dimension

Flag code diff lines violating CLAUDE.md file rules.

7|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mkusaka/ccskills --skill code-review-conventions-dimension
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-conventions-dimension
Source: https://github.com/mkusaka/ccskills/tree/main/skills/code-review-conventions-dimension
Command: npx skills add https://github.com/mkusaka/ccskills --skill code-review-conventions-dimension

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of code review by flagging lines in code diffs that violate rules specified in CLAUDE.md files.

Core Features & Use Cases

  • Automated Code Review: Flags lines in code diffs that break rules defined in CLAUDE.md files.
  • Rule Quotation: Quotes the exact rule and offending line for clarity.
  • No CLAUDE.md? No Problem: Returns nothing if no CLAUDE.md governs the change.
  • Use Case: For a developer reviewing a pull request, this Skill can automatically identify and highlight code changes that violate coding conventions, speeding up the review process.

Quick Start

Run the skill on your diff to automatically identify and flag rule-violating lines.

Frequently Asked Questions about code-review-conventions-dimension

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

FAQPage Schema
How do I automate code review for diff lines violating conventions?

To automate code review, this Skill flags specific lines in your code diffs that violate rules defined in CLAUDE.md files. It quotes the exact rule and offending line to clarify why a change was flagged.

What happens if no CLAUDE.md file governs the code changes?

If no CLAUDE.md file governs the code changes, the code review automation returns nothing. This ensures the Skill only flags diff lines when explicit coding conventions are present.

How do I check code diffs against CLAUDE.md rules?

You check code diffs by running the Skill on your diff file. It parses the diff content and CLAUDE.md rules, automatically identifying and highlighting any code changes that fail rule enforcement.

Does the code review automation show which specific rule was broken?

Yes, the code review automation quotes the exact rule from CLAUDE.md alongside the offending diff line. This provides clear context for developers reviewing pull requests to fix convention violations.

Can I use this for pull request reviews to enforce coding conventions?

Yes, you can use this for pull request reviews to enforce coding conventions. It parses diff files to automatically identify and highlight code changes that violate rules, speeding up the review process.

Do I need a CLAUDE.md file to perform diff analysis?

Yes, you need a CLAUDE.md file containing your coding conventions to perform diff analysis. The Skill requires parsing CLAUDE.md content to identify and flag rule-violating lines in code diffs.