handle-issue
仓库创建 2026年6月23日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由
将 issue 自动化为可执行计划,适合维护流程入口。
▸ 风险提示
读取与修改 issue 需 GitHub 权限;注意不要泄露敏感信息。
这个 Skill 做什么
获取并分类 Octane 的 GitHub issue,规划解决方案并可实现修复。
收到 Octane 仓库的 issue 后负责把它抓取、分类归属、评估影响并给出可执行的修复计划,必要时还能直接实现并提交 PR。只要给出 issue 编号或链接,就会收集标题、描述、评论和元数据做 triage、写出步骤化的解决方案并推进到代码层面。适合需要把问题推进到可合并修复的时候,省去来回沟通的麻烦。
▸ 展开 SKILL.md 英文原文
Work a GitHub issue in the octane repo. Use when given an issue number or link. Fetches the issue, classifies the owning area, and plans the fix.
1.2k
Stars
41
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/octanejs/octane/main/.cursor/skills/handle-issue/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octanejs/octane/main/.cursor/skills/handle-issue/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Skill: Handle an Octane GitHub issue Use this to inspect an issue, triage it, propose a solution, and optionally implement it. ## Inputs - Issue number or URL. - Optional scope constraints: triage-only, propose-only, implement, or create PR. ## Workflow 1. **Fetch issue context** ```bash gh issue view <number> --json number,title,body,author,labels,state,comments,assignees,milestone,url ``` If linked PRs/commits are mentioned, inspect them too. 2. **Classify** - bug, feature, docs, test gap, performance, parity gap, ecosystem binding, question. - affected area: core runtime, compiler, SSR/hydration, Vite plugin, binding package, benchmarks/docs. - severity and li
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有