Changelog Update Daily banner
edspencer edspencer

Changelog Update Daily

Documentation community

Description

--- name: changelog-update-daily description: Automated daily What's New page update with commit analysis and PR creation allowed-tools: - Read - Bash - Glob - Grep - Write - Edit - Task --- <objective> Meta-orchestrator for fully automated daily What's New page updates. This command wraps the full changelog update workflow with: 1. **State tracking** -- Reads last checked commit, processes only new commits 2. **Change detection** -- Identifies new commits and npm package release

Installation

Installs to ~/.claude/commands/edspencer-herdctl-changelog-update-daily.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/edspencer/herdctl/HEAD/.claude/commands/changelog-update-daily.md -o ~/.claude/commands/edspencer-herdctl-changelog-update-daily.md

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

Full documentation available on GitHub

View Source Repository