一键导入
amia-ci-failure-patterns
Use when diagnosing CI/CD failures. Trigger with CI failure logs or pipeline errors. Loaded by ai-maestro-integrator-agent-main-agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when diagnosing CI/CD failures. Trigger with CI failure logs or pipeline errors. Loaded by ai-maestro-integrator-agent-main-agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when performing structured AI-driven PR reviews — 8-dimensional rubric (correctness, security, performance, test coverage, maintainability, docs, style, dependencies) with verdict ladder (approve/request-changes/comment) and severity classification. Trigger with /amia-ai-pr-review, 'review this PR', or any PR-evaluation request. Loaded by ai-maestro-integrator-agent-main-agent.
Use when integrating GitHub Projects. Trigger with GitHub sync, label setup, or PR workflow requests. Loaded by ai-maestro-integrator-agent-main-agent.
Use when retrieving PR context including metadata, diff, and changed files for code review planning. Trigger with /review-pr [PR_NUMBER]. Loaded by ai-maestro-integrator-agent-main-agent.
Use when composing inter-agent handoff payloads, session state snapshots, multi-agent coordination protocols, or referencing shared message templates / record-keeping formats. Trigger with handoff, delegation, acknowledgment, completion report, blocker escalation, or routing decision requests. Loaded by ai-maestro-integrator-agent-main-agent.
GitHub label taxonomy reference for the Integrator Agent. Use when managing PR reviews, updating PR status, or applying review labels. Trigger with review label requests. Loaded by ai-maestro-integrator-agent-main-agent.
Use when reviewing pull requests. Trigger with PR review or code quality requests. Loaded by ai-maestro-integrator-agent-main-agent.
| name | amia-ci-failure-patterns |
| description | Use when diagnosing CI/CD failures. Trigger with CI failure logs or pipeline errors. Loaded by ai-maestro-integrator-agent-main-agent. |
| license | MIT |
| compatibility | Requires AI Maestro installed. |
| tags | ci, cd, github-actions, debugging, cross-platform, devops |
| metadata | {"version":"1.0.0","author":"Emasoft","platforms":"linux, macos, windows","languages":"python, javascript, typescript, rust, go, bash, powershell"} |
| agent | amia-debug-specialist |
| context | fork |
| user-invocable | false |
Diagnose and fix CI/CD failures by recognizing common failure patterns and applying proven fixes.
python3 available in PATHpython scripts/amia_diagnose_ci_failure.py --log-file ci.logCopy this checklist and track your progress:
| Output Type | Description |
|---|---|
| Diagnostic report | JSON/text from amia_diagnose_ci_failure.py with patterns and fixes |
| Platform scan | JSON/text from amia_detect_platform_issue.py with platform issues |
| Fix recommendations | Step-by-step instructions from reference documents |
Output discipline: All scripts support
--output-file <path>.
Script failures return non-zero exit codes. Check stderr for details. See the detailed guide in Resources for common error scenarios.
# CI log shows: FileNotFoundError: /tmp/build/output.txt
python scripts/amia_diagnose_ci_failure.py --log-file ci.log
# Output: cross-platform temp path issue
# Fix: Use tempfile.gettempdir() instead of hardcoded /tmp
See references/ directory — 27 documents. Full guide: detailed-guide: