skills/update-docs/SKILL.md
Reviews project changes and updates relevant documentation to match current behavior, setup, configuration, security, operations, and usage. Use when the user asks to update docs, audit documentation, check docs drift, prepare a handoff, document recent changes, or ensure project docs are current.
npx skillsauth add switch-dimension/switch-dimension-skills update-docsInstall 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.
Keep project documentation accurate, minimal, and useful after code, workflow, configuration, or policy changes.
Gather context before editing:
git status for changed files.Do not overwrite unrelated user edits. If documentation files are already modified, read them carefully and build on those changes.
Find the repository's documentation surface before choosing files to edit:
README, CONTRIBUTING, SECURITY, CHANGELOG, RELEASES, MIGRATION, INSTALL, SETUP, RUNBOOK, OPERATIONS, ARCHITECTURE, API, FAQ, docs/, documentation/, .github/, and package-specific docs..rst, .adoc, .txt, wiki exports, OpenAPI files, config examples, or generated docs sources.SKILL.md files and any linked reference docs.Do not assume a fixed documentation structure. Let the repository's existing docs and changed files determine what needs updating.
Update documentation when a change affects:
Do not update docs for purely internal refactors unless they change observable behavior or maintenance workflow.
Keep edits focused and consistent:
main, SemVer, GitHub, or public packages.After editing:
git diff --check.Summarize:
tools
Starts the dev server, opens the browser, and tests recent changes end-to-end. Use this skill whenever the user says things like "test my changes", "check if this works", "run and test", "smoke test", "verify the app", "open the browser and test", "make sure it works", "test the UI", "check for errors", or asks you to visually verify, click through flows, or check console logs after making code changes. Also trigger when the user wants to see their app running and validated in the browser, even if they don't say "test" explicitly — phrases like "does it look right?", "spin it up and check", or "try it out" count too.
tools
Reviews new or modified agent skills for quality, safety, discoverability, structure, and repository best practices. Use when reviewing skill submissions, pull requests that add or change SKILL.md files, skill metadata, helper scripts, examples, or when the user asks to review a skill.
documentation
Ensures a .docs folder exists, creates project-log.md, and records current project status for handoff. Use when ending a session, before context switches, when handing off to another person or agent, or when the user asks to save project status or create a project log.
tools
Template skill for Switch Dimension. Use when learning the skill structure or as a starting point for new skills.