octanejs/octane✦ 精选0°

bug-hunter

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

适合处理失败测试与回归,流程清晰且具可执行步骤。

这个 Skill 做什么

定位、复现并修复 Octane 仓库中的 Bug。

用于在 Octane monorepo 中定位、复现、最小化并修复 Bug,从失败的测试或回归报告入手系统排查。会先复现问题、查看相关文档(如 AGENTS.md、differences‑from‑react),判断是否是与 React 的差异或真实缺陷再做修补。适合遇到失败测试、功能异常或行为与预期不符时,用工程化流程解决问题并给出补丁。

▸ 展开 SKILL.md 英文原文

Find and fix a bug in the octane monorepo. Use when given a failing test, a regression, or a report that behavior differs from expectation, including deciding whether a React mismatch is an intentional divergence.

开发编程调试测试回归问题定位通用
1.2k
Stars
41
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/octanejs/octane/main/.github/skills/bug-hunter/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octanejs/octane/main/.github/skills/bug-hunter/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Skill: Octane bug hunter

Use this to find, reproduce, minimize, and fix a suspected Octane bug.

## Read first

- `AGENTS.md`
- Owning source and nearby tests
- `docs/differences-from-react.md` before assuming React mismatch is a bug

## Workflow

1. **State the suspected behavior**
   - Expected behavior, actual behavior, package, environment, and reproduction path.
   - Decide whether the issue concerns runtime, compiler, SSR/hydration, Vite plugin, or an ecosystem binding.

2. **Reproduce before fixing**
   - Add or locate the smallest failing test/fixture.
   - For compiler/runtime behavior, prefer `packages/octane/tests/_fixtures/*.tsrx` plus a focused `*.test.ts`.
   - For React par
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有