resolve-pr-comments
Resolve PR Comments
Review unresolved comments on a GitHub pull request, fix the code where comments make sense, reply with reasoning, and resolve the threads.
Workflow
- [ ] Step 1: Fetch unresolved review threads
- [ ] Step 2: Understand the codebase and each comment
- [ ] Step 3: For each comment, fix code or reply with disagreement
- [ ] Step 4: Reply to each thread with reasoning
- [ ] Step 5: Resolve all threads
Step 1: Fetch Unresolved Threads
Extract owner, repo, and PR number from the URL. Fetch all unresolved review threads:
More from hyf0/skills
optimize-skill
Analyzes and optimizes an existing agent skill for conciseness, discoverability, and adherence to best practices. Use when a skill needs improvement, is too verbose, has poor activation rates, or fails to follow progressive disclosure patterns. Do NOT use for creating a new skill from scratch — use create-skill instead.
18code
Open the current working directory or a specified folder in Visual Studio Code.
11create-skill
Creates a new agent skill following best practices for structure, description writing, and progressive disclosure. Use when the user wants to author a new SKILL.md, scaffold a skill directory, or build a reusable skill. Do NOT use for improving an existing skill — use optimize-skill instead.
9dev-announce
Generates developer tool feature announcement tweets in an understated, data-driven style. Use when drafting tweets to announce new features, performance improvements, or API additions for projects like Rolldown. Do NOT use for general social media posts, blog writing, or non-technical announcements.
6