| name | content-quality-auditor |
| slug | content-quality-auditor |
| displayName | Content Quality Auditor · 内容质量 |
| summary | 内容质量/EEAT评分 |
| description | 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-auditor; not for domain/citation trust — use domain-authority-auditor. 内容质量/EEAT评分 |
| version | 17.0.0 |
| license | Apache-2.0 |
| compatibility | Claude Code and compatible agent-skill hosts |
| homepage | https://github.com/aaron-he-zhu/aaron-marketing-skills |
| when_to_use | Use when auditing content quality before publishing. Runs a typed CORE-EEAT 80-item profile with explicit evidence gaps and veto checks. Also when the user asks for E-E-A-T analysis or publish readiness. |
| argument-hint | <URL or paste content> [content type] [market] |
| allowed-tools | WebFetch |
| class | auditor |
| metadata | {"author":"aaron-he-zhu","version":"17.0.0","discipline":"seo-geo","phase":"optimize","geo-relevance":"high","hermes":{"tags":["marketing","seo-geo","optimize"],"category":"seo-geo"},"openclaw":{"emoji":"🔍","homepage":"https://github.com/aaron-he-zhu/aaron-marketing-skills"}} |
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
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-auditor 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/profile/context are declared, every expected item has a valid state, the typed result is reported, and any approved artifact validates.
Instructions
Runtime Contract
At activation, read these repository files:
../../../references/auditor-runbook.md
../../../references/scoring-semantics.md
../../../references/core-eeat-benchmark.md
../../../references/framework-catalog.json (CORE-EEAT entry)
For a standalone installation, read the bundled immutable references/auditor-runtime.md instead. Never fetch a mutable branch or continue with a guessed contract. Before deterministic calls, follow runtime-invocation.md, resolve AARON_SKILLS_ROOT="${CLAUDE_PLUGIN_ROOT:-$(git rev-parse --show-toplevel 2>/dev/null || true)}", and require the scorer, validator, and typed catalogs. If they are absent, return score_state: NOT_SCORED / score_confidence: not_scored with no gate verdict or persistent artifact. Record schema_version: 3.0, runbook_version: 3.0.0, and catalog version in the report.