Install
openclaw skills install rtfm-testingValidates documentation usability by spawning context-free agents to complete tasks using only the docs, identifying gaps for improvement.
openclaw skills install rtfm-testingA documentation quality methodology that spawns fresh agents to validate whether docs are actually usable.
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?
sessions_spawnsessions_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.
[GAP] reports per runSKILL.md — This fileTESTER.md — System prompt for the fresh agentGAPS.md — Output format specification