unfuck-my-git-stateDiagnose and recover broken Git state and worktree metadata with a staged, low-risk recovery flow. Use when Git reports detached or contradictory HEAD state, phantom worktree locks, orphaned worktree entries, missing refs, 0000000000000000000000000000000000000000 hashes, or branch operations fail with errors like already checked out, unknown revision, not a valid object name, or cannot lock ref.
Install via ClawdBot CLI:
clawdbot install delorenj/unfuck-my-git-stateGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 14, 2026
A development team frequently uses Git worktrees for parallel feature development, leading to orphaned worktree metadata and phantom locks when team members forget to prune or switch branches properly. This skill helps diagnose and clean up stale entries, ensuring smooth branch operations and preventing 'already used by worktree' errors during merges or deletions.
A CI/CD pipeline fails due to Git state corruption, such as detached HEAD or missing refs, after automated scripts mishandle repository operations. This skill provides a structured recovery flow to snapshot the state, apply non-destructive fixes like reconnecting to origin branches, and verify integrity before resuming deployments, minimizing downtime.
Researchers use Git for version control of code and data, but encounter errors like unknown revision or cannot lock ref when collaborating across institutions. This skill assists in recovering broken refs using reflog and fetch operations, ensuring data consistency and preventing loss of local commits in shared repositories.
Maintainers of large open-source projects face issues with contradictory HEAD states after contributors submit pull requests with complex branch histories. This skill guides them through verification gates and playbooks like manual HEAD repair, helping restore intended branch pointers without risking the repository's integrity.
Offer the skill as a free open-source package for basic recovery, with paid tiers providing advanced features like automated diagnostics, priority support, and integration with enterprise Git platforms. Revenue comes from subscriptions for teams needing guaranteed uptime and custom playbooks.
Provide expert consulting services to organizations for Git recovery, including on-site training, custom script development, and emergency response. Revenue is generated through hourly rates or project-based fees for implementing recovery workflows and preventing future state issues.
License the skill to integrate with existing DevOps tools like GitHub Actions, GitLab CI, or Jenkins, offering automated recovery as part of pipeline health checks. Revenue comes from licensing fees per platform integration and usage-based pricing for large-scale deployments.
💬 Integration Tip
Integrate this skill into existing Git workflows by hooking it into pre-commit or post-merge scripts to automatically snapshot state and run verification gates, reducing manual intervention and catching issues early.
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.
通过网页抓取获取 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...