bug-hunter
仓库创建 2026年6月23日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由
覆盖从复现到最小化并修复的完整流程,适合维护者。
▸ 风险提示
可能需要运行仓库测试与本地构建,需注意环境消耗。
这个 Skill 做什么
定位、复现并修复 Octane 仓库中的 bug。
定位并修复 octane monorepo 里的 bug,从复现、最小化到改代码和加测试一条龙处理。适合收到失败测试、回归或行为异常的报告,第一步是确认期望行为并在本地重现问题。流程强调先看 AGENTS.md、相关测试和 docs/differences-from-react.md,再决定是实现差异还是确实的 bug。
▸ 展开 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/.cursor/skills/bug-hunter/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octanejs/octane/main/.cursor/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 公开信息 · 原文版权归作者所有