changelog-curator从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.
Install via ClawdBot CLI:
clawdbot install 52YuanChangXing/changelog-curatorGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://example.invalid/skills/changelog-curatorAudited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
A development team uses this skill to automatically generate changelogs from commit messages and pull request summaries for each software release. It helps distinguish user-facing features from internal refactoring, ensuring clear communication with end-users and stakeholders.
Maintainers of an open-source project apply the skill to curate changelogs from GitHub issues and merge requests. This streamlines release note creation, highlights user benefits, and maintains transparency for the community without manual editing.
Product managers in a SaaS company utilize the skill to compile changelogs from internal release notes and Jira tickets. It aids in crafting version summaries that emphasize customer value, supporting marketing efforts and user adoption.
DevOps engineers integrate this skill into CI/CD pipelines to automatically generate changelogs during build processes. It ensures consistent documentation of changes, flags compatibility issues, and provides upgrade recommendations for deployment teams.
Companies offer this skill as part of a premium documentation or release management SaaS platform. Revenue is generated through monthly or annual subscriptions, with tiers based on usage volume and advanced features like compliance auditing.
The skill is sold via enterprise licenses to large organizations for internal use in software development and IT departments. Revenue comes from one-time purchases or annual maintenance fees, often bundled with support and customization services.
The core skill is released as open-source software to build community adoption, with premium features such as advanced templates, analytics, or integration plugins offered for a fee. Revenue is driven by upgrades from free users to paid plans.
💬 Integration Tip
Integrate this skill into existing version control workflows by using its Python script for automation, and ensure access to template files for consistent output formatting.
Scored Apr 19, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Essential Git commands and workflows for version control, branching, and collaboration.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...