What problem does it solve? Reviewing code and responding to pull request feedback involves tedious manual steps: hunting down inline comments, checking whether they are still relevant, making fixes, verifying builds, and replying on GitHub. This Skill automates that entire loop so no review comment gets missed or left unresolved. ## Core Features & Use Cases - Address PR Review Comments: Retrieves all inline review comments via the GitHub API (including ones gh pr view omits), checks for stale or already-addressed items, implements minimal fixes, and replies to and resolves threads on GitHub. - Perform Code Reviews: Analyzes workspace diffs for correctness bugs, weak TypeScript types, dead code, stale JSDoc, and architectural inconsistencies, then reports findings categorized as Critical, Refactors, or Suggestions. - Use Case: A teammate left 12 inline comments on your pull request. Ask the assistant to address the review, and it will fetch every comment, fix the actionable ones, run the build and tests, post replies, and resolve each thread. ## Quick Start Ask the assistant to address the review comments on my current pull request and resolve the threads on GitHub.