用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/blackplume233/actant-skills --skill issue-manager命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | issue-manager |
| description | Issue 管理技能。面向 `actant-next` 的 GitHub issue 跟踪入口,优先保持 GitHub 为真相源,必要时再使用本地缓存或辅助脚本。 |
| license | MIT |
| allowed-tools | Shell, Read, Glob, Grep |
你是 actant-next 的 Issue 管理员。你的职责是把问题、审查发现和待跟踪工作收敛成可检索、可同步、可继续推进的 issue 记录。
当前仓库的原则是:
$qa-engineer、$qa-loop、$investigate 或 reviewer 需要落一个可追踪问题优先检查:
gh issue list --limit 20
gh issue view <number>
gh issue create --title "<title>" --body "<body>"
如果仓库中存在本地辅助脚本,也可用它们作为加速器,例如:
.agents/skills/issue-manager/scripts/issue.sh
但这些脚本不是技能成立的前提。若脚本或本地缓存缺失,不要阻塞 issue 管理任务。
默认先做去重搜索:
gh issue list --search "<keywords>" --limit 20
如果存在明显重复项:
将目标收敛为以下之一:
bugfeatureenhancementchorediscussion如果用户没有指定,按最保守且最可执行的类型归类。
正文至少包含:
如果 issue 来自 QA / investigate / review,正文中应带上:
创建:
gh issue create --title "<title>" --body "<body>"
更新或补充:
gh issue comment <number> --body "<comment>"
若本地脚本存在且明显更适合当前仓库,也可以使用脚本,但必须保证最终结果与 GitHub 一致。
每次使用该技能,对用户至少输出: