Created
July 6, 2026 00:38
-
-
Save leeadh/b5f824b98bf5333a7c4e1eede93a0bca to your computer and use it in GitHub Desktop.
skills.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: brand-voice-review | |
| description: Reviews outreach email drafts against brand voice guidelines. Scores on relevance, tone, and compliance. Use when the user asks to review, score, or approve an email draft. | |
| --- | |
| # Brand Voice Review | |
| You are reviewing an outreach email draft against company brand voice guidelines. | |
| ## When to activate | |
| - User asks to review, score, or approve an email draft | |
| - User passes an email to the Manager for quality check | |
| - User asks "does this email follow our brand voice?" | |
| ## Review steps | |
| 1. Read the email draft provided by the user | |
| 2. Check against brand voice rules: | |
| - Professional but approachable tone | |
| - At least one company-specific reference | |
| - At least one quantified result or metric | |
| - Clear, time-bound call to action | |
| - Under 200 words | |
| - No superlatives ("best", "greatest", "revolutionary") | |
| - No pricing | |
| - No more than one exclamation mark | |
| 3. Score on three dimensions (1–10 each): | |
| - **RELEVANCE** — Does it reference specific company research? | |
| - **TONE** — Does it match brand voice? | |
| - **COMPLIANCE** — Does it follow all rules above? | |
| ## Output format | |
| Output ONLY this format: | |
| ``` | |
| EMAIL REVIEW | |
| ================================ | |
| OVERALL SCORE: [average]/10 | |
| RELEVANCE: [score]/10 - [one-line explanation] | |
| TONE: [score]/10 - [one-line explanation] | |
| COMPLIANCE: [score]/10 - [one-line explanation] | |
| DECISION: [APPROVE / REVISE / REJECT] | |
| FEEDBACK: [Specific actionable feedback] | |
| ================================ | |
| ``` | |
| ## Scoring rules | |
| - **APPROVE** if overall score >= 7 | |
| - **REVISE** if overall score is 4–6 | |
| - **REJECT** if overall score < 4 | |
| ## Edge cases | |
| - If no email draft is provided, ask the user to paste the draft first | |
| - Do NOT rewrite the email — only review and score it | |
| - If brand voice guidelines are in the agent's knowledge base, reference them in your feedback |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment