Complete deployment workflow - commit, PR to staging, review, then staging to develop
commit-messageclaude-haiku-4-5-20251001# Complete Deployment Workflow Automates the full deployment workflow with integrated PR review: 1. Commit feature changes and create PR to staging 2. Automatically review the PR for quality and standards 3. Fix any issues identified in review (with iteration loop) 4. After PR is approved and merged, create PR from staging to develop ## What This Does 1. Calls `/pr-feature-to-staging` to commit and create feature → staging PR 2. Calls `/pr-review` to automatically review the PR 3. If review identifies issues → calls `/pr-fix-pr-review` and loops back to review 4. If review passes → waits...