Analyze git diff to identify code changes requiring documentation updates...
ada::docs:check - Analyzes git diff and suggests documentation updatesThe tool categorizes changes and suggests relevant documentation files:
.docs/db/ files.docs/api/ and .docs/workflow/ filesRun check: bash skills/docs-check/scripts/check-docs.sh (or --verbose for details)
Review output: Categorized changes with suggested documentation files
Validate structure: Read references/documentation-guide.md to verify existing docs follow standards
Update documentation: Use skills/docs-write/SKILL.md workflow, reference references/documentation-guide.md for requirements
Verify: Re-run check until all suggestions addressed
ada::code-review to check if reviewed changes need documentationada::code-quality finalization to ensure docs are updated with codebash skills/docs-check/scripts/check-docs.sh
bash skills/docs-check/scripts/check-docs.sh --verbose
REQUIRED READING: Always load references/documentation-guide.md to:
The guide contains all standards, examples, patterns, and requirements. Do not make assumptions about documentation format, style, or structure - always reference the guide.
references/documentation-guide.md - REQUIRED: Complete documentation standards, style, structure, and examples. Load this file to validate existing docs and guide updates.skills/docs-write/SKILL.md - Complete workflow for writing/updating documentationThe tool outputs:
references/documentation-guide.md to validate documentation structure and alignment