arn-infra-review-change

Review completed infrastructure changes and generate an INFRA_REVIEW_REPORT with a verdict.

31|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/AppsVortex/arness --skill arn-infra-review-change
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arn-infra-review-change
Source: https://github.com/AppsVortex/arness/tree/main/plugins/arn-infra/skills/arn-infra-review-change
Command: npx skills add https://github.com/AppsVortex/arness --skill arn-infra-review-change

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill performs a comprehensive post-execution quality review of completed infrastructure changes, reading phase execution reports, the original spec, and the source plan, then invokes the arn-infra-change-reviewer agent to evaluate 7 quality categories and produce a structured INFRA_REVIEW_REPORT with an overall verdict (PASS/WARN/NEEDS_FIXES).

Core Features & Use Cases

  • Reads all phase reports from a project's reports directory and identifies completed phases.
  • Compares the executed change to the original spec and source plan to ensure traceability and completeness.
  • Generates a structured INFRA_REVIEW_REPORT.json with per-category findings and an overall verdict to gate documentation and deployment readiness.
  • Supports full post-execution reviews to support governance, rollback readiness, and future audits.

Quick Start

Review a completed infrastructure change to generate the INFRA_REVIEW_REPORT.json for your project.

Frequently Asked Questions about arn-infra-review-change

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a post-change infrastructure quality review?

To automate a post-change infrastructure quality review, this skill reads phase execution reports, original specs, and source plans to evaluate seven quality categories and generate a structured INFRA_REVIEW_REPORT with a PASS, WARN, or NEEDS_FIXES verdict.

What is an infrastructure change review and when do I need one?

An infrastructure change review verifies post-execution quality, traceability, and completeness against the original spec. You need one to ensure governance, documentation readiness, and rollback readiness before finalizing infrastructure changes.

Does this infra review process require specific phase reports?

Yes, this infra review process requires completed phase reports stored in the project's reports directory, alongside the original spec and source plan, to compare executed changes against the initial plan and produce accurate findings.

How do I generate an INFRA_REVIEW_REPORT for governance readiness?

You generate an INFRA_REVIEW_REPORT for governance readiness by running the skill after infrastructure execution; it reads phase reports and specs to output a JSON file containing per-category findings and an overall gating verdict.

What's the best way to verify infrastructure change traceability against the original spec?

The best way to verify infrastructure change traceability is to run this post-change review, which reads all completed phase reports and compares them against the original spec and source plan to ensure completeness and generate an audit-ready verdict.