content-quality-auditor
Use when auditing content quality, E-E-A-T, or publish readiness; runs a typed 80-item CORE-EEAT profile with evidence coverage, veto checks, and a fix plan. Not for structural tags/headers alone — use on-page-seo-checker; not for domain/citation trust — use domain-authority-auditor. 内容质量/EEAT评分
npx skills add aaron-he-zhu/aaron-marketing-skills --skill content-quality-auditor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Content Quality Auditor Audit one content artifact with the versioned CORE-EEAT contract. Produce evidence-linked item states, a comparable score only when coverage is complete, and a SHIP/FIX/BLOCK/UNDECIDED verdict. Scores are advisory quality-control summaries, not ranking or citation predictions. ## When This Must Trigger - The user asks for content quality, E-E-A-T, publish-readiness, or CORE-EEAT review. - A new/refreshed artifact needs the content gate before publication. - A prior audit is being rerun after evidence-backed fixes. ## Quick Start ```text Audit this product review for the U.S. market before publication: <URL or content> Run a CORE-EEAT comparison-profile audit and show every evidence gap: <artifact> ``` ## Skill Contract Use this skill for the content artifact and its source-credibility evidence. Use `on-page-seo-checker` for a narrow structural audit, `technical-seo-checker` for crawl/index behavior, and `domain-authority-auditor` for domain-level CITE. A combined page/domain assessment is two linked audits, never a 120-item composite. **Reads:** one artifact plus its cited/source controls. **Writes:** only a permissioned v3 artifact. **Done when:** target/
- When This Must Trigger
- Quick Start
- Skill Contract
- Instructions
- Runtime Reads
- Runtime Contract
- Required Setup
- Data Sources
- Evidence Procedure
- High-Risk Content
- Report
- Verdict and Handoff
- §2 CORE-EEAT Worked Examples
- §3 CORE-EEAT Guardrails
python3 "$AARON_SKILLS_ROOT/scripts/validate-audit-artifact.py" <draft> --relative-path <target>
What does the content-quality-auditor skill do?
Use when auditing content quality, E-E-A-T, or publish readiness; runs a typed 80-item CORE-EEAT profile with evidence coverage, veto checks, and a fix plan. Not for structural tags/headers alone — use on-page-seo-checker; not for domain/citation trust — use domain-authority-auditor. 内容质量/EEAT评分
How do I install it?
Run `npx skills add aaron-he-zhu/aaron-marketing-skills --skill content-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.
