with one click
squash
Squash merge a PR after CI passes, then cleanup
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Squash merge a PR after CI passes, then cleanup
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate a new React component with Mantine styling
Update documentation after implementing features or making changes
Run a quick architecture review via architect-reviewer agent
Generate mobile-specific React components with platform detection and safe areas
Run a quick security audit on recent changes or specific files
Generate a test file for a component, hook, or utility
| name | squash |
| description | Squash merge a PR after CI passes, then cleanup |
Squash merges the current branch's PR after verifying CI has passed.
git branch --show-current
gh pr view --json state,statusCheckRollup
Verify CI checks have passed:
Squash merge the PR and delete the branch:
gh pr merge --squash --delete-branch
git checkout main
git pull origin main
gh) must be installed and authenticatedThis skill will REFUSE to merge if:
✓ CI checks passed
✓ PR #42 squash merged
✓ Branch feature/add-filters deleted
✓ Switched to main and pulled
Merge commit: abc1234 feat: add task priority filtering