DocMate

Documentation QA and repair skill for agent platforms: answer from project docs, verify stale implementation-sensitive claims against code, report documentat...

Wu Fei

@wufei-png

What This Skill Does

Documentation QA and repair assistant for agent platforms. Answers questions from project docs, verifies implementation-sensitive claims against source code, reports documentation gaps, and can open GitHub PRs or GitLab MRs to fix confirmed issues.

Replaces manual documentation audits and code cross-referencing by automating stale-doc detection and repair workflows.

When to Use It

  • Verify that a code snippet in your docs matches the actual implementation
  • Generate a gap report listing missing or outdated documentation sections
  • Answer a user question by searching your project's documentation repository
  • Open a pull request to fix a confirmed documentation error automatically
  • Check if a documented API endpoint still behaves as described in the source

Install

$ openclaw skills install @wufei-png/docmate

DocMate

DocMate is a skill-first documentation QA and documentation repair assistant for agent platforms. It helps an agent answer from project documentation, verify docs against code when runtime behavior matters, report missing or stale documentation, and optionally repair confirmed documentation gaps through GitHub pull requests or GitLab merge requests.

DocMate is useful when you want an agent to:

  • route documentation questions to configured repositories through docmate.catalog.json;
  • distinguish docs-only answers from questions that must verify implementation details in code;
  • produce concise gap reports with document evidence, code evidence, affected docs, and confidence;
  • use ask, auto, or off modes for controlled documentation repair;
  • repair docs in temporary git worktrees without dirtying the user's main checkout.

Install

This ClawHub package is an install notice, not the DocMate runtime skill body. DocMate is configured at installation time, so use the official repository's installation documentation and review the current source before making any local agent-host changes.

Official repository: https://github.com/wufei-png/DocMate

The native setup selects an English or Chinese runtime skill, creates references/docmate.catalog.json, records the documentation repositories you want DocMate to use, and links the skill into the selected agent hosts.

After installation, use the installed DocMate skill and edit the generated catalog path printed by the installer.

Top skills in this category