What problem does it solve? Manually navigating GitHub Actions to trigger backend deployment pipelines is repetitive and error-prone, especially when you need to specify the correct branch and operation type. This Skill automates the entire trigger process with a single command. ## Core Features & Use Cases - One-command deployments: Trigger the backend pipeline for the current branch or any specified branch without leaving your workflow. - Multiple operation modes: Supports deploy, compilation-only, feature, release, hotfix, and release-closing operations. - Automatic context detection: Detects the repository name, organization, and current branch from git remotes automatically. - Use Case: You just finished a feature branch and want to deploy it. Instead of opening GitHub, finding the workflow, and filling in inputs, you simply say "deploy feature/foo" and the pipeline starts. ## Quick Start Ask the AI to deploy the current branch by saying "deploy" or "/deploy-backend", optionally specifying a branch name or "compile" for a compilation-only run.