Agent skill · Security

email-quality-auditor

Use when the user asks to "audit an email program" or "is this campaign safe to send"; runs a typed 20-item SEND profile with authentication, consent, opt-out, and claim veto checks on own evidence. Not for building deliverability setup — use deliverability-qa; not for designing lifecycle flows — use email-sequence-designer. 邮件质量审计/EQS评分/发送前放行

aaron-he-zhugithub.com/aaron-he-zhuGitHub ↗
claude-coderead-onlyApache-2.0
Install
npx skills add aaron-he-zhu/aaron-marketing-skills --skill email-quality-auditor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Version: 19.1.0
Allowed tools: WebFetch
Requires: Claude Code and compatible agent-skill hosts
Path: email/deliver/email-quality-auditor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,508
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Email Quality Auditor Audit one email program/profile and observation window with SEND. Open rate is MPP-sensitive proxy evidence; direct action and the program's declared outcome truth set carry the outcome read. ## When This Must Trigger - Before a material broadcast/sequence release when channel safety is uncertain. - When authentication, consent, suppression, complaints, frequency, claims, or attribution need a gate. - When the user requests an EQS/SEND baseline or rerun. ## Quick Start ```text Audit this newsletter using the last 90 days, provider split, MPP share, and subscription truth set. Check this promotional send against DMARC, consent events, live suppressions, claims, and order IDs. ``` ## Skill Contract **Reads:** one program/profile, normalized window, provider evidence, live consent/suppression state, rendered messages, and outcome truth. **Writes:** only a permissioned v3 artifact. **Done when:** all expected SEND states are explicit and the scorer result is reported without sending email or changing provider settings. Use `deliverability-qa` to repair authentication, `consent-registry` for lawful-basis/suppression facts, `email-sequence-designer` for journeys,

What's inside
Steps it walks through
  1. When This Must Trigger
  2. Quick Start
  3. Skill Contract
  4. Data Sources
  5. Instructions
  6. Runtime Reads
  7. Runtime and Setup
  8. Evidence and Scoring
  9. §2 SEND Worked Examples
  10. §3 SEND Guardrails
  11. §5 SEND Translation
  12. Report and Verdict
  13. Validation Checkpoints
  14. Persistence
Ships with 1 file
  • references/auditor-runtime.md
More from aaron-marketing-skills
All skills →
About this skill
What does the email-quality-auditor skill do?

Use when the user asks to "audit an email program" or "is this campaign safe to send"; runs a typed 20-item SEND profile with authentication, consent, opt-out, and claim veto checks on own evidence. Not for building deliverability setup — use deliverability-qa; not for designing lifecycle flows — use email-sequence-designer. 邮件质量审计/EQS评分/发送前放行

How do I install it?

Run `npx skills add aaron-he-zhu/aaron-marketing-skills --skill email-quality-auditor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From aaron-he-zhu/aaron-marketing-skills, a repository with 2,508 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going