test-docs

Execute documentation examples, doctests, and link checks in Python environments.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JonusNattapong/agenttalk-mcp --skill test-docs-jonusnattapong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-docs
Source: https://github.com/JonusNattapong/agenttalk-mcp/tree/main/src/skills/devkit/test-docs
Command: npx skills add https://github.com/JonusNattapong/agenttalk-mcp --skill test-docs-jonusnattapong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the verification of documentation accuracy, providing evidence for the execution of documentation examples, doctests, link checks, and more.

Core Features & Use Cases

  • Automated Documentation QA: Execute documentation examples, doctests, and link checks.
  • Documentation Drift Checks: Ensure generated references and code match documentation.
  • Use Case: When updating documentation, use this Skill to verify that all examples and references are up-to-date and functional.

Quick Start

Run the test-docs skill to check the documentation for accuracy.

Frequently Asked Questions about test-docs

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

FAQPage Schema
How do I automate doctests and link checks for technical documentation?

Automate doctests and link checks by executing documentation examples against actual code behavior. This skill verifies that references match generated code, preventing documentation drift during updates.

What is documentation drift and how do I verify references match code?

Documentation drift occurs when docs no longer match code behavior. Verify references by running automated checks that execute examples and doctests to ensure technical documentation reflects current functionality.

Do I need a Python environment to run documentation QA checks?

Yes, a Python environment is required to run these documentation verification checks. The skill executes doctests and link checks within Python to validate that technical documentation examples are functional.

How do I check that documentation examples are up-to-date and functional?

Check that documentation examples are functional by running automated verification on your documentation files. The process executes examples and doctests to ensure all references are up-to-date and accurately reflect code behavior.

Can I use this for documentation drift checks on generated references?

Yes, you can perform documentation drift checks on generated references. The skill verifies that generated references and code match your documentation, ensuring accuracy across technical documentation QA processes.