Automated Brand Compliance for Developers
The Brand Consistency Linter is a specialized audit tool designed to ensure your project's public-facing surfaces—like GitHub bios, website footers, and profile READMEs—perfectly align with your official brand guidelines. It eliminates the "drift" that happens when taglines are updated or social links change, but old documentation isn't refreshed.
What it does
- Scans local Markdown and text files against a centralized
brand-spec.json. - Identifies inconsistent taglines, outdated brand names, and broken link patterns.
- Detects forgotten "INSERT LINK HERE" or "BRAND_NAME" placeholders.
- Provides structured findings including severity levels, line numbers, and rule IDs.
Why use this skill?
Unlike a general LLM prompt which might hallucinate or miss subtle inconsistencies, this skill uses a deterministic Python-based scanner backed by a formal specification. It acts as a linting layer for your brand identity, ensuring 100% adherence to your source of truth without the risk of an AI "improving" your copy in unauthorized ways. It provides actionable remediation snippets instead of just vague advice.
Output details
You receive a comprehensive audit report detailing the inspected scope, the specific rules applied, a categorized list of violations, and recommended copy fixes based on your approved remediation library.