check-deploy-status

Retrieve deployment status and job summaries for AWS Amplify application branches.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/har1101/marp-agent-har1101 --skill check-deploy-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-deploy-status
Source: https://github.com/har1101/marp-agent-har1101/tree/main/.claude/skills/check-deploy-status
Command: npx skills add https://github.com/har1101/marp-agent-har1101 --skill check-deploy-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear, consolidated view of deployment statuses for all branches within an Amplify application, helping to quickly identify and address any ongoing or failed deployments.

Core Features & Use Cases

  • Multi-Branch Monitoring: Checks deployment status for every branch associated with a specified Amplify app.
  • Real-time Status Updates: Displays current status (Running, Pending, Succeeded, Failed, Cancelled) for recent jobs.
  • Time Tracking: Calculates and displays the duration of active deployments or the total time for completed ones.
  • Use Case: A development team can use this Skill at the start of their day to get a quick overview of which features are deployed, which are in progress, and if any deployments have failed overnight, allowing them to prioritize fixes.

Quick Start

Check the deployment status for all branches of the 'marp-agent' Amplify application in the 'us-east-1' region.

Frequently Asked Questions about check-deploy-status

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

FAQPage Schema
How do I check AWS Amplify deployment status across all branches?

To check AWS Amplify deployment status across all branches, you need a tool that queries the Amplify API for job summaries. This Skill retrieves and displays current statuses, commit messages, and durations for every branch in a specified Amplify application.

Can I monitor CI/CD branch status for failed or pending Amplify deployments?

Yes, you can monitor CI/CD branch status for failed or pending Amplify deployments. This Skill displays real-time statuses including Running, Pending, Succeeded, Failed, and Cancelled, helping you quickly identify and address ongoing or failed deployments across your application.

Do I need AWS CLI configuration to view Amplify deployment statuses?

Yes, AWS CLI configuration is required to view Amplify deployment statuses. You must have the AWS CLI installed and configured with appropriate credentials, and you need to provide the specific Amplify application ID and AWS region details to query job summaries and branch information.

What deployment details can I see when monitoring AWS Amplify branches?

When monitoring AWS Amplify branches, you can see recent job summaries including deployment status, commit messages, and duration. The Skill calculates and displays the duration of active deployments or the total time taken for completed ones across all branches of your Amplify app.

How do I get a quick overview of overnight deployment failures in AWS Amplify?

To get a quick overview of overnight deployment failures in AWS Amplify, use this Skill to retrieve a consolidated view of deployment statuses for all branches. It helps development teams identify which features are deployed, in progress, or failed, allowing them to prioritize fixes.

What's the best way to track deployment duration for multiple Amplify branches?

The best way to track deployment duration for multiple Amplify branches is using a monitoring tool that queries and aggregates job summaries. This Skill calculates and displays deployment durations for all branches within a specified Amplify application, supporting continuous integration workflows.