fix-pr-reviews

Installation
SKILL.md

Fix PR Reviews

Automatically fetch and fix valid code review findings from PR comments and/or local review markdown files.

Sources

This skill pulls findings from two sources (either or both):

  1. PR comments (automatic) — Fetched from the open PR for the current branch via gh. Includes:

    • GitHub PR review comments (inline code comments)
    • PR review bodies (top-level review summaries)
    • General PR comments that contain code review content
    • Filters for comments that look like code reviews (mentions files, lines, bugs, suggestions, code snippets, etc.) from any reviewer — AI agents (Claude Code, Codex, Copilot, etc.) and humans alike.
  2. Local review files (if provided) — Markdown files the user passes explicitly (e.g., review1.md, review2.md). Accept any number of files in any format (structured or free-form).

Workflow

  1. Determine the PR — Run gh pr list --head <current-branch> --json number,url --jq '.[0]' to find the open PR for the current branch. If no PR exists and no local files are provided, inform the user and stop.
Related skills

More from ilamanov/skills

Installs
4
Repository
ilamanov/skills
First Seen
Mar 15, 2026