multi-agent-pr
Multi-Agent PR & Code Review Workflow
Handle pull requests and code reviews in projects with multiple AI review assistants.
Requirements: GitHub repository with GitHub CLI (gh) installed and authenticated.
Key insight: Review bots (Gemini, Codex) don't read skills and post inline comments. This skill teaches implementers how to check ALL feedback sources and respond systematically.
Quick Commands
Note: Run scripts from repository root, not from .claude/skills/ directory.
Check All Feedback (CRITICAL - Use First)
.claude/skills/multi-agent-pr/scripts/check-pr-feedback.sh [PR_NUMBER]
Checks all three sources: conversation comments, inline comments, reviews.
More from aivokone/ak-skills-core
local-ref
Local docs cache for the project. Always check docs/reference/ before fetching externally. Use for init (set up cache), update (refresh docs), lookup (local-first search), and save (persist fetched docs). If external docs are fetched (Context7/web), save a tailored topic file to docs/reference/ and add a verbal pointer in AGENTS.md.
7pr-review
Use FIRST for any PR/code review work — checking feedback, reading CR comments, responding to reviewers, addressing review bot or human comments, or preparing commits on a PR. Collects feedback from ALL sources (conversation, inline, reviews) to prevent the common failure of missing inline feedback. Start with check-pr-feedback.sh, then reply inline where needed and summarize with one Fix Report.
6agent-self-learning
>
1