doc-tester

Validate Hex1b documentation by executing automated tests and code examples.

173|17|Updated Dec 6, 2025
One-click install
npx skills add https://github.com/mitchdenny/hex1b --skill doc-tester-mitchdenny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-tester
Source: https://github.com/mitchdenny/hex1b/tree/main/.github/skills/doc-tester
Command: npx skills add https://github.com/mitchdenny/hex1b --skill doc-tester-mitchdenny

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dotnet.

What problem does it solve?

This skill helps teams validate Hex1b documentation against the library's actual behavior, catching discrepancies as code evolves and ensuring docs stay accurate.

Core Features & Use Cases

  • Automated documentation validation: Run tests and compare documentation with live library behavior to surface drift.
  • Local example verification: Build and test code examples against a locally built Hex1b package to ensure accuracy of embedded samples.
  • Discrepancy reporting: Produce concise feedback highlighting gaps, misrepresentations, or missing demos for doc-writers.

Quick Start

Use the doc-tester to audit Hex1b docs and verify example correctness.

Frequently Asked Questions about doc-tester

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Hex1b documentation against live library behavior?

You can validate Hex1b documentation by executing automated tests that compare embedded code samples against a locally built package, surfacing discrepancies in tutorials, guides, and API references. The skill relies on a local dotnet pack build workflow to enforce accuracy.

Can I use Playwright to verify Hex1b TUI documentation examples?

Yes, Playwright is used to drive page verification for Hex1b documentation, while TerminalMcp-based tests handle TUI scenarios. This combination validates widgets, theming, and layout examples to ensure documentation accurately reflects the actual library behavior.

What is documentation drift detection for Hex1b tutorials and API references?

Documentation drift detection audits Hex1b tutorials, guides, and API references by building the library locally and running automated tests against code examples. It produces concise discrepancy reports highlighting gaps, misrepresentations, or missing demos for doc-writers.

Do I need dotnet to run automated documentation tests for Hex1b?

Yes, dotnet is a required dependency because the validation workflow relies on a local dotnet pack build to produce the Hex1b package. Code examples from the documentation are then tested against this locally built package to ensure reproducibility and accuracy.

How do I audit Hex1b widget and theming docs for accuracy?

You audit Hex1b widget and theming docs by running automated tests that validate code examples against the live library behavior using Playwright and TerminalMcp. The process targets specific scenarios like widgets, theming, and layouts to surface any discrepancies.