在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用squash
星标3
分支0
更新时间2026年1月7日 00:52
Squash merge a PR after CI passes, then cleanup
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Squash merge a PR after CI passes, then cleanup
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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