address-code-review

Installation
SKILL.md

Address Code Review

Work through code review comments with the user, one comment at a time. Never present multiple comments at once.

Input sources

Comments may come from:

  1. GitHub PR - Fetch inline and general comments using gh api
  2. Document in the repo - Parse whatever markdown structure is found
  3. Conversation - Comments given directly by the user

Process

1. Collect feedback

  • GitHub PR: Use GraphQL to fetch all comments in one go. Fetch inline review comments via pullRequest.reviewThreads and general PR comments via pullRequest.comments. Skip already-resolved threads (isResolved). Still present outdated but unresolved comments (isOutdated), noting to the user that the code has changed since the comment was left.
  • Document: Read the file and extract review items.
  • Conversation: Use the comments as provided.
Related skills
Installs
13
Repository
maragudk/skills
GitHub Stars
43
First Seen
Mar 12, 2026