--- name: cps description: Use when the user asks to commit, push, and deploy the branch to staging --- # Commit, Push, Deploy to Staging 1. Commit all staged changes with an appropriate message 2. Push to remote 3. Deploy the branch to staging using the staging workflow. Use @.github/workflows/staging.yml for context on how to trigger the deployment when available.