Skip to content
Development
Command

/changelog-demo-command

Demonstrate changelog automation features with real examples and validation

From plugin
claude-code-templates
30k200 skills200 agents200 commands2 MCP
Install
$ npx -y skills add davila7/claude-code-templates --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/changelog-demo-command

Context preview

What this command does when you run it.

Demonstrate changelog automation features with real examples and validation

Command definition

changelog-demo-command.md
allowed-tools: Read, Write, Edit, Bash
argument-hint: [format] | --generate | --validate | --demo
description: Demonstrate changelog automation features with real examples and validation

Changelog Automation Demo

Demonstrate changelog automation features: $ARGUMENTS

Current Project State

  • Existing changelog: @CHANGELOG.md (if exists)
  • Package version: @package.json or @pyproject.toml or @Cargo.toml (if exists)
  • Recent commits: !`git log --oneline -10`
  • Git tags: !`git tag -l | tail -5`

Demo Features

1. **Changelog Generation Demo**

  • Generate sample changelog entries from git commits
  • Show different changelog formats (Keep a Changelog, conventional-changelog)
  • Demonstrate automatic categorization of changes
  • Show version numbering and semantic versioning

2. **Format Validation Demo**

  • Validate existing changelog format compliance
  • Show format inconsistencies and suggestions
  • Demonstrate automated formatting fixes
  • Show integration with release automation

3. **Integration Testing**

  • Test changelog automation without affecting main workflow
  • Validate changelog generation pipeline
  • Test different commit message patterns
  • Show error handling and recovery

4. **Performance Benchmarking**

  • Measure changelog generation speed
  • Test with large commit histories
  • Show memory usage and optimization
  • Benchmark different parsing strategies
Read more
Ships withclaude-code-templates

Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.

Get the whole plugin, auto-invoked
Stats
30,155
Stars
18
Views
3,377
Forks
Active
Maintenance
Python
Language
MIT
License
1h ago
Last commit
1y ago
Created

Repo: davila7/claude-code-templates