skills/docs-align/SKILL.md
Align docs with code. Detect drift and update ADRs, specs, README, AGENTS. Use after implementation or for docs drift reviews. Not for code review fixes or platform architecture.
npx skillsauth add bjornmelin/dev-skills docs-alignInstall 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.
Use this skill after implementation work or when you suspect documentation drift.
AGENTS.md.SKILL.md), run drift collection (requires git on PATH):
python3 scripts/docs_drift.py collect --cwd <repo> --out <json>python3 scripts/check_docs_drift.py --cwd <repo> --out <json>python3 scripts/docs_drift.py compare --input <json> --out <json>python3 scripts/docs_drift.py render --input <json> --format mdCommands above assume the current working directory is this skill’s root (skills/docs-align in this repository). If the working directory is elsewhere, invoke the same files with an absolute path, for example:
python3 /path/to/docs-align/scripts/docs_drift.py collect --cwd <repo> --out <json>
Create or update an ADR when the implementation changed:
Do not create ADR churn for small local refactors.
Update product or architecture specs when the implementation changed:
Prefer deleting stale spec text over leaving contradictory guidance.
Update the README when the change affects:
Keep the README high signal; move deep details into docs when needed.
tools
Explicit-only Kimi Code CLI frontend/UI advisor for UI audits, redesigns, components, screenshots, before/after comparison, layout, styling, accessibility, responsive behavior, and visual polish. Use only when the user explicitly invokes `$kimi-ui-advisor` and wants Codex to ask Kimi for structured UI suggestions, then review, apply, and verify them in the repo.
development
Run a Codex-only structured code review closeout for local, branch, or commit diffs. Use when the user asks for autoreview, Codex review, structured closeout review, final review before commit/ship, or review after non-trivial code edits.
tools
Use this skill for Firecrawl CLI web work: web search, URL scraping, site mapping, crawling, structured extraction, page interaction, monitoring changes, offline site download via x download, and parsing local documents such as PDF, DOCX, XLSX, HTML, DOC, ODT, or RTF. Trigger for requests to search the web, look up current info, fetch/read/scrape a URL, extract website data, crawl docs, click/fill/login/paginate a page, monitor page changes, save a site offline, or parse a document. Do not trigger for generic local file reads/edits, git/deploy/code tasks, or Firecrawl app integration work.
tools
Triage unresolved Sentry issues into ranked groups, GitHub issue plans, branches, subspawn worktree assignments, PRs, and closeout loops using the sentry CLI, GitHub CLI, and local verification. Use when asked to prioritize Sentry backlogs, group production issues, create GitHub issues or PRs from Sentry evidence, or parallelize Sentry fixes.