Agent skill
ce-rtd-auditor
Audit RTD documentation for navigation, technical accuracy, audience fit, and ADR or standards consistency.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ce-rtd-auditor
SKILL.md
CE RTD Auditor
Use this skill to perform a critical docs audit across docs/.
Load references/rtd_audit_checklist.md before producing findings.
Audit scope
- changed docs pages
- related index/toctree pages
- linked API and ADR references
- command/code snippet correctness
Workflow
- Identify targets:
rg --files docs
rg -n "{doc}|toctree|WrapCalibratedExplainer|ce_agent_utils" docs
- Validate navigation and discoverability:
- page is included in the appropriate toctree/index
- page title and sectioning are clear and stable
- Validate technical correctness:
- examples use public API (
WrapCalibratedExplainer,ce_agent_utils) - no private-member guidance
- uncertainty semantics and CE-first lifecycle are consistent
- Validate governance alignment:
- ADR and standards references exist and are relevant
- no stale or contradictory policy claims
- Validate links and references:
- internal
{doc}targets resolve - markdown links point to real pages/files
Output contract
Return findings first, ordered by severity:
- blocker
- high
- medium
- low
Each finding must include:
- path + line reference
- issue summary
- impact
- precise fix recommendation
Constraints
- Do not propose evaluation-specific skill expansion.
- Prioritize user-facing correctness over wording-only edits.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?