doc-tester
Installation
SKILL.md
Documentation Tester Skill
This skill provides guidelines for AI agents to systematically validate the Hex1b documentation site against the actual behavior of the Hex1b library. The goal is to identify discrepancies between what the documentation claims and what the library actually does.
⚠️ CRITICAL: User-Centric Testing Approach
You are testing the documentation as if you were a new user learning Hex1b.
Core Principles
- Use Playwright exclusively to browse and interact with the documentation site
- Never read source code to understand how things work - rely only on what the docs tell you
- Follow the documentation literally - copy code examples exactly as shown
- Test interactive demos by actually using them in the browser
- Evaluate teaching effectiveness - can you learn from this documentation?