tessl install github:jeremylongshore/claude-code-plugins-plus-skills --skill changelog-orchestratorDraft changelog PRs by collecting GitHub/Slack/Git changes, formatting with templates, running quality gates, and preparing a branch/PR. Use when generating weekly/monthly release notes or when the user asks to create a changelog from recent merges. Trigger with "changelog weekly", "generate release notes", "draft changelog", "create changelog PR".
Review Score
72%
Validation Score
13/16
Implementation Score
45%
Activation Score
100%
This skill turns raw repo activity (merged PRs, issues, commits, optional Slack updates) into a publishable changelog draft and prepares a branch/PR for review.
.changelog-config.json in the target repo.GITHUB_TOKEN for GitHub source).gh optional (used for PR creation if configured)..changelog-config.json from the repo root.{baseDir}/scripts/validate_config.py.{baseDir}/assets/weekly-template.md).{baseDir}/scripts/render_template.py.date (ISO) and version (SemVer if known; otherwise 0.0.0).{baseDir}/scripts/quality_score.py.output_path.changelog-YYYY-MM-DD, commit with docs: add changelog for YYYY-MM-DD.gh is configured, open a PR; otherwise, print the exact commands the user should run.See {baseDir}/references/implementation.md for detailed implementation guide.
CHANGELOG.md), plus an optional PR URL.{baseDir}/scripts/quality_score.py.See {baseDir}/references/errors.md for comprehensive error handling.
See {baseDir}/references/examples.md for detailed examples.
{baseDir}/scripts/validate_config.py{baseDir}/scripts/render_template.py{baseDir}/scripts/quality_score.py{baseDir}/assets/default-changelog.md{baseDir}/assets/weekly-template.md{baseDir}/assets/release-template.md