LLM Skills
~/catalogue/documentation technique//release-notes

Générer des notes de mise à jour

/release-notes

Analyser les commits Git et générer des notes de mise à jour multiformat.

// contenu du skill

Generate Release Notes

Analyze Git commits and generate multi-format release notes.

Arguments

$ARGUMENTS

(Use format: `--from=TAGORSHA --to=TAGORSHA` or defaults to last tag to HEAD)

Output Formats

1. Technical Release Notes (GitHub)

Group changes by conventional commit type:

  • Breaking Changes (marked with BREAKING CHANGE)
  • Features (feat:)
  • Bug Fixes (fix:)
  • Performance (perf:)
  • Documentation (docs:)
  • Refactoring (refactor:)
  • Other (chore:, ci:, test:)

Include PR/issue links where available.

2. Marketing Notes (User-Facing)

  • Highlight new capabilities
  • Focus on benefits, not implementation
  • Use clear, non-technical language
  • Suitable for blog posts or announcements

3. Internal Notes (Team)

  • Technical debt addressed
  • Architecture changes
  • Migration steps if needed
  • Known issues or limitations

Process

  1. Run `git log --oneline <from>..<to>` to get commits
  2. Parse commit messages for conventional commit format
  3. Group and format into the three output types
  4. Highlight any breaking changes prominently
// source originale publique
strataga/claude-setup
/commands/release-notes.md
Licence : Licence non indiquée. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/release-notes.md" "https://raw.githubusercontent.com/strataga/claude-setup/master/commands/release-notes.md"
Ensuite dans Claude Code, tapez /release-notes pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateurstrataga
Format.md
AccèsGratuit
// similaires

Skills Documentation technique

Voir toutarrow_forward