Install via ClawdBot CLI:
clawdbot install soponcd/git-worktree-opsGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/soponcd/timeflow-skills/tree/main/teams/skills/git-worktree-oAudited Apr 16, 2026 · audit v1.0
Generated May 21, 2026
开发团队需要同时进行多个独立功能开发,如登录模块和支付模块。使用git worktree创建隔离的工作区,避免分支切换和代码冲突,提升开发效率。
当线上出现紧急Bug需要立即修复时,使用worktree创建一个独立的热修复环境,不影响正在进行的新功能开发,实现快速响应。
审查者需要同时检查多个Pull Request的代码。通过worktree为每个PR创建独立工作区,方便并行审查和测试,避免频繁切换分支。
企业需要同时维护多个版本(如v1.0和v2.0)的代码库。利用worktree为每个版本创建独立目录,便于独立修改和发布维护。
将技能作为团队内部开发工具,提高并行开发效率,减少合并冲突和等待时间。
围绕该技能提供培训课程和咨询服务,帮助其他企业优化开发流程。
将该技能集成到CI/CD流水线或开发平台中,作为增值功能。
💬 Integration Tip
将工具脚本添加到项目根目录的tools文件夹,并在团队README中提供使用示例。
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 "帮我看看这个项目...