skills/amia-github-pr-workflow/SKILL.md
Use when coordinating PR review work as orchestrator. Defines delegation rules, verification, and completion criteria. Trigger with /start-pr-review [PR_NUMBER]. Loaded by ai-maestro-integrator-agent-main-agent.
npx skillsauth add emasoft/ai-maestro-integrator-agent amia-github-pr-workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Orchestrator workflow for delegating PR reviews to subagents, verifying completion, and reporting to user.
gh) authenticatedamia_orchestrator_pr_poll.py to get open PRsamia_verify_pr_completion.py before reportingCopy this checklist and track your progress:
amia_orchestrator_pr_poll.pyamia_verify_pr_completion.py| Output Type | Format | Description | |---|---|---| | Subagent Delegation | Task spawn | Spawned subagent with PR review/fix instructions | | Status Report | Text/JSON | Current PR status and action recommendations | | Verification Result | JSON | Pass/fail status for all completion criteria | | User Notification | Text | Human-readable summary of PR readiness |
Output discipline: All scripts support
--output-file <path>. Use it to minimize token consumption.
Script failures return non-zero exit codes. See the detailed guide in Resources for details.
python scripts/amia_orchestrator_pr_poll.py --repo owner/repo
python scripts/amia_verify_pr_completion.py --repo owner/repo --pr 123
# Output: {"complete": true, "recommendation": "ready_to_merge"}
Full index in detailed-guide:
development
Use when enforcing TDD via RED-GREEN-REFACTOR. No production code without a failing test first. Trigger with /enforce-tdd. Loaded by ai-maestro-integrator-agent-main-agent.
data-ai
Use when resuming sessions. Trigger with session resumption. Loaded by ai-maestro-integrator-agent-main-agent.
devops
Software release management and coordination. Use when creating releases, bumping versions, or rolling back deployments. Trigger with release tasks or /amia-create-release. Loaded by ai-maestro-integrator-agent-main-agent.
testing
Use when enforcing quality gates. Trigger with /amia-enforce-gates. Loaded by ai-maestro-integrator-agent-main-agent.