com um clique
squash
Squash merge a PR after CI passes, then cleanup
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Squash merge a PR after CI passes, then cleanup
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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