changelog-demo-command

Demo changelog automation features

Content Preview
# Demo Command for Changelog

Demo changelog automation features

## Instructions

1. This is a demonstration command
2. Shows changelog automation working independently
3. Bypasses Claude review bot for faster testing
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/changelog-demo-command.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/deploy/changelog-demo-command.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/deploy/changelog-demo-command.md

Related Skills