Claude-skill-registry brand-governance-os
Operating system for intake, approvals, QA, and training across brand
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/brand-governance-os" ~/.claude/skills/majiayu000-claude-skill-registry-brand-governance-os && rm -rf "$T"
manifest:
skills/data/brand-governance-os/SKILL.mdsource content
Brand Governance OS Skill
When to Use
- Standing up or scaling brand governance programs.
- Coordinating approvals across campaigns, product surfaces, and regional teams.
- Tracking compliance, exceptions, and escalations.
Framework
- Intake Layer – request forms, SLAs, routing rules, auto-assign logic.
- Review Workflows – checklists for copy, design, product, legal; scoring rubrics.
- QA Automation – pre-launch audits, screenshot diffing, accessibility + localization checks.
- Training & Enablement – office hours, certification paths, knowledge base updates.
- Reporting & Escalation – dashboards, exception logs, policy updates, exec summaries.
Templates
- Governance Checklist: See
for review criteria.assets/governance_checklist.md - Intake form with fields for campaign type, stage, risk level, required reviewers.
- Feedback doc with structured comments, severity tags, and action owners.
- Governance dashboard template covering throughput, cycle time, and compliance.
Tips
- Provide "fast lane" criteria for low-risk requests to keep velocity high.
- Rotate reviewers to avoid bottlenecks and expose more teams to best practices.
- Pair with
to automate agenda + decision logs.run-brand-governance-council