What problem does it solve? The Orca desktop app shows one workspace per git worktree, but nothing keeps that sidebar in sync with reality: worktrees sit unlinked from their issues, statuses go stale, and workspaces for already-merged work pile up indefinitely. This Skill reconciles Orca's view of your worktrees with the actual state of your git branches, issues, and pull requests. ## Core Features & Use Cases - List and audit workspaces: Render every Orca workspace as a table joined against GitHub issue and PR state, with verdicts like active, unlinked, stale, reapable, or dirty. - Link worktrees to issues: Attach issue metadata and correct workspace statuses (todo, in-progress, in-review, done) based on real tracker state, with a preview before any batch change. - Clean up merged work: Safely remove workspaces whose PRs merged and issues closed, with hard disqualifiers for dirty trees, unpushed commits, live terminals, and the current worktree. - Align worktree roots: Configure Orca's worktree base path to match the gitkit convention so future worktrees land in one location. - Use Case: After a sprint where five feature branches merged, run a cleanup to see which workspaces are reapable, confirm one batch, and reclaim the disk space while dirty worktrees are flagged for manual review. ## Quick Start Ask the agent to list my Orca workspaces and clean up the ones whose pull requests have already merged.