fix-pr-comments

star 78

Fix a PR/MR review comment by fetching its details, applying the code fix, committing the change, and replying to the comment. Supports both GitHub and GitLab. Use when the user wants to resolve PR/MR review comments — either a specific comment URL, or all open comments on the current PR/MR. Triggers on phrases like "fix this comment [URL]", "resolve this PR comment", "fix pr comment [URL]", "fix this MR comment", "fix all PR comments", "address all review comments", or any request to address GitHub PR or GitLab MR review comments with or without a link.

leochiu-a By leochiu-a schedule Updated 6/2/2026

name: fix-pr-comments description: > Fix a PR/MR review comment by fetching its details, applying the code fix, committing the change, and replying to the comment. Supports both GitHub and GitLab. Use when the user wants to resolve PR/MR review comments — either a specific comment URL, or all open comments on the current PR/MR. Triggers on phrases like "fix this comment [URL]", "resolve this PR comment", "fix pr comment [URL]", "fix this MR comment", "fix all PR comments", "address all review comments", or any request to address GitHub PR or GitLab MR review comments with or without a link.

Fix PR/MR Comments

Follow references/workflow.md for the full fix workflow (mode detection, fetch, fix, commit, push, reply).

Detect the Git provider and read the matching platform reference for field descriptions and reply commands:

git remote get-url origin
Install via CLI
npx skills add https://github.com/leochiu-a/git-pr-ai --skill fix-pr-comments
Repository Details
star Stars 78
call_split Forks 5
navigation Branch main
article Path SKILL.md
More from Creator