Agent skill · Code Review & Quality

content-quality-auditor

Use when auditing content quality, E-E-A-T, publish readiness, or 内容质量/EEAT评分. Runs 80-item CORE-EEAT scoring with veto checks and fix plan.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill content-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: 36 KB
Bundled scripts: none
Version: 9.9.9
Declared author: aaron-he-zhu
Allowed tools: WebFetch
Requires: Claude Code, skills.sh, ClawHub, Vercel Labs, Cursor, Windsurf, Codex CLI, Amp, Gemini CLI, Kimi Code, Qwen Code…
Path: skills/analysis/content-quality-auditor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Evaluates content quality across 80 standardized criteria organized in 8 dimensions. Produces a full audit report with per-item scores, dimension and system scores, weighted totals by content type, a veto detection mechanism, a top-5 improvement ranking, and an actionable improvement plan.

How it works

  • Performs a full 80-item CORE-EEAT audit, scoring each item as Pass/Partial/Fail (mapped to 10/5/0 points respectively).
  • Computes 8 dimension scores (0-100 each) and aggregate system scores (GEO Score and SEO Score).
  • Applies content-type weights to generate weighted totals.
  • Detects veto conditions (e.g., critical trust violations) and flags them for immediate attention.
  • Ranks the top 5 improvements by impact and generates a concrete action plan.
  • Reads the target content, content type, and supporting evidence; writes a user-facing audit report plus a reusable memory handoff. Stores veto items and publish blockers to memory/hot-cache and top improvements to memory/open-loops.

When to use it

Use when content needs a quality check before publishing or when asked for E-E-A-T analysis or publish readiness. Triggered especially after content is written or substantially edited, or for benchmarking against CORE-EEAT standards and competitor content.

What it can touch

The skill references tool usage for fetching and evaluating content and writing audit artifacts. It requires and interacts with tools and scripts listed in the skill, and produces outputs intended for memory storage (memory/audits/content/) and hot-cache updates.

Caveats

The audit follows the CORE-EEAT benchmark and uses a strict, deterministic scoring scheme with explicit veto handling and cap rules for veto scenarios. Output structure adheres to the Skill Contract formatting requirements, including frontmatter markers and handoff fields. If critical vetoes are triggered, the handoff notes cap_applied and final_overall_score per the rule set.

From the SKILL.md

# Content Quality Auditor > Based on [CORE-EEAT Content Benchmark](https://github.com/aaron-he-zhu/core-eeat-content-benchmark). Full benchmark reference: [references/core-eeat-benchmark.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/core-eeat-benchmark.md) This skill evaluates content quality across 80 standardized criteria organized in 8 dimensions. It produces a comprehensive audit report with per-item scoring, dimension and system scores, weighted totals by content type, and a prioritized action plan. ## When This Must Trigger Use this when content needs a quality check before publishing — even if the user doesn't use audit terminology: - User asks "is this ready to publish" or "how good is this" - User just finished writing with seo-content-writer or content-refresher - **PostToolUse hook recommendation**: after content is written or substantially edited, the command-backed hook may recommend this audit. When hook-triggered, skip setup questions — audit the content that was just produced. - Auditing content quality before publishing - Evaluating existing content for improvement opportunities - Benchmarking content against CORE-EEAT standards - C

What's inside
Steps it walks through
  1. When This Must Trigger
  2. What This Skill Does
  3. Quick Start
  4. Audit Content
  5. Audit with Content Type
  6. Comparative Audit
  7. Skill Contract
  8. Data Sources
  9. Decision Gates
  10. Instructions
  11. Step 1: Preparation
  12. Step 2: CORE Audit (40 items)
  13. Step 3: EEAT Audit (40 items)
  14. §1 · Handoff Schema (authoritative)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the content-quality-auditor skill do?

Use when auditing content quality, E-E-A-T, publish readiness, or 内容质量/EEAT评分. Runs 80-item CORE-EEAT scoring with veto checks and fix plan.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --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 majiayu000/claude-skill-registry, a repository with 534 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