What problem does it solve? Merging code without a structured risk assessment can introduce regressions and rollback headaches. This Skill automates a pre-merge release readiness review that analyzes code changes for risk, correctness, and rollback issues, then returns a structured report with actionable findings and suggested fixes. ## Core Features & Use Cases - PR/MR Analysis: Trigger a review directly from a GitHub PR or GitLab MR URL — fields are parsed from the link and passed to the AWS DevOps Agent, no local inspection needed. - Local Branch Workflow: For local changes, the Skill stashes uncommitted work, creates a disposable review branch, pushes it, and cleans up afterward. - Static vs. Full Analysis: Choose quick static analysis (code review, risk assessment, dependency checks) or full analysis with automated testing in a spun-up environment. - Auto-Fix Flow: After the report is saved as a markdown file, the Skill generates fixes for actionable risks and pushes them to a feat/release-readiness-fix branch. - Use Case: Before merging a feature branch, ask for a release readiness review; the Skill polls the job, streams progress findings, saves the report, and offers to apply fixes automatically. ## Quick Start Ask the assistant to run a release readiness review on your pull request by pasting its GitHub or GitLab URL, or name a local repository branch to analyze before merging.