convention-check-mm

Detect and report project convention violations across codebases.

1|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/kangmomin/harness-plugins --skill convention-check-mm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convention-check-mm
Source: https://github.com/kangmomin/harness-plugins/tree/main/plugins/minmos-harness/skills/convention-check-mm
Command: npx skills add https://github.com/kangmomin/harness-plugins --skill convention-check-mm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detect and report project convention violations to keep codebases consistent and compliant across teams.

Core Features & Use Cases

  • Scans repositories for configured conventions from .convention-check.json.
  • Provides a doctor mode to diagnose status and missing elements.
  • Generates structured reports suitable for CI integration and code reviews.

Quick Start

Run the convention-check tool to validate your repository against configured conventions.

Frequently Asked Questions about convention-check-mm

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

FAQPage Schema
How do I enforce code conventions in a monorepo CI pipeline?

You can detect project convention violations by configuring rules in .convention-check.json and generating structured reports for CI integration. This applies to both monorepos and multi-repo workflows.

What is the best way to check for project convention violations before merging code?

Checking project convention violations pre-merge involves running automated scans against .convention-check.json configurations. The tool outputs structured results suitable for CI integration and code reviews.

How do I initialize and diagnose project convention checks for my codebase?

Initializing and diagnosing project convention checks requires running the --init command for setup and --doctor command to diagnose status and missing elements across your codebase.

Does the convention check tool support CLAUDE.md conformance and plugin-sourced checks?

Yes, the convention check tool implements plugin-sourced checks for default-conventions and pagenation alongside project-level CLAUDE.md conformance, validating configured rules across repositories.

Can I use convention checks for multi-repo workflows without external dependencies?

Yes, convention checks work for multi-repo workflows without external dependencies. The tool autonomously validates configured conventions from .convention-check.json and outputs structured results.