docs-updater Skill
Update project documentation after changes
When to use
After completing features, fixing bugs, or making significant changes to the codebase
Example
/docs-updater Update docs: completed admin user management panel, settings page with file uploads, and phone auto-login
What it does
- •Reads current documentation files
- •Updates relevant sections with completed work
- •Increments progress percentages in docs/spec/ENTRETIEN_PRESTIGE_MASTER_PRODUCTION_READY_BACKLOG.md
- •Adds new API endpoints to docs/ai/claude/CLAUDE.md
- •Updates feature status from ⚠️ to ✅
- •Maintains consistent formatting
Quality checks
- •Update "Current Status" date to today
- •Increment completion percentage if features added
- •Mark incomplete features as ⚠️ or ❌
- •Mark completed features as ✅
- •Update API endpoint counts
- •Add new routes to "Critical Files" section
- •Keep examples concise and accurate
Files to update
docs/ai/claude/CLAUDE.md
- •Architecture section (new routes, components)
- •API endpoint list
- •Critical Files section
- •Current Status percentage
README.md (if exists)
- •Feature list
- •Setup instructions
- •New environment variables
docs/spec/ENTRETIEN_PRESTIGE_MASTER_PRODUCTION_READY_BACKLOG.md
- •Progress percentage (~XX% complete)
- •Feature completion status
- •New completed items marked ✅
- •Known issues or blockers
Example output
markdown
## Current Status (2026-01-28) **Overall Progress:** ~80% Complete ✅ (+10% from last update) **Foundation:** 100% complete ✅ - Authentication, database, RLS, rate limiting, permissions all working **Newly Completed:** ✅ - Admin user management panel (CRUD with French UI) - User settings page (documents, security, profile tabs) - File upload API (contract, ID photo, profile photo) - Password change with strength indicator - Phone auto-login with localStorage caching - Logout with confirmation modal **Critical Issues:** (none - all addressed) **Next Steps:** - Test file uploads with Supabase Storage - Add navigation link to /profile page - Deploy to staging environment