infra-engineer-delivery-review

Combines role output, risk review, and validation evidence into an operator-ready delivery handoff.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/MARUCIE/openclaw-foundry --skill infra-engineer-delivery-review-marucie
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: infra-engineer-delivery-review
Source: https://github.com/MARUCIE/openclaw-foundry/tree/main/web/public/packs/infra-engineer/skills/pack-maturity/delivery-review
Command: npx skills add https://github.com/MARUCIE/openclaw-foundry --skill infra-engineer-delivery-review-marucie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Infrastructure engineering tasks often end with scattered outputs, unverified assumptions, and unclear next steps. This Skill structures the final delivery review so every handoff includes the result, supporting evidence, known risks, and one executable next action. ## Core Features & Use Cases - Structured Handoff Format: Enforces a fixed output contract of result first, evidence second, risk third, and next action last. - Delivery-Risk Review: Runs a role-specific risk check and resolves or escalates blockers before sign-off. - Use Case: After completing an infrastructure change, an engineer uses this workflow to assemble the change summary, attach validation command outputs, record residual risks, and hand off a clear next action to the on-call operator. ## Quick Start Ask the agent to run the delivery review workflow for the current infrastructure task and produce the final handoff with evidence, risks, and next action.

Frequently Asked Questions about infra-engineer-delivery-review

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

FAQPage Schema
How do I structure an infrastructure delivery handoff?▼

Follow the output contract: state the result first, attach evidence and assumptions second, list risks third, and end with one executable next action. This ordering keeps the handoff scannable for operators.

What is a delivery review workflow for engineering tasks?▼

It is a closing procedure that combines the completed artifact, validation evidence, a delivery-risk review, and blocker resolution into a single handoff document. It ensures nothing ships without verified evidence and a clear next step.

When should I use a delivery review instead of a chat summary?▼

Use it when the task requires a concrete artifact, an evidence gate, or a formal handoff to another operator. It is not intended for generic conversational responses or exploratory discussion.

What evidence should accompany an infrastructure change handoff?▼

Attach the validation commands you ran, their outputs, and any known assumptions made during execution. Record unresolved blockers explicitly so the receiving operator can act on them.

What are the limitations of a checklist-based delivery review?▼

It standardizes format but cannot judge technical correctness of the underlying work. Teams still need domain review for complex changes, and the workflow depends on engineers supplying accurate evidence.