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).apltk review-threads --help as the live command reference for PR inference and explicit repo selection.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.
apltk review-threads --help as the live command reference for listing, resolving, dry-run behavior, and thread-id file input.Use apltk review-threads --help as the authoritative command reference. This skill preserves the adopt/reject workflow and submission rules, not the flag catalog.
development
Read a user-specified PDF that marks the week's key financial events, deeply research each marked event with current sources, capture any additional breaking financial developments, and produce a concise Chinese-capable PDF briefing that explains what happened and why it matters.
documentation
Generate long-form videos (more than 10 minutes) by following user instructions and invoking related skills only when needed (`openai-text-to-image-storyboard`, `docs-to-voice`, `remotion-best-practices`). For text inputs, extract a complete long-form story arc, generate fresh storyboard images (no reuse of previously generated pictures), and render a 16:9 animated long-form video.
tools
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。
development
Incrementally refresh the architecture atlas when the project diagram drifts from actual code. Measures drift before updating to determine scope, then updates the base atlas and re-renders HTML.