amia-github-pr-workflow

Coordinate multi-agent PR reviews and delegate code review, changes, and CI verification.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Emasoft/ai-maestro-integrator-agent --skill amia-github-pr-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amia-github-pr-workflow
Source: https://github.com/Emasoft/ai-maestro-integrator-agent/tree/main/skills/amia-github-pr-workflow
Command: npx skills add https://github.com/Emasoft/ai-maestro-integrator-agent --skill amia-github-pr-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Coordinates PR review workflows by coordinating subagents, preventing blocking work and ensuring timely decisions.

Core Features & Use Cases

  • Delegates code review, code changes, and CI verification to specialized subagents
  • Polls PR status and progresses tasks without blocking
  • Verifies completion criteria before reporting readiness to merge

Quick Start

Coordinate PR reviews by spawning subagents for open PRs and monitoring progress until verification completes.

Frequently Asked Questions about amia-github-pr-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate GitHub PR reviews using AI orchestration?

AI orchestration coordinates GitHub PR reviews by spawning subagents for code review, code changes, and CI verification, then polling PR status until all completion criteria are verified before merging. This prevents blocking work and ensures timely, safe merge decisions.

What is multi-agent PR workflow delegation?

Multi-agent PR workflow delegation assigns specialized subagents to handle distinct pull request tasks like code review, code changes, and CI verification. It uses deterministic delegation and polling to ensure non-blocking progress until all completion criteria are verified before a merge.

How do I automate CI verification before merging a GitHub PR?

Automate CI verification before merging a GitHub PR by delegating the task to a specialized subagent that polls PR status, checks all completion criteria, and verifies successful CI runs. This prevents blocking work and ensures only verified PRs are merged.

Does this PR workflow approach handle both human and AI review rules?

Yes, this PR workflow approach includes explicit human-vs-ai handling rules to determine how review tasks are delegated and verified. It ensures deterministic delegation while maintaining non-blocking progress via polling until all completion criteria are satisfied.

What is the best way to prevent blocking work during code reviews?

The best way to prevent blocking work during code reviews is to use a polling-based orchestration model that delegates tasks to subagents and monitors progress asynchronously. This verifies completion criteria without halting other PR workflow tasks.

Do I need specific dependencies to orchestrate multi-agent PR workflows?

No specific dependencies are required to orchestrate multi-agent PR workflows, as the skill operates independently using its internal scripts and references. You only need a GitHub repository with open pull requests to start spawning subagents and monitoring progress.