What problem does it solve?
Developers need a safe, repeatable way to work on multiple issues, pull requests, and feature branches in parallel without cluttering their primary clone or branches. This Skill automates creating git worktrees, launching and attaching tmux sessions, and tracking session metadata so workspaces can be created, attached to, and cleaned up reliably.
Core Features & Use Cases
- PR Review Sessions: Create a worktree for a pull request, start a tmux session, and launch an assistant for guided reviews.
- Issue Fix Sessions: Spawn a branch and worktree for an issue, manage the tmux session lifecycle, and keep metadata for later cleanup.
- Feature Worktrees: Start feature branches with isolated worktrees for long-running work without affecting other contexts.
- Teleport Lightweight Worktrees: Quickly create and list worktrees without tmux when you only need isolation.
- Multi-provider Support & Cleanup: Integrates with GitHub and Jira CLIs, maintains a sessions registry, and auto-cleans merged or closed sessions.
Quick Start
Run omc teleport #123 to create an isolated worktree for PR 123.