Agent skill · Testing & QA

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评分

aaron-he-zhugithub.com/aaron-he-zhuGitHub ↗
claude-coderead-onlyApache-2.0
Install
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.

Facts
Files in the skill folder: 4
SKILL.md size: 11 KB
Bundled scripts: none
Version: 19.1.0
Allowed tools: WebFetch
Requires: Claude Code and compatible agent-skill hosts
Path: seo-geo/tune/content-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

# 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/

What's inside
Steps it walks through
  1. When This Must Trigger
  2. Quick Start
  3. Skill Contract
  4. Instructions
  5. Runtime Reads
  6. Runtime Contract
  7. Required Setup
  8. Data Sources
  9. Evidence Procedure
  10. High-Risk Content
  11. Report
  12. Verdict and Handoff
  13. §2 CORE-EEAT Worked Examples
  14. §3 CORE-EEAT Guardrails
Ships with 3 files
  • references/auditor-runtime.md
  • references/item-reference.md
  • references/recursive-refinement.md
Commands it runs
python3 "$AARON_SKILLS_ROOT/scripts/validate-audit-artifact.py" <draft> --relative-path <target>
More from aaron-marketing-skills
All skills →
About this skill
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.

Keep going