skills/resolve-review-comments/SKILL.md
Read GitHub pull request review comments, analyze each thread, decide whether to adopt feedback, implement adopted changes, push updates to the same PR branch, and resolve addressed review threads. Use when users ask to process PR review feedback by PR number or current branch context.
npx skillsauth add laitszkin/apollo-toolkit resolve-review-commentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
commit for staging adopted fixes, creating the commit, and pushing when the user requested a PR branch update—MUST NOT substitute bare git commit / unverified push for that leg.commit is unavailable when submission is required, MUST stop and report.commit on the same PR branch (commit + push when remote update is in scope), and resolve only the threads that were truly addressed.commit-verified submission when applicable, and correctly resolved review threads.gh is installed and authenticated (gh auth status).commit on the same PR branch (commit always when there are staged fixes; push when updating the remote PR branch is in scope).references/review-threads.md 了解 list/resolve 子指令與過濾選項。Use table view for quick scan, then JSON when you need full details.
The JSON output contains thread_id, path, line, and comment bodies for decision and resolution.
Use the decision rubric in references/adoption-criteria.md.
Track adopted thread IDs in a JSON file:
{
"adopted_thread_ids": ["THREAD_ID_1", "THREAD_ID_2"]
}
commit.commit: stage adopted fixes, commit with a clear message, push to the PR branch when remote update is in scope (same branch backing the open PR).Resolve only threads you actually addressed in code.
references/review-threads.md 了解 resolve 子指令與 thread-id 的指定方式。references/review-threads.md — apltk review-threads 工具的完整參數說明。在步驟 1 識別 PR 或步驟 7 解析 thread 前閱讀。development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Review a pull request — interactive PR selection via `gh`, 4-dimension code review (hallucinated code, architecture, performance, test validity), then post severity-graded comments with fix suggestions on the PR. Not for spec-based review — use `review` instead.
tools
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。