skills/amia-ai-pr-review-methodology/SKILL.md
Use when performing PR reviews. Trigger with /amia-ai-pr-review. Loaded by ai-maestro-integrator-agent-main-agent.
npx skillsauth add emasoft/ai-maestro-integrator-agent amia-ai-pr-review-methodologyInstall 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.
Evidence-based PR review using 4 phases and 5 analysis dimensions to catch false positives, redundant code, and unverified assumptions.
Gather Context (Phase 1): Read phase-1-context-gathering. Read complete files (not just diffs), search for duplicates, understand root cause, verify all claims.
Structured Analysis (Phase 2): Read phase-2-structured-analysis, then apply dimensions D1-D5 in order:
Evidence Requirements (Phase 3): Compile missing evidence: Problem Demonstration, Solution Validation, Assumption Verification, Cross-Platform Testing.
Scenario Protocol (if applicable): Match PR type to the appropriate scenario:
Generate Review (Phase 4): Use review-output-template and run quick-reference-checklist before submitting.
Copy this checklist and track your progress:
| Section | Content | |---------|---------| | Summary | PR overview and overall assessment | | Findings | Strengths, questions, blocking red flags | | Recommendation | APPROVE / REQUEST CHANGES / COMMENT |
Output discipline: All scripts support
--output-file <path>.
Non-zero exit codes on failure. See detailed guide in Resources.
review-output-template — Review output format
detailed-guide — Full methodology reference
gh pr diff 42 > /tmp/pr42.diff
gh pr view 42 --json title,body,files
# Apply D1-D5 dimensions, compile evidence, generate review
gh pr review 42 --body "## Summary\nReviewed with AI PR methodology.\n### Recommendation: APPROVE"
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.