git-workflows-advancedAdvanced Git operations as tools: interactive rebase with autosquash, worktree management, reflog recovery, subtree/submodule handling, cherry-pick across fo...
Install via ClawdBot CLI:
clawdbot install neroagent/git-workflows-advancedGrade 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/user/lib.gitAudited Apr 18, 2026 · audit v1.0
Generated May 21, 2026
A developer uses interactive rebase with autosquash to combine multiple fixup commits into a clean history before merging a pull request. This ensures a linear, readable commit log for the main branch.
A developer adds a worktree for a new feature branch while keeping the main branch untouched, allowing them to work on both simultaneously without switching branches or stashing changes.
After a forced push or reset, a developer uses reflog recovery to list recent commits and restore a lost commit to a new branch, preventing data loss.
A team integrates a third-party library into their project using git subtree, allowing them to pull updates from the original repository while maintaining their own modifications under a specific prefix.
Before a release, a developer generates a structured changelog in markdown or JSON format between two tags, grouping commits by type (feat, fix, breaking) to share with stakeholders.
Users pay a one-time fee of $49 to access the skill package, which includes all tools and updates. This model targets developers who need advanced Git workflows without a subscription.
The basic 'git' skill is free. This advanced skill package is offered as a premium add-on, generating revenue from users who outgrow basic operations.
Companies can license the skill package for their entire development team, with volume pricing and priority support. This targets organizations needing standardized advanced Git workflows.
💬 Integration Tip
Ensure the agent has Git and GitHub CLI installed and authenticated. Start with read-only tools like changelog generation to build trust before using dangerous operations.
Scored May 21, 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...