Audit
Score brand compliance of any content against the brand guidelinesFrom its SKILL.md
npx -y skills add bromso/metapowers --skill auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.8 KB, 664 tokens by cl100k_base, as published. Nobody here has run it
Brand Audit
Audit "$ARGUMENTS" for brand compliance. Score how well content, marketing materials, or any output aligns with the established brand guidelines.
Prerequisites
Read the brand guidelines. The user must specify which brand to audit against:
- If
.metapowers/branding/contains only one brand directory, use that automatically - If multiple brands exist, ask the user which brand to audit against
- If no guidelines exist (
05-guidelines.mdnot found), tell the user:
No brand guidelines found. Run the branding workflow first:
/branding:discover <brand>through/branding:guidelines <brand>.
Process
-
Read the brand guidelines:
- Read
.metapowers/branding/<brand>/05-guidelines.mdfor the complete brand rules - Read
.metapowers/branding/<brand>/03-verbal.mdfor voice and tone details - Read
.metapowers/branding/<brand>/04-visual.mdfor visual identity details - Read
plugins/branding/shared/brand-prism-guide.mdfor the scoring framework
- Read
-
Identify what to audit:
- "$ARGUMENTS" may be: a file path, a URL, a marketing campaign directory, or a description
- Read the content to be audited
- If auditing marketing output, check
.metapowers/marketing/artifacts
-
Score each Brand Prism facet (1-5):
Physique (visual elements):
- Logo used correctly? Colors within palette? Typography consistent? Imagery matches style?
Personality (voice & character):
- Tone of voice consistent? Language matches guidelines? Personality reflected in copy?
Culture (values):
- Brand values communicated? Story consistent? Cultural positioning maintained?
Relationship (interaction style):
- Communication style appropriate? Touchpoint consistency? Relationship tone maintained?
Reflection (target audience):
- Target audience correctly addressed? Aspirational messaging aligned?
Self-Image (user experience):
- Brand promise delivered? Emotional resonance present?
-
Calculate overall score:
- Sum of 6 facets (max 30)
- Percentage score (out of 100%)
- Rating: Excellent (90%+), Good (75-89%), Fair (60-74%), Poor (<60%)
-
Write the audit report to
.metapowers/branding/<brand>/audit-reports/<date>-<subject>.mdwith:- Score Summary — overall score and rating
- Facet Breakdown — score and rationale per facet
- Issues Found — specific compliance violations
- Recommendations — how to improve compliance
- Strengths — what's well-aligned
Output
The audit report written to .metapowers/branding/<brand>/audit-reports/. Present a summary to the user highlighting:
- Overall compliance score and rating
- Lowest-scoring facet
- Top 3 issues to fix
- Strongest facet
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.