software-clean-code-standard

Define a cross-language clean code standard with stable CC-* rule IDs.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/aleeM42/crm-2jmcmedios --skill software-clean-code-standard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: software-clean-code-standard
Source: https://github.com/aleeM42/crm-2jmcmedios/tree/main/.agents/skills/software-clean-code-standard
Command: npx skills add https://github.com/aleeM42/crm-2jmcmedios --skill software-clean-code-standard

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a canonical, cross-language clean code standard with stable rule IDs, ensuring consistency and clarity in code quality across development teams and projects.

Core Features & Use Cases

  • Standardized Rule IDs: Uses stable CC-* identifiers for consistent citation.
  • Code Review Guidance: Helps reviewers cite standards directly, avoiding subjective "style wars."
  • Automation Mapping: Enables mapping of linter and CI findings to consistent rule citations.
  • Use Case: When reviewing a Pull Request, a developer can cite CC-001 for a violation instead of writing a lengthy explanation, ensuring the feedback is precise and actionable.

Quick Start

Use the software-clean-code-standard skill to cite rule CC-005 in a code review comment.

Frequently Asked Questions about software-clean-code-standard

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

FAQPage Schema
How do I enforce clean code standards consistently across different programming languages?

Citing clean code standards during code review prevents subjective style arguments by providing canonical, stable rule IDs. Reviewers reference specific standardized rules instead of writing lengthy, personalized explanations for every violation.

Can I map linter and CI findings to standardized coding rules?

Yes, you can map automated linter and CI findings to consistent clean code rule citations. This automation mapping translates tool-specific outputs into standardized, actionable feedback for developers.

What is the best way to define team coding standards without starting style wars?

Defining team coding standards using stable rule IDs prevents style wars by establishing an objective, canonical reference. Teams cite these universal rules during reviews to ensure feedback is precise and non-negotiable.

Does this clean code standard require adherence to security-by-design and observable systems?

Yes, this clean code standard requires adherence to modern best practices, including security-by-design and observable systems. It enforces these architectural requirements alongside traditional code quality and formatting rules.

How do I cite a clean code violation in a pull request comment?

You cite a clean code violation in a pull request by referencing the specific stable rule ID, such as CC-005. This provides immediate, actionable context without requiring a lengthy explanation of the infraction.