What problem does it solve? Coordinating source-control operations across multi-repo projects is error-prone: commits land on wrong branches, duplicate PRs get opened on retries, and worktree cleanup is inconsistent. This Skill routes each source-control operation to a precise reference guide so agents perform commits, PRs, and worktree management correctly and idempotently. ## Core Features & Use Cases - Commit Guidance: Conventional-commit message formatting, deliberate staging, a pre-commit branch gate, and batched git calls to minimize context cost. - Pull Request Workflow: Idempotent PR detection with gh, draft PR creation from a final-review summary, and cross-linking of sibling PRs in multi-repo projects. - Worktree Management: Locate, create, and remove worktrees via the radorch CLI, with per-repo failure gating before source-control initialization. - Use Case: A coding agent finishing a task in its own worktree follows the commit reference to stage, verify the branch, commit, push if a remote exists, and report a structured result with the commit hash. ## Quick Start Ask the agent to commit the current task's work on its task branch and report the commit hash and push status.