bug-hunter
仓库创建 2026年6月23日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由
系统化的 bug 定位与修复流程,利于回归验证。
▸ 风险提示
需要仓库写权限与运行测试,可能修改代码。
这个 Skill 做什么
定位、复现、缩小并修复 Octane 仓库中的缺陷并提交补丁。
定位并修复 Octane 仓库里的 bug:复现问题、把复现步骤最小化、写测试然后提交补丁。当遇到失败的测试、回归或行为与预期不符(包括和 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/.claude/skills/bug-hunter/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octanejs/octane/main/.claude/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 公开信息 · 原文版权归作者所有