git-flow-helperAssist with Git branch management, merging, rebasing, cherry-picking, and cleaning merged branches for smoother workflow.
Install via ClawdBot CLI:
clawdbot install honestqiao/git-flow-helperGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
exec(Audited Apr 17, 2026 · audit v1.0
Generated Mar 20, 2026
Development teams working on feature branches can use this skill to streamline Git operations. It helps create feature branches, merge completed work, and clean up merged branches to maintain repository hygiene. This reduces manual command typing and minimizes errors during version control tasks.
DevOps engineers can integrate this skill into CI/CD pipelines to automate Git operations. It assists with rebasing feature branches onto main before deployment and cherry-picking hotfix commits to production branches. This ensures code consistency and reduces manual intervention in deployment workflows.
Instructors teaching version control can use this skill to demonstrate Git operations interactively. Students learning Git commands can get guided assistance for branching, merging, and conflict resolution without memorizing complex syntax. This accelerates the learning curve for Git fundamentals.
Maintainers of open source projects can utilize this skill to manage contributions from multiple developers. It helps review and cherry-pick specific commits, rebase pull requests, and clean up merged feature branches efficiently. This maintains project repository organization with minimal manual effort.
Integrate this skill into existing Git platforms or IDEs as a premium feature. Offer enhanced Git automation capabilities to enterprise teams through subscription licensing. Provide analytics on team Git usage patterns to identify workflow bottlenecks.
Sell customized versions of the skill with additional enterprise features like audit logging, compliance reporting, and advanced conflict resolution. Offer dedicated support and training services for large development organizations implementing standardized Git workflows.
Distribute the skill through developer tool marketplaces like GitHub Marketplace or VS Code extensions. Offer freemium tiers with basic functionality and premium tiers with advanced features. Monetize through one-time purchases or in-app upgrades for power users.
💬 Integration Tip
Integrate this skill with popular IDEs like VS Code or Git clients to provide contextual Git assistance. Consider adding voice command support for hands-free operation during development sessions.
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.
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...
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 (https://clawhub.ai/byungkyu/api-gateway).
Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues,...