changelog-generator-cn自动生成更新日志。分析 git 提交历史,分类变更,将技术提交转换为用户友好的发布说明。触发词:更新日志、changelog、发布说明、版本更新。翻译自 ComposioHQ。
Install via ClawdBot CLI:
clawdbot install guohongbin-git/changelog-generator-cnGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 21, 2026
A software development company uses the skill to automatically generate user-friendly release notes from git commits for new product versions. This saves time for developers and ensures consistent, clear communication with customers about updates, enhancing transparency and user satisfaction.
A mobile app development team employs the skill to create changelogs for app store submissions, translating technical commits into engaging update descriptions. This helps attract users by highlighting new features and fixes, potentially boosting download rates and user retention.
An IT department uses the skill to generate weekly summaries of code changes for internal stakeholders, categorizing commits into features, improvements, and bug fixes. This streamlines reporting and keeps teams aligned on project progress without manual effort.
A SaaS provider integrates the skill to produce monthly product update emails or blog posts from git history, making technical changes accessible to non-technical users. This fosters trust and engagement by regularly informing customers about value-added updates.
Offer a basic version of the skill for free to attract individual developers or small teams, with premium features like advanced customization, integration with project management tools, or team collaboration options available via subscription. This model builds a user base while generating recurring revenue from power users.
Sell the skill as part of a larger enterprise package for companies needing scalable changelog generation across multiple projects or teams. Include dedicated support, custom branding, and API access for seamless integration into existing workflows, targeting larger organizations with higher budgets.
Distribute the skill through AI agent marketplaces or developer platforms, earning revenue through commissions or usage-based fees. This leverages existing ecosystems to reach a broader audience of developers and businesses looking for productivity tools, with minimal marketing overhead.
💬 Integration Tip
Ensure the skill is run from the root of a git repository for accurate commit analysis, and use a CHANGELOG_STYLE.md file to maintain consistent formatting across projects.
Scored Jun 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.
GitHub API integration with managed OAuth. Access repositories, issues, pull requests, commits, branches, and users. Use this skill when users want to interact with GitHub repositories, manage issues and PRs, search code, or automate workflows. For other third party apps, use the api-gateway skill (
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.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.