/install rtfm-testing
RTFM 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]\
\
---\
\
[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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rtfm-testing - 安装完成后,直接呼叫该 Skill 的名称或使用
/rtfm-testing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
RTFM Testing 是什么?
Validates documentation usability by spawning context-free agents to complete tasks using only the docs, identifying gaps for improvement. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1193 次。
如何安装 RTFM Testing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rtfm-testing」即可一键安装,无需额外配置。
RTFM Testing 是免费的吗?
是的,RTFM Testing 完全免费(开源免费),可自由下载、安装和使用。
RTFM Testing 支持哪些平台?
RTFM Testing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 RTFM Testing?
由 zscole(@zscole)开发并维护,当前版本 v1.0.0。