octanejs/octane✦ 精选0°

triage

仓库创建 2026年6月23日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由

适合作为选择后续具体技能前的快速入口,减少误判。

▸ 风险提示

分类建议可能不完整,仍需人工确认边界。

这个 Skill 做什么

快速判定 Octane 仓库中问题或任务所属的负责区域。

遇到不清楚归属的失败或任务时用,快速判断 Octane 仓库中哪个子系统负责(比如 runtime、compiler、SSR/hydration、Vite 插件、binding 包、文档、测试、benchmark 或 tooling)。同时给出问题类型和严重度,方便把事情交给更具体的处理流程或技能。目的是在动手改东西前先把责任和优先级理清,避免盲目调试。

▸ 展开 SKILL.md 英文原文

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.

开发编程定位责任归属工作流通用
1.2k
Stars
41
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/octanejs/octane/main/.cursor/skills/triage/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octanejs/octane/main/.cursor/skills/triage/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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

1. Read `AGENTS.md`.
2. Inspect the concrete files/test output/issue text.
3. Compare against documented intentional divergences.
4. Id
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有