边界
- 永不
git add -A/.(避免误传.env等密钥) - 永不 amend、永不
--no-verify - push 到 main/master 前先停下问你
Open-source slash command that runs git status, commits, pushes, and opens a PR in one shot. Inspired by Boris Cherny's /commit-push-pr setup.
git add -A / .(避免误传 .env 等密钥)--no-verifyOpen-source slash command that watches a PR for review comments and auto-pushes fixes. Inspired by Boris Cherny's /babysit pattern.
Open-source slash command for recurring local Claude Code tasks with a 3-day safety cap. Inspired by Boris Cherny's /loop scheduler.
Open-source slash command that splits a migration across parallel git worktrees. Inspired by Boris Cherny's /batch worktree pattern.