docs-check
Documentation Check
Tools
ada::docs:check- Analyzes git diff and suggests documentation updates
What It Detects
The tool categorizes changes and suggests relevant documentation files:
- Database/Schema changes → suggests
.docs/db/files - API changes → suggests
.docs/api/and.docs/workflow/files - Component/UI changes → suggests component documentation
- Configuration changes → suggests setup/install documentation
- Authentication changes → suggests auth documentation
- Test changes → suggests test documentation
- And more...
Workflow
-
Run check:
bash skills/docs-check/scripts/check-docs.sh(or--verbosefor details)- Analyzes git diff for code changes requiring documentation updates
-
Review output: Categorized changes with suggested documentation files
-
Validate structure: Read
references/documentation-guide.mdto verify existing docs follow standards -
Update documentation: Use
skills/docs-write/SKILL.mdworkflow, referencereferences/documentation-guide.mdfor requirements -
Verify: Re-run check until all suggestions addressed
Integration with Other Skills
- Run after
ada::code-reviewto check if reviewed changes need documentation - Run before
ada::code-qualityfinalization to ensure docs are updated with code - Use during PR preparation to ensure documentation is complete
Examples
Example 1: Basic Usage
bash skills/docs-check/scripts/check-docs.sh
Example 2: Verbose Mode
bash skills/docs-check/scripts/check-docs.sh --verbose
References
REQUIRED READING: Always load references/documentation-guide.md to:
- Validate existing documentation - Check if suggested docs follow correct structure, style, and alignment
- Guide updates - Reference standards when writing or updating documentation
The guide contains all standards, examples, patterns, and requirements. Do not make assumptions about documentation format, style, or structure - always reference the guide.
- Documentation Guide:
references/documentation-guide.md- REQUIRED: Complete documentation standards, style, structure, and examples. Load this file to validate existing docs and guide updates. - docs-write skill:
skills/docs-write/SKILL.md- Complete workflow for writing/updating documentation
Output
The tool outputs:
- Changed code files organized by category
- Suggested documentation files to review
- Guidance on what needs to be updated
Best Practices
- Run this check before committing significant changes
- Always load
references/documentation-guide.mdto validate documentation structure and alignment - Verify existing documentation follows guide standards (style, structure, format) - not just detect what needs updating
- Review the Documentation Guide to understand what changes require documentation
- Update documentation in the same PR as code changes
- Fix structure/alignment issues when updating content
- Use the verbose mode for more detailed information
More from lukasstrickler/ai-dev-atelier
ui-animation
Guide tasteful UI animation with easing, springs, layout animations, gestures, and accessibility. Covers Tailwind and Motion patterns. Use when: (1) Implementing enter/exit animations, (2) Choosing easing curves, (3) Configuring springs, (4) Layout animations and shared elements, (5) Drag/swipe gestures, (6) Micro-interactions, (7) Ensuring prefers-reduced-motion accessibility. Triggers: animate, animation, easing, spring, transition, motion, layout, gesture, drag, swipe, reduced motion, framer motion.
31use-graphite
Manage stacked PRs with Graphite CLI (gt) instead of git push/gh pr create. Auto-detects Graphite repos and blocks conflicting commands with helpful alternatives. Use when: (1) About to run git push or gh pr create in a Graphite repo, (2) Creating a new branch for a feature, (3) Submitting code for review, (4) Large changes that should be split into reviewable chunks, (5) Hook blocks your git command and suggests gt equivalent. NOT for: repos not initialized with Graphite, git add/commit/status/log. Triggers: git push blocked, gh pr create blocked, create branch, submit PR, stacked PRs, split large PR, gt create, gt submit, graphite workflow.
14tdd
Strict Red-Green-Refactor workflow for robust, self-documenting code. Discovers project test setup via codebase exploration before assuming frameworks. Use when: (1) Implementing new features with test-first approach, (2) Fixing bugs with reproduction tests, (3) Refactoring existing code with test safety net, (4) Adding tests to legacy code, (5) Ensuring code quality before committing, (6) When tests exist but workflow unclear, or (7) When establishing testing practices in a new project. Triggers: test, tdd, red-green-refactor, failing test, test first, test-driven, write tests, add tests, run tests.
9code-quality
Run comprehensive code quality checks including TypeScript typecheck, ESLint linting, Prettier formatting, and Markdown validation. Auto-fixes formatting issues in agent mode or provides read-only checks for CI pipelines. Use when: (1) Before committing code changes, (2) In CI/CD pipelines for automated quality gates, (3) After making significant code changes, (4) When preparing code for review, (5) When ensuring code meets quality standards, (6) For type checking, linting, formatting, and markdown validation, (7) In pre-commit hooks, or (8) For automated quality gates before merging. Triggers: finalize, code quality, typecheck, lint, format, check code, quality check, run checks, pre-commit, before commit, CI checks, validate code.
9git-commit
Write clear git commits with Conventional Commits format. Detects project conventions from history and config. Guides commit granularity. Use when: (1) Completing working code, (2) Code builds and tests pass, (3) Ready to save, (4) Before pushing, (5) After review feedback. Triggers: automatically when finishing commitable work that builds and passes tests.
8image-generation
Generate, edit, and upscale AI images. Use when creating visual assets for apps, websites, or documentation. FREE Cloudflare tier for iterate generation (~96/day), Fal.ai for paid tiers. Four quality tiers (iterate/default/premium/max). Supports text specialists, multi-ref editing, SVG, background removal. Triggers: generate image, create image, edit image, upscale, logo, picture of, remove background.
7