documentation-coverage

$npx mdskill add github/copilot-sdk-java/documentation-coverage

Analyze Java SDK documentation completeness by comparing code features against written guides.

  • Identifies missing documentation sections for implemented SDK features.
  • Requires access to the source code and the markdown documentation directory.
  • Executes a comparison process based on a predefined prompt structure.
  • Outputs a report detailing coverage gaps between the two sources.
SKILL.md
.github/skills/documentation-coverageView on GitHub ↗
---
name: documentation-coverage
description: Assess whether the documentation in src/site/markdown/ adequately covers the Java SDK functionality.
license: MIT
---

Follow instructions in the [documentation-coverage prompt](../../prompts/documentation-coverage.prompt.md) to analyze gaps between the SDK's implemented features and its documentation.