docs-completed-projects-gap-review

Audit documentation gaps for completed OAT projects and generate prioritized fix plans.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/tkstang/open-agent-toolkit --skill docs-completed-projects-gap-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-completed-projects-gap-review
Source: https://github.com/tkstang/open-agent-toolkit/tree/main/.agents/skills/docs-completed-projects-gap-review
Command: npx skills add https://github.com/tkstang/open-agent-toolkit --skill docs-completed-projects-gap-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that all completed projects have corresponding, up-to-date documentation, preventing knowledge loss and improving project discoverability.

Core Features & Use Cases

  • Gap Auditing: Compares shipped project work against the existing documentation surface.
  • Prioritized Reporting: Generates a clear report of documentation deficiencies, ranked by severity.
  • Use Case: After merging a new feature that added several CLI commands, run this Skill to automatically identify if those commands are documented and if the documentation is accurate.

Quick Start

Run the docs-completed-projects-gap-review skill to audit documentation gaps for projects completed since last week.

Frequently Asked Questions about docs-completed-projects-gap-review

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

FAQPage Schema
How do I audit documentation gaps for completed software projects?

To audit documentation gaps for completed software projects, cross-reference shipped work artifacts against the existing documentation surface. This process identifies missing or stale documentation and generates a prioritized fix plan ranked by severity.

What is documentation gap analysis in project management?

Documentation gap analysis in project management is the process of scanning completed project artifacts and cataloging the documentation surface to identify missing or outdated information. It ensures shipped features have accurate corresponding documentation to prevent knowledge loss.

How do I identify stale or missing documentation after a feature merge?

You can identify stale or missing documentation after a feature merge by running an audit that cross-references shipped project work against existing files. This automatically flags missing or outdated documentation and produces a prioritized report.

Can I generate a prioritized fix plan for missing documentation?

Yes, you can generate a prioritized fix plan for missing documentation by scanning project artifacts and cataloging the documentation surface. The resulting report ranks documentation deficiencies by severity to guide your updates.

Does documentation gap auditing work on completed projects within my repository?

Yes, documentation gap auditing operates directly on completed projects and documentation files within your repository. It scans these project artifacts to automatically identify if newly added commands or features are documented accurately.

What is the best way to prevent knowledge loss from completed projects?

The best way to prevent knowledge loss from completed projects is to cross-reference shipped work against the documentation surface to find gaps. Ensuring all completed features have up-to-date documentation improves project discoverability and preserves knowledge.