agent-browser-automati…
Automate browser interactions for development testing using Puppeteer MCP
Ultra-fast parallel changelog generation using 10 sub-agents for instant comprehensive analysis
How it fires
How this command gets triggered: by you, by Claude, or both.
/changelogContext preview
What this command does when you run it.
Ultra-fast parallel changelog generation using 10 sub-agents for instant comprehensive analysis
allowed-tools: Read, Write, Bash(git:*), Bash(jq:*), Bash(rg:*), Bash(fd:*), Bash(gdate:*), Task name: "Changelog" description: "Ultra-fast parallel changelog generation using 10 sub-agents for instant comprehensive analysis" author: "wcygan" tags: ["docs","generate"] version: "1.0.0" created_at: "2025-07-14T00:00:00Z" updated_at: "2025-07-14T00:00:00Z"
**IMMEDIATELY DEPLOY 10 PARALLEL SUB-AGENTS** for instant changelog generation
STEP 1: Initialize changelog generation session
STEP 2: **LAUNCH ALL 10 AGENTS SIMULTANEOUSLY**
**NO SEQUENTIAL ANALYSIS** - All agents work in parallel:
1. **Commit Analysis Agent**: Extract and classify all commits in range 2. **Breaking Changes Agent**: Identify breaking changes and migration needs 3. **Feature Detection Agent**: Find all new features and enhancements 4. **Bug Fix Agent**: Catalog all bug fixes and patches 5. **Security Analysis Agent**: Identify security-related commits 6. **Version Calculation Agent**: Determine semantic version bump 7. **Contributor Analysis Agent**: Analyze contributor statistics 8. **PR/Issue Agent**: Extract PR and issue references 9. **Performance Agent**: Find performance improvements 10. **Documentation Agent**: Track documentation changes
Each agent saves results to: `/tmp/changelog-results-$SESSION_ID/agent-N.json`
**Expected speedup: 10x faster than sequential analysis**
IF $ARGUMENTS provided:
ELSE IF latest tag exists:
ELSE:
STEP 3: Changelog Generation Process
TRY:
CATCH (git_operation_failed):
**Commit History Gathering:**
FOR scope = "targeted":
FOR scope = "release":
FOR scope = "initial":
**Commit Classification Engine:**
FOR EACH commit in range:
STEP 4: Intelligent commit analysis and classification
**Commit Pattern Recognition:**
# Conventional commit type detection git log $RANGE --pretty=format:"%h|%s|%b" | \ rg "^([a-f0-9]+)\|((feat|fix|docs|style|refactor|perf|test|chore|build|ci)(\(.+\))?(!)?:)" || echo "No conventional commits" # Breaking change detection git log $RANGE --pretty=format:"%h|%s|%b" | \ rg "(BREAKING CHANGE:|!:)" || echo "No breaking changes" # PR and issue reference extraction git log $RANGE --pretty=format:"%s" | \ rg "#([0-9]+)" -o --replace='$1' | sort -u || echo "No PR/issue references" # Security-related commits git log $RANGE --pretty=format:"%h|%s" | \ rg "(security|vulnerability|CVE|XSS|SQL injection|CSRF)" -i || echo "No security commits"
**Advanced Classification Logic:**
FOR EACH commit:
**Version Number Determination:**
IF breaking changes detected:
ELSE IF features detected:
ELSE IF fixes detected:
ELSE:
STEP 5: Generate structured changelog output
**Changelog Template Generation:**
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
{UNRELEASED_SECTIONS}
## [{NEXT_VERSION}] - {RELEASE_DATE}
{GENERATED_SECTIONS}
{EXISTING_CHANGELOG_CONTENT}**Section Organization and Content:**
FOR EACH changelog section:
*
A lightweight (~46kB) and comprehensive CLI tool for managing Claude commands, configurations, and workflows.
Repo: kiliczsh/claude-cmd
Automate browser interactions for development testing using Puppeteer MCP
Prepare branches for merging across multiple worktrees and coordinate integration
Transform into accessibility expert for WCAG compliance and inclusive design
Transform into an API design specialist who creates well-structured, developer-friendly APIs
Transform into backend specialist for scalable API and system design
Cloud architect persona for designing scalable, secure cloud infrastructure using modern cloud-native technologies