โ† All skills
Tencent SkillHub ยท Productivity

RTFM Testing

Validates documentation usability by spawning context-free agents to complete tasks using only the docs, identifying gaps for improvement.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Validates documentation usability by spawning context-free agents to complete tasks using only the docs, identifying gaps for improvement.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
GAPS.md, SKILL.md, TESTER.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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]\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 file TESTER.md โ€” System prompt for the fresh agent GAPS.md โ€” Output format specification

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs
  • SKILL.md Primary doc
  • GAPS.md Docs
  • TESTER.md Docs