git-commit-genGenerate conventional, descriptive commit messages from git diffs. Analyzes staged changes or branch diffs and produces well-formatted commit messages follow...
Install via ClawdBot CLI:
clawdbot install ericlooi504/git-commit-genGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://clawhub.aiAudited May 10, 2026 · audit v1.0
Generated Jul 11, 2026
A development team wants to ensure all commit messages follow Conventional Commits to improve changelog generation and code review clarity. The skill automates the generation of properly formatted messages from staged diffs or branch changes, reducing manual overhead and enforcing consistency across the team.
An open-source maintainer needs to generate changelog entries for a range of commits before a release. Using the skill's write:range action, they can quickly produce conventional commit messages for commits HEAD~5..HEAD, streamlining the release process.
A solo developer tired of writing vague commit messages uses the skill to automatically generate descriptive messages from staged changes. This saves time and ensures the project history remains meaningful for future reference.
Before submitting a pull request, a developer uses the skill to rewrite the last few commit messages to be conventional. This helps reviewers understand the changes more quickly and improves the overall quality of the PR.
A team working on a legacy codebase wants to standardize commit messages for recent commits. They use the skill's validate action to check existing messages and rewrite them to follow conventions, improving project documentation.
Offer the skill as a Freemium SaaS tool integrated with popular Git platforms like GitHub or GitLab. Free tier provides basic message generation for staged changes; premium tier adds advanced features like batch rewriting and changelog generation for teams.
Package the skill as an add-on for IDEs like VS Code or JetBrains, sold via their marketplaces. Monetize through a one-time purchase or in-app purchases for additional features like multi-project configuration.
License the skill to organizations needing company-wide standardization of commit practices. Includes custom configuration, priority support, and integration with internal Git hosting. Pricing based on team size.
💬 Integration Tip
Integrate the skill's actions into your developer workflow via CLI aliases or IDE plugins to generate commits with a single command, e.g., 'commit-message-writer staged'.
Scored Jul 11, 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.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
Query builder reputation data via Talent Protocol API. Get Builder Rank, verify humans, resolve identities (Twitter/Farcaster/GitHub/wallet), search by location/country, get credentials, and enrich with GitHub data.
Review GitHub repositories, group issues and pull requests by urgency, and take safe triage actions (add labels, comment, propose closure) after confirmation...
Semantic git history search and code archaeology. Use when asked why code exists, who owns a file, what introduced a regression, what changed in a commit ran...