conventional-gitConventional Commits v1.0.0 branch naming, worktree naming, and commit message standards for GitHub and GitLab projects. Use when creating branches, naming w...
Install via ClawdBot CLI:
clawdbot install samber/conventional-gitGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/samber/cc-skillsAudited Apr 16, 2026 · audit v1.0
Generated May 5, 2026
Maintain a popular open-source library with multiple contributors. Use conventional commits to automatically generate changelogs, enforce SemVer version bumps, and track contributions by type. This ensures consistent release notes and reduces manual overhead.
An agile team uses conventional branch naming and commit messages to streamline code reviews and automate release notes. Branch names like `feat/42-user-auth` link to issues, and commit types help filter history for sprint retrospectives.
Integrate conventional commits with CI/CD pipelines to automate changelog generation, version bumps, and deployments. Tools like semantic-release parse commit messages to determine the next version and publish releases automatically.
A fintech company enforces conventional commits to maintain an auditable git history. Every commit is tied to an issue or regulatory requirement, and the structured format supports compliance audits and traceability.
Multiple teams work on a monorepo with shared code. Conventional commits with scopes (e.g., `feat(auth):...`) clarify which module each change affects, reducing merge conflicts and enabling independent releases per module.
Offer a SaaS product that integrates with GitHub/GitLab to parse conventional commits and generate polished changelogs, release notes, and version updates. Revenue comes from monthly subscriptions based on repository count.
Provide consulting services to help teams adopt conventional commits and branch naming. Services include training, tooling setup, and custom CI/CD integration. Revenue from hourly consulting or fixed-price engagements.
Develop a premium app that enforces conventional commits via webhooks, validates branch names, and blocks non-compliant pushes. Offer a free tier with basic checks and paid tier with advanced rules and reporting.
💬 Integration Tip
Use a commitlint hook to validate commit messages locally, and integrate a tool like semantic-release or standard-version in your CI pipeline to automate changelog and versioning.
Scored Jun 29, 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 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
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...
Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目...