一键导入
commit
Commit staged work, push the branch, and open a PR. Use when wrapping up changes that need to ship.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Commit staged work, push the branch, and open a PR. Use when wrapping up changes that need to ship.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | commit |
| description | Commit staged work, push the branch, and open a PR. Use when wrapping up changes that need to ship. |
| disable-model-invocation | true |
Commit → push → open PR. Never on main.
Stage only files relevant to this change. Prefer explicit paths over git add -A unless every modified file belongs to the change.
git log). Concise, focused on the why.--no-verify. If a hook fails, fix the cause and make a new commit.git commit -m "<message>"
git push -u origin HEAD
Title under 70 chars. Body via HEREDOC. Default base is main.
gh pr create --title "<title>" --body "$(cat <<'EOF'
## Summary
- ...
## Test plan
- [ ] ...
EOF
)"
Return the PR URL. Use gh pr merge --auto --squash only when the caller asks for auto-merge (e.g. release PRs).
Create a GitHub release and publish to NPM.
Draft an implementation plan for a feature in .agents/plans. Does not execute the plan. Use when the user asks to plan, design, or scope a feature without building it.
Execute an implementation plan. Implements every task, runs validation, commits, and opens a PR. Use when the user asks to execute, implement, or run a plan file.
Triage and fix dependency vulnerabilities in an npm project. Use when the user asks to fix, address, or patch dependency/dependabot/npm audit vulnerabilities.
Prepare a release PR by bumping package versions (patch, minor, or major).
Analyze past Claude Code session(s) for mistakes and propose targeted improvements. Use when the user asks for a retrospective, post-mortem, or session review. Outputs concise findings plus suggested edits to CLAUDE.md (general lessons) or new/updated skills (specific workflows).
基于 SOC 职业分类