Analyze Repo Changes Update Docs banner
armstrongl armstrongl

Analyze Repo Changes Update Docs

Documentation community

Description

--- name: analyze-repo-changes-update-docs description: Analyzes git repository changes and systematically updates all documentation files to reflect those changes. argument-hint: [branch-or-commit-range] allowed-tools: Bash(git:*), Read, Write, Edit, MultiEdit, Glob, Grep, Task, TodoWrite auto-execute: false thinking-mode: deep parameters: - name: doc_patterns type: string required: false default: "**/*.md,**/*.txt,**/README*,**/CHANGELOG*,**/docs/**/*" description: Glob patte

Installation

Installs to ~/.claude/skills/armstrongl-claude-toolbox-analyze-repo-changes-update-docs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/armstrongl-claude-toolbox-analyze-repo-changes-update-docs && curl -fsSL https://raw.githubusercontent.com/armstrongl/claude-toolbox/HEAD/commands/analyze-repo-changes-update-docs.md -o ~/.claude/skills/armstrongl-claude-toolbox-analyze-repo-changes-update-docs/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository