.agents/skills/docs-completed-projects-gap-review/SKILL.md
Audit documentation for gaps left by completed OAT projects. Cross-references shipped work against the docs surface and produces a prioritized fix plan.
npx skillsauth add tkstang/open-agent-toolkit docs-completed-projects-gap-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Audit the documentation surface for gaps left by completed OAT projects. Builds an inventory of shipped work, maps it against existing docs, and produces a prioritized report of missing or stale documentation.
Parse from $ARGUMENTS:
YYYY-MM-DD). Only consider projects completed after this date. If omitted, review all completed projects..oat/repo/reviews/docs-gap-report-{date}.md.cli, skills, reference, quickstart, all. Defaults to all.--since, --output, --scope, and --dry-run from $ARGUMENTS.--output is provided, use it directly..oat/repo/reviews/docs-gap-report-{today}.md.reviews/ directory if it does not exist.all).Scan for completed OAT project artifacts:
oat config get projects.root (fallback to .oat/projects/shared if unset).state.md frontmatter:
oat_phase_status: complete or if the project has a merged PR.--since is set, filter by oat_last_updated date.implementation.md Final Summary or PR description)implementation.md Final Summary)Catalog the current documentation surface:
apps/oat-docs/docs/cli/index.md, apps/oat-docs/docs/cli/**/*.mdapps/oat-docs/docs/skills/index.mdapps/oat-docs/docs/reference/**/*.mdapps/oat-docs/docs/quickstart.md.agents/README.md, apps/oat-docs/docs/index.md.agents/skills/*/SKILL.md (as authoritative source for skill descriptions)For each doc file, extract:
git log -1 --format=%ci)For each completed project's shipped capabilities:
apps/oat-docs/docs/cli/?apps/oat-docs/docs/skills/index.md with accurate descriptions?apps/oat-docs/docs/reference/?apps/oat-docs/docs/quickstart.md?For each identified gap, assign:
Group gaps into recommended fix waves:
Within each wave, group by affected file to minimize context switching.
Use the template at .agents/skills/docs-completed-projects-gap-review/references/docs-gap-report-template.md.
Fill in all sections:
If --dry-run is set, print the gap catalog to console instead of writing a file.
After writing the report, provide:
documentation
Use when OAT implementation changes and repository reference docs must be synchronized. Updates .oat/repo/reference to match current behavior.
business
Merge multiple analysis artifacts into a single coherent report with provenance tracking. Reads existing artifacts from /deep-research, /analyze, and /compare.
testing
Use when the user questions or suspects an agent claim is wrong. Adversarially gathers evidence to verify or refute the claim using the best sources available in the current environment.
tools
Use when prioritizing backlog work or evaluating a roadmap. Produces value-effort ratings, dependency mapping, and execution recommendations.