Rtfm Testing
Skill by zscole
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/zscole/rtfm-testingRTFM Testing
A documentation quality methodology that spawns fresh agents to validate whether docs are actually usable.
The Problem
Documentation written by the person who built the thing is almost always incomplete. They fill in gaps unconsciously. They assume context. They skip "obvious" steps.
RTFM Testing fixes this by spawning a fresh agent with zero context and asking: can you complete this task using only the docs?
When to Use
- Before publishing docs, READMEs, tutorials, or setup guides
- When users report confusion but you can't see why
- After major refactors to validate docs still work
- As part of CI for documentation-heavy projects
How It Works
- Identify the task — What should someone be able to do after reading the docs?
- Bundle the docs — Collect all relevant documentation (and nothing else)
- Spawn a fresh tester — Use the TESTER.md prompt with
sessions_spawn - Analyze failures — Every confusion point is a doc bug
- Fix and repeat — Update docs, respawn, retest until clean
Usage
sessions_spawn(
task: "Complete the following task using ONLY the provided documentation. [TASK DESCRIPTION]\n\n---\n\n[PASTE DOCS HERE]",
agentId: "default",
label: "rtfm-test"
)
Or use the full TESTER.md prompt for more structured output.
Metrics
- Cold Start Score — Number of spawn cycles until task completion (lower = better docs)
- Gap Count — Number of
[GAP]reports per run - Gap Categories — Missing steps, unclear language, wrong assumptions, missing prerequisites
Key Principles
- No hints — Don't help the tester. Let it fail.
- Literal reading — Tester must not infer or guess
- Docs only — No external knowledge, no "common sense"
- Failures are signal — Every stumble is actionable feedback
Files
SKILL.md— This fileTESTER.md— System prompt for the fresh agentGAPS.md— Output format specification
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-zscole-rtfm-testing": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
bagman
Secure key management for AI agents. Use when handling private keys, API secrets, wallet credentials, or when building systems that need agent-controlled funds. Covers secure storage, session keys, leak prevention, prompt injection defense, and MetaMask Delegation Framework integration.
agentic-money
Discover, hire, and get paid by AI agents using the Agentic Money protocol on Ethereum.
bagman
Secure key management for AI agents. Use when handling private keys, API secrets, wallet credentials, or when building systems that need agent-controlled funds. Covers secure storage, session keys, leak prevention, and prompt injection defense.