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.,123or#123)[branch]- optional base branch (default:origin/main)
Use [branch] for stacked PRs where this issue depends on another in-flight PR.
Flow
- Determine the target branch:
- If
[branch]specified: use that branch (striporigin/prefix if present) - Otherwise: use
main
- If
- Sync with target branch from origin:
Related skills
More from open-horizon-labs/miranda
oh-plan
Create GitHub issues from task descriptions or session context. Investigates when needed, skips when context exists.
1oh-merge
Review and merge open PRs for GitHub issues as a cohesive batch
1oh-notes
Address PR comments for GitHub issue PRs, resolve feedback, push fixes
1oh-review
Review a PR against its linked issue requirements, post structured feedback
1