oh-task
Installation
SKILL.md
oh-task
Work a GitHub issue through the repository's mandatory draft-PR-first workflow.
Invocation
/oh-task <issue-number> [base-branch]
The base defaults to main. Use another branch only for an intentional stacked PR.
Flow
- Load
AGENTS.md, relevant.oh/artifacts, and RNA context. - Fetch and validate the open issue. Stop if it is closed, owned by someone else, or lacks enough information to proceed.
- Claim the issue with
gh issue edit <issue> --add-assignee @me. - Run the repo-local
/aim,/problem-space,/problem-statement, and/solution-spacephases at the altitude required by the issue. Record the chosen solution. - Create an isolated branch/worktree from the selected base.
- Before changing implementation files, push the branch and open a draft PR: