Content Quality Auditor (CORE-EEAT)
Scores content against an 80-item CORE-EEAT benchmark before publishing, flags critical trust failures, and returns a prioritized fix plan.
Marketing & SEOIntermediate★ 473⑂ 45AI score 9/10Last updated: Jul 4, 2026
What it does
- Takes pasted content or a URL and scores 80 CORE-EEAT items (Contextual Clarity, Organization, Referenceability, Exclusivity + Experience, Expertise, Authority, Trust) as Pass/Partial/Fail.
- Computes 8 dimension scores, a GEO score (AI-citation readiness), an SEO score (source credibility), and a content-type weighted total.
- Detects veto items — undisclosed affiliate links, title/content mismatch, contradictory data — and either caps the score at 60 or returns a BLOCKED status.
- Issues a SHIP / FIX / BLOCK publish verdict plus Top 5 improvements ranked by weighted impact and an effort-tiered action plan.
- Keeps internal item IDs out of user-facing output via a plain-language translation layer, and treats fetched page text as untrusted data (built-in prompt-injection guard).
Who it's for
- Content marketers who want an objective gate before hitting publish
- SEO practitioners refreshing older pages against E-E-A-T / Helpful Content standards
- Owned-media teams optimizing for citation in AI answer engines
- Editors who need a consistent rubric for accepting freelance drafts
Examples
Audit this content against CORE-EEAT: [paste article]→ 80-item scorecard plus publish verdictRun a content quality audit on [URL] as a product review→ flags missing disclosure first, then weighted scoringAudit my content vs competitor: [mine] vs [theirs]→ dimension-by-dimension gaps and the five highest-impact fixes
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/ViryaZheng/recomby-geo/HEAD/plugins/recomby-geo/skills/content-quality-auditor/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the plugins/recomby-geo/skills/content-quality-auditor folder from the GitHub repo ViryaZheng/recomby-geo into my ~/.claude/skills/content-quality-auditor/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/ViryaZheng/recomby-geo.git && mkdir -p ~/.claude/skills && cp -r recomby-geo/plugins/recomby-geo/skills/content-quality-auditor ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repository:
git clone https://github.com/ViryaZheng/recomby-geo.git - Create the skills folder if needed:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r recomby-geo/plugins/recomby-geo/skills/content-quality-auditor ~/.claude/skills/ - Confirm the
references/files (core-eeat-benchmark.md, item-reference.md, fail-cap-worked-examples.md) came along — without them the scoring rubric is incomplete. - Restart Claude Code and try:
Audit this content against CORE-EEAT: <paste text>. - Allow the WebFetch tool if you want to audit live URLs rather than pasted text.
View source on GitHub ↗License: MIT