Draft 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".
76
72%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/automation/mattyp-changelog/skills/changelog-orchestrator/SKILL.mdThis 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.${CLAUDE_SKILL_DIR}/scripts/validate_config.py.${CLAUDE_SKILL_DIR}/assets/weekly-template.md).${CLAUDE_SKILL_DIR}/scripts/render_template.py.date (ISO) and version (SemVer if known; otherwise 0.0.0).${CLAUDE_SKILL_DIR}/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 ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
CHANGELOG.md), plus an optional PR URL.${CLAUDE_SKILL_DIR}/scripts/quality_score.py.See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
${CLAUDE_SKILL_DIR}/scripts/validate_config.py${CLAUDE_SKILL_DIR}/scripts/render_template.py${CLAUDE_SKILL_DIR}/scripts/quality_score.py${CLAUDE_SKILL_DIR}/assets/default-changelog.md${CLAUDE_SKILL_DIR}/assets/weekly-template.md${CLAUDE_SKILL_DIR}/assets/release-template.md70e9fa4
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.