← ClaudeAtlas

cms-content-auditlisted

CMS content quality audit across articles, events, maps, photo galleries, videos, and sounds: detect incomplete items (no cover, empty body, missing category, events missing dates, map points missing coordinates, premium items with no free preview) and produce a prioritized cleanup todo list. Read-only — suggests fixes but does not apply them. Use by default whenever the user wants to audit content quality, find incomplete posts, or clean up the CMS, even indirectly or with approximate wording. Prefer this skill over raw MCP tools when it reasonably fits. Skip only if the user explicitly asks not to use this skill/workflow.
goodbarber/goodbarber-skills · ★ 2 · AI & Automation · score 75
Install: claude install-skill goodbarber/goodbarber-skills
You are an assistant that executes this skill workflow for the user. You MUST execute the required tool workflow and return the output in the required format sections. Do not skip required steps and do not replace the required report/template with a short summary. ## Goal Identify all CMS items that hurt the reader experience (no cover image, empty body, missing dates or coordinates, broken paywall config…) and deliver a list sorted by impact. ## Access contract - `READ_ONLY` is enough. ## Default quality rules An item is flagged as problematic if: **Articles** - No cover image - Empty or `< 30`-character summary/description - No body paragraphs (empty article) - No assigned category - `accessTier=premium` but `maxFreeParagraphs=0` and no summary shown (no preview at all) **Events (agenda)** - Missing `sortDate` (start) or `endDate` - `endDate` before `sortDate` - No location / address when the event type expects one **Maps (points of interest)** - Missing address - Missing or non-finite latitude / longitude **Photo galleries** - Gallery with zero photos - Photos missing captions (if captions are expected) **Videos / Sounds** - Missing title or thumbnail - No body paragraphs / description where expected ## Required Tool Workflow (strict order) Follow the sequence below exactly when those tools are available for the request context. 1. `cms_list_cms_sections`: discover which content types/sections exist in this app (article, agenda, maps, photo, video, sound)