OPS Deploy Status
Skill Verified ActiveDeploy status across all projects. Shows ECS service versions, Vercel deployments, recent deploys, pending deploys, and CI/CD pipeline state.
To provide a consolidated, real-time view of deployment statuses across an organization's projects and infrastructure, enabling quick identification of issues and trends.
Features
- Aggregate ECS service versions and health
- Display Vercel deployment statuses
- Track recent and pending deploys
- Show CI/CD pipeline state
- Support for Agent Teams for parallel execution
Use Cases
- Quickly checking the health of all deployed services before a release.
- Identifying failing CI/CD runs across multiple repositories.
- Monitoring pending deployments to understand upcoming changes.
- Getting a consolidated overview of the deployment landscape for a project.
Non-Goals
- Performing deployments or rollbacks.
- Detailed analysis of application performance metrics.
- Managing cloud infrastructure beyond deployment status.
Practices
- Deployment Monitoring
- CI/CD Visibility
- Infrastructure Health
Prerequisites
- AWS CLI configured with necessary credentials and permissions
- Vercel API token
- GitHub CLI configured
Documentation
- info:Configuration & parameter referenceThe SKILL.md references preferences and secrets but does not explicitly document all options or their precedence.
Code Execution
- info:ValidationWhile not explicitly detailed, the use of MCP tools and structured CLI commands implies some level of input validation and sanitization.
- info:Error HandlingThe scripts include error redirection (`2>/dev/null`) but lack explicit structured error reporting for the agent.
Errors
- info:Actionable error messagesError handling appears to be basic, with scripts redirecting errors to null; more actionable user-facing error messages would be beneficial.
Protocol
- info:Idempotent retry & timeoutsThe skill uses standard CLI tools and MCP calls; idempotency and timeouts are assumed to be handled by these underlying systems, but not explicitly documented for the skill itself.
Practical Utility
- info:Edge casesThe SKILL.md mentions handling of potential errors like missing credentials or unhealthy daemons, but lacks detailed documentation on specific failure modes and recovery steps.
Safety
- info:Halt on unexpected stateThe skill includes basic error redirection, but does not explicitly state a policy to halt on unexpected pre-state like dirty working trees or drifted schemas.
Installation
First, add the marketplace
/plugin marketplace add Lifecycle-Innovations-Limited/claude-ops/plugin install claude-ops@ops-marketplaceQuality Score
VerifiedTrust Signals
Similar Extensions
Ops Fires
100Production incidents dashboard. Reads ECS health, Sentry errors, CI failures. Offers to dispatch fix agents for active fires.
Azure Deploy
100Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/deployment-plan.md from azure-prepare and validated status from azure-validate. WHEN: "run azd up", "run azd deploy", "execute deployment", "push to production", "push to cloud", "go live", "ship it", "bicep deploy", "terraform apply", "publish to Azure", "launch on Azure". DO NOT USE WHEN: "create and deploy", "build and deploy", "create a new app", "set up infrastructure", "create and deploy to Azure using Terraform" — use azure-prepare for these.
Ci Cd Pipeline Builder
100CI/CD Pipeline Builder
Github Workflow Automation
99Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
Hybrid Cloud Networking
100Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.
Aws Cdk Development
100AWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically. Covers CDK app structure, construct patterns, stack composition, and deployment workflows.