CI Review
Own automation topology and evidence that each component protects a real contract.
Workflow
- Confirm repository scope, comparison target, supported platforms, required-check ownership, and whether remote run evidence is authorized.
- Map triggers, jobs, called commands, environments, permissions, secrets, caches, artifacts, release paths, deployment paths, and required checks.
- Identify each component's consumer and enforced contract using repository and authorized run evidence.
- Find duplicated logic, mismatched versions, ineffective filters, unused matrices, ignored results, retry-masked flakes, dead paths, unjustified permissions, and caches or artifacts without consumers.
- Classify actionable items as
keep, simplify, merge, fix, remove, or owner decision.
- Delegate tool provenance to
dependency-review, exploit paths to security-review, infrastructure semantics to infra-review, runtime readiness to rollout-readiness-review, and behavioral test sufficiency to test-gap-review.
For each finding report location, affected contract, evidence, consequence, recommended disposition, change risk, and verification. Recommendations do not authorize implementation.
Do not fetch remote evidence without authority, remove a safety gate on speculation, add scanners for appearance, or rewrite workflows broadly.
Finish with prioritized findings or no-findings, scope, evidence limits, and the smallest advisory cleanup sequence.
1---2name: ci-review3description: Audit CI workflow architecture and effectiveness without modifying it. Use when triggers, jobs, commands, quality gates, caches, artifacts, matrices, permissions, release paths, or deployment automation may be stale, redundant, unsafe, or unjustified.4---56# CI Review78Own automation topology and evidence that each component protects a real contract.910## Workflow11121. Confirm repository scope, comparison target, supported platforms, required-check ownership, and whether remote run evidence is authorized.132. Map triggers, jobs, called commands, environments, permissions, secrets, caches, artifacts, release paths, deployment paths, and required checks.143. Identify each component's consumer and enforced contract using repository and authorized run evidence.154. Find duplicated logic, mismatched versions, ineffective filters, unused matrices, ignored results, retry-masked flakes, dead paths, unjustified permissions, and caches or artifacts without consumers.165. Classify actionable items as `keep`, `simplify`, `merge`, `fix`, `remove`, or `owner decision`.176. Delegate tool provenance to `dependency-review`, exploit paths to `security-review`, infrastructure semantics to `infra-review`, runtime readiness to `rollout-readiness-review`, and behavioral test sufficiency to `test-gap-review`.1819For each finding report location, affected contract, evidence, consequence, recommended disposition, change risk, and verification. Recommendations do not authorize implementation.2021Do not fetch remote evidence without authority, remove a safety gate on speculation, add scanners for appearance, or rewrite workflows broadly.2223Finish with prioritized findings or no-findings, scope, evidence limits, and the smallest advisory cleanup sequence.