en un clic
squash
Squash merge a PR after CI passes, then cleanup
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Squash merge a PR after CI passes, then cleanup
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| 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
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