oh-task

Installation
SKILL.md

oh-task

Like mouse, but for GitHub issues instead of ba tasks. Claims an issue, works it to completion in an isolated branch, PR for human review.

Invocation

/oh-task <issue-number> [branch]

  • <issue-number> - the GitHub issue number (e.g., 123 or #123)
  • [branch] - optional base branch (default: origin/main)

Use [branch] for stacked PRs where this issue depends on another in-flight PR.

Flow

  1. Determine the target branch:
    • If [branch] specified: use that branch (strip origin/ prefix if present)
    • Otherwise: use main
  2. Sync with target branch from origin:
Related skills
Installs
1
GitHub Stars
7
First Seen
Mar 30, 2026