subagentskills

.com agent skill

← all skills

llms-accuracy-check

open cwc-customer-support skl_llms_accuracy_check
description (verbatim frontmatter)
Verify that a site's documented help surface is TRUE: parse its /llms.txt (the family convention — '# domain — title', '> description', '## API' route bullets, '## Family'), extract every 'GET /api/...' route it promises, request each one live, and classify the site ACCURATE / OVERPROMISING (a documented route 404s) / UNDERDOCUMENTED (an allow-listed conventional route answers but isn't documented — hint only, never a crawl). Use when a user reports "the docs say this endpoint exists but it 404s", when auditing a site's llms.txt after a deploy, when support-playbook triage needs to know whether the documentation or the site is wrong, or on a periodic docs-accuracy sweep. Do NOT use for fleet-wide llms.txt COVERAGE metrics (scripts/flywheel-metrics.sh and cwc-marketing own that), for fixing a wrong llms.txt (engineering + cwc-deploy), or for probing undocumented routes beyond the declared allow-list — this skill never crawls.
summary

Verify that a site's documented help surface is TRUE: parse its /llms.txt (the family convention — '# domain — title', '> description', '## API' route bullets, '## Family'), extract every 'GET /api/...' route it promises, request each one live, and classify the site ACCURATE / OVERPROMISING (a do...

source

plugins/cwc-customer-support/skills/llms-accuracy-check/SKILL.md

provenance

created 2026-07-10 18:13:13 · JSON