orient

Installation
SKILL.md

Phase gate: EXPLORE checkpoint. This skill MUST complete all steps before proceeding to Isolate.

Steps

  1. Fetch issue context (if issue number provided):

    gh issue view <number> --json title,body,labels,assignees
    

    If no issue number provided, ask the user to describe the task. If gh is not available (remote session without GH_TOKEN), skip issue fetch and proceed with manual description.

  2. Auto-detect task type from labels or description:

    Label / keyword Type Branch prefix
    bug, error, crash, broken, fix Bugfix fix/
    enhancement, feature, add, want, should, new Feature feat/
    chore, config, deps, ci, tooling Chore chore/
    docs, documentation, readme Docs docs/
    Default Feature feat/
Related skills
Installs
537
First Seen
Mar 30, 2026