| name | triage |
| description | Work out which part of the octane monorepo owns an unfamiliar failure or task. Use when the area is unclear, before picking a more specific skill. |
Skill: Octane triage
Use this for quick classification of issues, failures, test output, or proposed work.
Triage dimensions
- Area: runtime, compiler, SSR/hydration, Vite plugin, binding package, docs, tests, benchmark, tooling.
- Type: bug, feature, parity gap, intentional divergence, performance, flaky test, environment artifact, documentation.
- Severity: blocker, high, medium, low.
- Confidence: confirmed, likely, unknown, cannot reproduce.
- Next action: reproduce, write test, patch, document, defer, ask for info.
Steps
- Read
AGENTS.md.
- Inspect the concrete files/test output/issue text.
- Compare against documented intentional divergences.
- Identify the smallest owner and validation command.
- Return a concise triage card.
Triage card template
## Triage
- Area: ...
- Type: ...
- Severity: ...
- Confidence: ...
## Evidence
- ...
## Likely owner
- Files/packages: ...
## Proposed next step
- ...
## Validation
- ...
Label suggestions
area:runtime, area:compiler, area:ssr, area:hydration, area:vite, area:bindings, area:docs, area:perf
type:bug, type:feature, type:parity, type:divergence, type:flaky, type:question
priority:blocker, priority:high, priority:medium, priority:low