con un clic
squash
Squash merge a PR after CI passes, then cleanup
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Squash merge a PR after CI passes, then cleanup
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación 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