What problem does it solve?
This Skill prevents file conflicts when multiple agents or Pi sessions need to work in the same Git repository at the same time. It gives each contributor an isolated branch and worktree so parallel changes stay organized and mergeable.
Core Features & Use Cases
- Branch and worktree isolation: Create separate working directories for different agents, roles, or tasks without stepping on each other’s files.
- Parallel specialist workflows: Support planner, builder, scout, and review handoffs when several contributors need to operate concurrently.
- GitHub-ready collaboration: Push branches, open pull requests, and inspect PR metadata, diffs, and checks from a structured workflow.
- Safe repo operations: Follow explicit guardrails for worktree creation, verification, cleanup, and conflict avoidance.
- Use Case: A team can assign one agent to research, another to implement, and a third to review, each in its own worktree, while all changes flow through GitHub.
Quick Start
Ask the GitHub skill to set up a new branch and isolated worktree for your next agent task, then use that workspace for edits and pull request preparation.