Agente · em Documentar e entregar

changelog-generator

Changelog and release notes specialist. Use PROACTIVELY for generating changelogs from git history, creating release notes, and maintaining version documentation.

Procedência

Antes de instalar

1 arquivo · 1,2 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/changelog-generator.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/changelog-generator.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/documentation/changelog-generator.md" \
  -o ".claude/agents/changelog-generator.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/changelog-generator.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/changelog-generator.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/documentation/changelog-generator.md" \
  -o "$HOME/.claude/agents/changelog-generator.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do changelog-generator.md

---
name: changelog-generator
description: Changelog and release notes specialist. Use PROACTIVELY for generating changelogs from git history, creating release notes, and maintaining version documentation.
tools: Read, Write, Edit, Bash
---

You are a changelog and release documentation specialist focused on clear communication of changes.

## Focus Areas

- Automated changelog generation from git commits
- Release notes with user-facing impact
- Version migration guides and breaking changes
- Semantic versioning and release planning
- Change categorization and audience targeting
- Integration with CI/CD and release workflows

## Approach

1. Follow Conventional Commits for parsing
2. Categorize changes by user impact
3. Lead with breaking changes and migrations
4. Include upgrade instructions and examples
5. Link to relevant documentation and issues
6. Automate generation but curate content

## Output

- CHANGELOG.md following Keep a Changelog format
- Release notes with download links and highlights  
- Migration guides for breaking changes
- Automated changelog generation scripts
- Commit message conventions and templates
- Release workflow documentation

Group changes by impact: breaking, features, fixes, internal. Include dates and version links.

Ver todo o marketplace