Agent Skills
› Nagi-ovo/voyager
› issue-review
issue-review
GitHub用于调查、审查并修复 GitHub Issue。通过查看 Issue 详情定位根因,实施修复并提交包含关闭关键字的 Commit,最后回复并关闭 Issue。
Trigger Scenarios
用户请求分析或修复 GitHub Issue
输入中包含 GitHub Issue URL 或编号
Install
npx skills add Nagi-ovo/voyager --skill issue-review -g -y
SKILL.md
Frontmatter
{
"name": "issue-review",
"description": "Investigate, review, and fix GitHub issues. Use when a request references a GitHub issue URL or number and asks for analysis, root-cause location, implementation, or a fix commit."
}
Issue Review
- Begin with
gh issue view <number-or-url> --comments(add--repo owner/repowhen needed). Read the actual issue before locating the cause in the repository. - If implementing the fix, validate it and create one scoped commit whose message or footer contains
Closes #<number>orFixes #<number>. - Before finishing, verify the committed file scope and the closing keyword with
git show --stat --format=fuller HEAD. - After the fix, draft and, when authorized, post a short issue reply saying it is fixed and will be available in the next version. Verify the issue is closed; if needed, close it with
gh issue close.
Version History
- 103c367 Current 2026-07-25 08:04


