skills/amia-code-review-patterns/SKILL.md
Use when reviewing pull requests. Trigger with PR review or code quality requests. Loaded by ai-maestro-integrator-agent-main-agent.
npx skillsauth add emasoft/ai-maestro-integrator-agent amia-code-review-patternsInstall 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.
Two-stage PR review: Quick Scan (70% threshold) then 8-dimension Deep Dive (80% approval).
scripts/review_report_generator.pyCopy this checklist and track your progress:
| Output Type | Format | Contents | |-------------|--------|----------| | Quick Scan Report | Markdown table | File structure, diff magnitude, issues, confidence (0-100%), Go/No-Go | | Deep Dive Report | Markdown table | 8-dimension scores, final confidence (0-100%), approval decision | | Final Review Document | Markdown | Both stages, confidence calculations, decision rationale |
Output discipline: All scripts support
--output-file <path>. Use it in automated workflows to minimize token consumption.
Script failures return non-zero exit codes. Check stderr for details.
python scripts/review_report_generator.py --repo owner/repo --pr 42
# Output: {"stage1": "pass", "stage2": "pass", "dimensions": 8, "score": 85, "decision": "approve"}
Full reference: 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.