validate-style-complete

Community

Comprehensive 3‑part style validation for Java.

Authorcowwoc
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures comprehensive style validation by running Checkstyle, PMD, and manual rules, preventing missed violations.

Core Features & Use Cases

  • Checkstyle: Run mvnw checkstyle:check
  • PMD: Run mvnw pmd:check
  • Manual Rules: Review code-style-human.md for TIER1/TIER2/TIER3 violations
  • Before Completion: Ensure all checks pass before declaring style validation complete.

Quick Start

Run the complete style validation using the supplied script: /workspace/main/.claude/scripts/validate-style-complete.sh

To validate a specific module: /workspace/main/.claude/scripts/validate-style-complete.sh --module formatter

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: validate-style-complete
Download link: https://github.com/cowwoc/styler/archive/main.zip#validate-style-complete

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository