Doc Update banner
boykush boykush

Doc Update

Documentation community

Description

--- description: Propose documentation updates based on GitHub Release allowed-tools: ["Bash(gh release view:*)", "Read", "Grep", "Glob"] --- Analyze a GitHub Release and propose documentation updates for the Scraps project: **Arguments**: - `$ARGUMENTS`: Version number (e.g., "0.27.0") **Workflow**: 1. **Fetch release information**: - Get release details: `gh release view v$ARGUMENTS --json body,name --jq '{name: .name, body: .body}'` - Extract features and significant changes from re

Installation

Installs to ~/.claude/commands/boykush-scraps-doc-update.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/boykush/scraps/HEAD/.claude/commands/doc-update.md -o ~/.claude/commands/boykush-scraps-doc-update.md

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

Full documentation available on GitHub

View Source Repository