在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
pre-push-gate
// Run MockHub's local pre-push verification gate before publishing changes.
$ git log --oneline --stat
stars:4
forks:1
updated:2026年5月26日 13:21
文件资源管理器
SKILL.md
// Run MockHub's local pre-push verification gate before publishing changes.
| name | pre-push-gate |
| description | Run MockHub's local pre-push verification gate before publishing changes. |
| disable-model-invocation | true |
Use before pushing or opening a PR for MockHub.
Run:
.claude/skills/pre-push-gate/scripts/pre-push-gate.sh
The script runs the backend and frontend checks that most often catch late failures:
Set PRE_PUSH_E2E=1 to include Playwright E2E tests. Leave it unset for the
normal local gate; CI already runs the full browser matrix.