check-docs-seo — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited check-docs-seo (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Check whether documentation needs updating after code changes.
/check-docs-seoAutomatically invoked at git commit time via the PostToolUse hook. Can also be invoked manually at any time.
Run scripts/check_docs_seo.py to detect missing SEO keywords, positioning terms, plugin manifest keyword drift, SKILL.md identity violations, and tool-count drift:
python3 scripts/check_docs_seo.pyThe checker covers documentation SEO, plugin manifest keyword sync (.claude-plugin/marketplace.json + integrations/*/plugin.json + package.json must include the required keyword subset), SKILL.md byte-identity (Claude Code source ↔ OpenCode plugin mirror), and tool-count consistency (auto-detected from src/kwin_mcp/server.py).
If check_docs_seo.py reports SKILL.md drift or version mismatches, run the dedicated sync script. It is idempotent and can either repair (no flag) or just verify (--check):
python3 scripts/sync_plugin_version.py --check # CI mode, no writes
python3 scripts/sync_plugin_version.py # writer modeAfter repair, re-run check_docs_seo.py to confirm cleanliness.
If issues are detected, determine the trigger labels by checking which files were changed in the current commit (or staged changes):
git diff --name-only HEAD~1 HEADThen use the @docs-seo agent with the changed files and trigger labels as context. The agent follows its Evaluation Workflow (defined in .claude/agents/docs-seo.md) to:
.claude/positioning.yml (canonical source of truth)Summarize what was checked and what was changed (or that no changes were needed).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.