coding-violation-log

Log coding violations to docs/coding-violations.md with type, description, file, date, and count.

6|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/exception-coder/team-standards --skill coding-violation-log
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-violation-log
Source: https://github.com/exception-coder/team-standards/tree/main/skills/coding-violation-log
Command: npx skills add https://github.com/exception-coder/team-standards --skill coding-violation-log

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that every coding violation, whether a layering violation, naming inconsistency, or architecture breach, is immediately logged and reviewed before continuing work, preventing the same errors from recurring.

Core Features & Use Cases

  • Automatically create or update a coding-violations.md log when a user corrects a coding error (such as layering violations, naming nonconformities, or architecture breaches).
  • Read and reference the log at the start of each coding session to ensure compliant changes, and increment occurrence counts for repeated issues.
  • Provides Mermaid-based diagrams and a structured table format to clearly communicate root causes and corrective actions to the team.

Quick Start

When a user corrects a coding error, create or update docs/coding-violations.md and append a new record with type, description, file, first occurrence date, and count.

Frequently Asked Questions about coding-violation-log

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

FAQPage Schema
How do I log coding violations to prevent repeating mistakes in my project?

To log coding violations, create or update a docs/coding-violations.md file by appending a record with the violation type, description, file path, first occurrence date, and occurrence count to prevent repeating mistakes.

What is the best way to track layering violations and architecture breaches during development?

Tracking layering violations and architecture breaches is best handled by maintaining a structured markdown log with Mermaid-based diagrams to clearly communicate root causes and corrective actions to the team.

How do I automatically update a coding standards log when correcting an error?

You can automatically update a coding standards log by applying this workflow before coding starts, ensuring the existing log is read, updated with new violation details, and occurrence counts are incremented for repeated issues.

Does this coding violation tracking workflow require any external dependencies or components?

This coding violation tracking workflow requires no external dependencies or components, operating entirely by managing your coding standards documentation within the existing project repository.

When do I need to read the coding violations log during my development workflow?

You need to read the coding violations log at the start of each coding session to ensure compliant changes, reference past errors, and increment occurrence counts if you encounter repeated issues.

Can I use Mermaid diagrams to visualize coding standards violations and their root causes?

Yes, you can use Mermaid-based diagrams alongside a structured table format in your coding-violations.md file to clearly communicate the root causes of coding standards violations and their corrective actions.