一键导入
review
AIDLC Test gate + Review — five review passes (spec, tests, DevOps, UI via Chrome DevTools MCP, security); post PR comments; hand off to /build.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
AIDLC Test gate + Review — five review passes (spec, tests, DevOps, UI via Chrome DevTools MCP, security); post PR comments; hand off to /build.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Onboards AIDLC issue-tracker choice for a consumer repo: fills AGENTS.md Issue tracker (AIDLC) table, checklists for GitHub vs Linear vs Jira paths, and links to ISSUE-TRACKER-PORTABILITY docs. Does not run external APIs; guides humans through wiring.
AIDLC Build + Test orchestrator (TDD). Delivers an open PR with green CI per Tech Spec; re-enters to triage /review PR comments — fix or reply+resolve. Not for spec-only work.
Modern web development patterns for React, Vue, and vanilla JS including component architecture, state management, and performance. Use when building web UIs, optimizing frontend performance, or implementing accessibility.
AIDLC Learn orchestrator. Run after Validate phase PASS — ADRs, docs, retrospective notes. Not combined with /ship in headless automation.
AIDLC Validate phase orchestrator (/ship). Scorecard vs Product Spec, deploy gates, UI validation when applicable. Learn is separate — run /learn after PASS.
Apply comprehensive testing best practices including unit, integration, and e2e tests. Use when writing tests, reviewing test coverage, designing testable code, or setting up test infrastructure.
| name | review |
| description | AIDLC Test gate + Review — five review passes (spec, tests, DevOps, UI via Chrome DevTools MCP, security); post PR comments; hand off to /build. |
| type | skill |
| aidlc_phases | ["review","test"] |
| tags | ["aidlc","orchestrator","review","test","pr"] |
| requires | [] |
| author | Melissa Benua |
| created_at | "2026-04-12T00:00:00.000Z" |
| updated_at | "2026-06-09T00:00:00.000Z" |
You are the phase orchestrator for the human gate after Build+Test (“are the right things tested?”) and AIDLC Review. Canonical text:
docs/AIDLC.md at the repository root — Test & Review.Library: apply agent-reviewer, agent-devops-review, agent-security-review, testing, architecture, frontend-web, backend-saas, git-workflow as needed — docs/SKILLS.md.
Each review dimension below behaves like a dedicated reviewer: it should produce actionable feedback.
Preferred delivery: post feedback directly on the open PR as GitHub comments so the build phase can respond in-thread.
### AIDLC Review — Tech Spec, ### AIDLC Review — Testing, … so threads stay scannable.gh pr comment, or the GitHub API is not available: write the same content into feature/<slug>/review-report.md and tell the user to paste or post manually — but prefer automation when tools exist.Also write or update feature/<slug>/review-report.md as a durable mirror of the same content (copy from posted comments or generate once and post from the file).
feature/<slug>/tech-spec.md (approved) — source of truth for “done”Run each pass as if a separate reviewer; consolidate only at the end for the summary comment if useful.
tech-spec.md: acceptance criteria, API/UI contracts, data model, out-of-scope boundaries.agent-reviewer behavior (skills/agents/agent-reviewer/SKILL.md) for spec-to-implementation trace and regression risk.AIDLC Review — Tech Spec + section in review-report.md.testing skill (skills/testing/SKILL.md): judge whether tests prove the right behaviors — not coverage percentage as a vanity metric.AIDLC Review — Testing + section in review-report.md.agent-devops-review (skills/agents/agent-devops-review/SKILL.md) for CI/CD, containers, workflows, rollout/rollback, monitoring vs Tech Spec.AIDLC Review — DevOps + section in review-report.md.Trigger if the PR touches frontend paths (e.g. Website, Razor, wwwroot, CSS/JS, SPA) or Tech Spec lists UI acceptance criteria.
frontend-web (skills/frontend-web/SKILL.md) for code patterns, accessibility basics, and alignment with stated UI/UX in the Tech Spec.take_screenshot for blocking UX/spec mismatches. Environments from consumer AGENTS.md → UI validation environments.AIDLC Review — Frontend/UX + section in review-report.md. Omit only if UI is out of scope — state N/A in a short comment or skip with explanation on the PR.agent-security-review (skills/agents/agent-security-review/SKILL.md); it composes backend-saas and architecture for API/auth and boundaries.AIDLC Review — Security + section in review-report.md. For docs-only PRs, state N/A briefly.When review feedback is on the PR (and mirrored in review-report.md), stop — the next step is /build (build orchestrator), not another full review pass.
The build orchestrator triages each review thread: fix valid issues or reply with why a finding is invalid and resolve the conversation. See skills/build/SKILL.md § “Review feedback loop”.
feature/<slug>/review-report.md mirror.