analyzing-release-readiness

Analyze code changes for risk, correctness, and rollback issues into a structured report.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill analyzing-release-readiness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyzing-release-readiness
Source: https://github.com/AndreKurait/claude-marketplace-test/tree/main/plugins/aws-agents-for-devsecops/skills/analyzing-release-readiness
Command: npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill analyzing-release-readiness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trigger a pre-merge release readiness review on a GitHub PR, GitLab MR, or local branch. Use when the user wants to analyze code changes for risk, correctness, and potential rollback issues before merging. Trigger words include release readiness, analyze PR, analyze MR, review PR, risk analysis, pre-merge, safe to ship, ready to merge, ready to commit, any risks, before merging, validate changes, release management.

Core Features & Use Cases

Run a release readiness review via the AWS DevOps Agent. Analyzes a code change for risk, correctness, and potential rollback issues. Returns a structured report with actionable findings.

Quick Start

Initiate a release readiness review by providing a PR URL, MR URL, or local branch; the agent analyzes the changes and returns a structured report.

Frequently Asked Questions about analyzing-release-readiness

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

FAQPage Schema
How do I analyze a pull request for release readiness before merging?

To analyze a pull request for release readiness, provide a GitHub PR URL, GitLab MR URL, or local branch to trigger a pre-merge review. The agent evaluates the code change for risk, correctness, and rollback issues, returning a structured readiness report.

What is pre-merge risk analysis and how does it validate code changes?

Pre-merge risk analysis evaluates code changes for potential hazards, correctness issues, and rollback complications before integration. It parses repository URLs and branch inputs to identify changes, generating a structured report with actionable findings to determine if it is safe to ship.

Can I run a release readiness review on a local git branch?

Yes, you can run a release readiness review on a local git branch by providing the branch name as input. The agent parses the input to identify the repository and branch, analyzing the code changes for risk and correctness before you commit or merge.

Does the release readiness review work with GitLab merge requests and AWS DevOps Agent?

Yes, the release readiness review works with GitLab merge requests and runs via the AWS DevOps Agent. It parses MR URLs to identify the hostname and branch, supporting automated workflows while maintaining guardrails with explicit user approvals.

What is the best way to check if a code change is safe to ship?

The best way to check if a code change is safe to ship is to trigger a pre-merge release readiness review. By providing a PR or MR URL, the agent analyzes the changes for risk, correctness, and rollback issues, returning a structured report.

Do I need explicit user approval to merge after a release readiness review?

Yes, you need explicit user approval to merge after a release readiness review because the automated workflow supports guardrails. The agent provides a structured report of findings, but explicit approval ensures safe release management before committing changes.