pr-fix-loop

Installation
SKILL.md

PR Review Workflow

Systematic workflow for checking, responding to, and reporting on PR feedback from any source — human reviewers, review bots (CodeRabbit, Gemini, Codex, Snyk, etc.), or AI agents.

Requirements: GitHub repository with GitHub CLI (gh) installed and authenticated.

Key insight: PR feedback arrives through three different channels (conversation comments, inline threads, review submissions). Missing any channel means missing feedback. This skill ensures all channels are checked systematically.

Modes

Mode When What happens
loop (default) No mode specified Full fix-review cycle: check → fix → report → re-invoke → repeat until done (max 5 rounds)
check "check", "status" Show current feedback from all channels, then stop
invoke "invoke", "invoke gemini" Invoke review agents (all or named), then stop
single-pass "single-pass", "once" Check → fix → report once, no re-invoke or looping

Invocation examples:

  • /pr-fix-loop → loop mode (default)
Related skills

More from aivokone/ak-skills

Installs
2
First Seen
Mar 6, 2026