octanejs/octane✦ 精选0°

triage

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

适合不确定责任区时的快速分流与技能调度。

▸ 风险提示

依赖仓库与 CI 信息,可能需要访问相关权限。

这个 Skill 做什么

快速判定故障或任务归属并指引下一步更具体的技能。

快速判断一个不熟悉的故障或任务到底归哪个子系统(比如 runtime、compiler、SSR/hydration、Vite 插件、binding、文档或测试)并给出下一步建议。用在还不确定该请谁处理、或要选择更具体技能之前的初步定位。重点是把问题分类(区域、类型、严重度),帮你快速转给最合适的人或流程。

▸ 展开 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/.claude/skills/triage/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octanejs/octane/main/.claude/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 公开信息 · 原文版权归作者所有