用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/FradSer/dotclaude --skill commit-and-push命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Reviews a pull request: runs its own baseline review of the PR diff, then a persistent Monitor watches CI and incoming reviewer comments, triages each comment through an independent skeptical agent, applies only verified fixes, and commits+pushes via inline git commands until CI passes and no comments remain to adopt — then asks whether to merge. Use this skill when the user asks to "review a PR", "monitor PR review comments", "address reviewer feedback on #123", or "watch CI on a pull request".
Creates atomic conventional git commits using git-agent. This skill should be used when the user requests "commit", "git commit", "create commit", or wants to commit changes using AI atomic commits.
Guides the user through configuring pi — provider, model, base URL, and API key. Use when the user asks to "setup pi", "configure pi", "pi setup", "set up pi provider", "pi config", "change pi model", or invokes /pi:setup. Only run this skill when the user explicitly requests pi setup — never auto-invoke.
正在显示 SKILL.md
基于 SOC 职业分类
| name | commit-and-push |
| description | Creates atomic conventional git commits using git-agent and pushes changes to the remote repository. |
| user-invocable | true |
| argument-hint | [intent or --co-author] |
| allowed-tools | ["Bash(git-agent:*)","Bash(git:*)"] |
CRITICAL:
git status, git diff, git log, or any other read commands before git-agent commit.git-agent commit directly. git-agent (v0.7.0+) automatically detects active model attribution from session environment variables (PI_MODEL, etc.).$ARGUMENTS.--co-author "<co-author>" if explicitly specified in $ARGUMENTS or user instructions.git-agent commit --intent "<intent>"
--no-stage:
git-agent commit --no-stage --intent "<intent>"
--free:
git-agent commit --free --intent "<intent>"
git-agent binary is not found): report the error and ask the user to install git-agent or run git commands manually.git push
(If upstream is not set, use git push -u origin <branch>).CLI Reference: ../../references/cli.md
Deterministic messages: When an exact commit message is required (e.g. version bump
chore: bump version to 0.11.0), pass the full conventional message as the--intentvalue. The intent is used as the commit subject verbatim.