generate-changelog

Generate a changelog for the current repository using parallel agents.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "generate-changelog" with this command: npx skills add carlx/agentic-skills/carlx-agentic-skills-generate-changelog

Generate Changelog

Generate a changelog for the current repository using parallel agents.

Steps

Launch two agents in parallel:

  • Agent A – Git Analyst: Run git log --oneline since the last tag (or last 50 commits if no tags). Collect commit messages and categorize them into: feat , fix , breaking , chore , docs , other .

  • Agent B – PR/Issue Analyst: Run git log --oneline and look for PR numbers or issue references in commit messages. List them with their descriptions.

Wait for both agents to finish.

Combine their output and write a CHANGELOG.md entry in this format:

[version] – YYYY-MM-DD

Breaking Changes

  • ...

Features

  • ...

Bug Fixes

  • ...

Other

  • ...

Use today's date. If no version is provided, use Unreleased .

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

twitter-brief

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

production-python

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

clinic-visit-prep

帮助患者整理就诊前问题、既往记录、检查清单与时间线,不提供诊断。;use for healthcare, intake, prep workflows;do not use for 给诊断结论, 替代医生意见.

Archived SourceRecently Updated
Automation

changelog-curator

从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.

Archived SourceRecently Updated