在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用prepush
星标0
分支0
更新时间2026年4月13日 18:26
Pre-push checks — lint and review before pushing
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Pre-push checks — lint and review before pushing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Post-merge workflow — extract lessons and sync knowledge
Pre-work ritual — search knowledge and plan before coding
Unified PR review triage — fetch, normalize, and batch-action bot comments
End-of-session — update memory, clean up, report
| name | prepush |
| description | Pre-push checks — lint and review before pushing |
Before pushing code:
pnpm exec totem lint — fix any violations before proceedingpnpm exec totem review — address any critical findingsAfter all checks pass, proceed with git push. The review command stamps .reviewed-content-hash automatically on PASS.
If any step fails, fix the issue and re-run from step 1.