orcakit

Solid

Bridge a GitHub issue to an Orca worktree and back — turn a `ready` issue into an isolated Orca worktree branched off origin/main with its label flipped, then reconcile the tracker and remove the worktree once the PR lands. Use when the user says "start issue #N", "spin up a worktree for #N", "finish #N", "orcakit", or wants an issue's isolated workspace created or torn down.

AI & Automation 0 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
0
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# orcakit Thin glue between two systems that each own half of "take an issue from ready to landed": a GitHub issue tracker (labels say *what* is workable) and [Orca](https://orca.computer) worktrees (an isolated branch + workspace is *where* it gets worked). orcakit doesn't add tracker or worktree behavior — it **sequences** the two at the two moments they meet: `start <n>` and `finish <n>`. It leans on two companion skills where they exist — **issuekit** for the GitHub lifecycle and **orca-cli** for worktree operations — but hard-depends on neither: everything runs through the `gh` and `orca` CLIs directly, so orcakit works with just those installed. ## When this fires The user wants to move an issue between "ready to work" and "landed": - **start** — "start issue #12", "spin up a worktree for #12", "begin #12", "orcakit start 12". - **finish** — "finish #12", "wrap up #12 now the PR merged", "tear down #12's worktree", "orcakit finish 12". If they name neither action explicitly but reference an issue and a worktree, ask which. orcakit never *implements* — it only prepares or tears down the workspace; writing code inside the worktree is a separate step. ## Preflight Confirm both CLIs are ready before mutating anything: ```sh gh --version && gh auth status # GitHub CLI installed + authenticated gh repo view --json nameWithOwner -q .nameWithOwner # inside a repo ``` - If `gh` is missing or unauthenticated, say so and point to `https://cli.github.com` / `gh...

Details

Author
mimukit
Repository
mimukit/skills
Created
2 weeks ago
Last Updated
2 days ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

afkkit

Run a groomed `ready` GitHub issue through the whole build span unattended — worktree, implement, commit, review, fix, QA plan, and open PR — so one issue reaches a reviewable PR with no human at the keyboard. Use when the user says "afkkit", "run issue #N unattended", "work the ready issues while I'm away", "autopilot this issue", "take this issue to a PR without me", or wants the middle of the kit workflow driven end to end on its own.

0 Updated 2 days ago
mimukit
AI & Automation Solid

issuekit

Own the GitHub issue lifecycle with three modes — create issues from a plan-<slug>-YYYY-MM-DD.md or a description (kept independent for parallel git-worktree work, with any prerequisite labeled `blocked`), sync PR↔issue links after merge, and triage the tracker. Use when the user says "create issues from this plan", "file an issue", "sync my issues", "close the issue this PR fixed", "triage the backlog", "issuekit", or wants issues opened, reconciled, or reviewed with the gh CLI.

0 Updated 2 days ago
mimukit
AI & Automation Featured

orca-cli

Use the public `orca` CLI to operate Orca-managed worktrees, folder contexts, terminals, repos, automations, worktree comments, and the browser embedded inside the Orca app. Use when the user says "$orca-cli", "use orca cli", "Orca worktree", "child worktree", "cardStatus", "spawn codex/claude in a worktree", "read/wait/send Orca terminal", "terminal send", "full handoff", "handover", "give this to another agent", "another worktree", "Orca browser", or "control the browser inside Orca". Prefer this over raw `git worktree`, ad hoc PTYs, Playwright, or Computer Use when the task touches Orca-managed state. Use Computer Use for browser windows, webviews, or desktop UI outside Orca's embedded browser.

31,265 Updated today
stablyai