One-click install
npx skills add https://github.com/blockchain-web-services/bws-ai-coding-template --skill devops-blockchain-web-services
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/blockchain-web-services/bws-ai-coding-template/tree/main/templates/.claude/skills/devops
Command: npx skills add https://github.com/blockchain-web-services/bws-ai-coding-template --skill devops-blockchain-web-services

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates git worktree deployment workflows and monitors all resulting deployments, reducing manual overhead and providing visibility into deployment activity.

Core Features & Use Cases

  • Automated Git Worktree Orchestration: Executes git fetch, rebase, commit, merge, and push following the worktree workflow.
  • Deployment Monitoring Across Pipelines: Monitors all workflows triggered by pushes, including temporal boundaries and cascade detection (e.g., Test → Deploy chains).
  • Parallel Workflow Tracking: Automatically tracks multiple concurrent pipelines and waits for triggered workflows.
  • Centralized Monitoring Command: Encourages use of /devops-check for comprehensive automatic monitoring and automatic fixing.
  • Git Push-Driven Deployments: Deployments are triggered by git push, not manual AWS CLI commands.

Quick Start

Use the /devops-check command to monitor after pushes to staging or prod, and follow the guidance to initialize workspace and connect to the environment.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I automate git worktree deployment workflows without manual AWS CLI commands?

Automating git worktree deployment workflows is handled by orchestrating git fetch, rebase, commit, merge, and push sequences. Deployments are triggered directly by git push events, pulling configuration from CodePipeline and CloudFormation without requiring manual AWS CLI commands.

What is deployment monitoring for cascaded Test to Deploy pipelines?

Deployment monitoring for cascaded pipelines tracks workflows triggered by git pushes using temporal boundaries and cascade detection. It identifies Test to Deploy chains across staging and prod environments, automatically tracking multiple concurrent pipelines and waiting for triggered workflows to complete.

How do I track parallel workflows and concurrent deployment pipelines?

Tracking parallel workflows and concurrent deployment pipelines is achieved by automatically monitoring all workflows triggered by pushes. The system tracks multiple concurrent pipelines simultaneously and waits for triggered workflows, providing visibility into all resulting deployment activity.

Does git push-driven deployment work with CodePipeline and CloudFormation?

Git push-driven deployment works with CodePipeline and CloudFormation by pulling configuration directly from these services. Deployments are triggered by git push events rather than manual AWS CLI commands, orchestrating end-to-end git workflows and monitoring the resulting deployments.

When do I need to use /devops-check for automatic monitoring and fixing?

Use /devops-check for automatic monitoring and fixing after pushing to staging or prod environments. This command provides comprehensive monitoring of triggered workflows, detects cascaded Test to Deploy sequences, and applies automatic fixes to deployment issues.

What's the best way to orchestrate feature worktrees across staging and prod environments?

The best way to orchestrate feature worktrees across staging and prod is using automated git worktree deployment workflows. This approach executes git fetch, rebase, commit, merge, and push operations while monitoring cascaded Test to Deploy sequences across environments with temporal boundary detection.