What problem does it solve? Manually triggering deployments requires switching between AWS consoles, GitHub Actions, and terminal commands, breaking your development flow. This Skill lets you trigger deployments directly from your Claude Code session using your team's configured deploy method. ## Core Features & Use Cases - Multiple Deploy Methods: Supports ECS service updates, CodePipeline execution, arbitrary GitHub Actions workflows, and custom deploy commands. - Config-Driven Setup: Reads deploy settings from .codepresso.json or ~/.codepresso/config.json, with auto-detection of deploy workflows when no method is configured. - PR Status Reporting: Automatically posts deployment status comments to the active pull request after triggering a deploy. - Use Case: You just merged a feature branch and want to deploy to staging. Instead of opening the AWS console, you ask Claude to deploy, and it runs gh workflow run deploy-ecs.yml -f environment=staging and reports the result on your PR. ## Quick Start Ask Claude to deploy the current branch to staging using the configured deploy method.