一键导入
git-pro
Advanced git operations including committing, pushing, and branch management. Use this when you need to persist changes to the remote repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Advanced git operations including committing, pushing, and branch management. Use this when you need to persist changes to the remote repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | git-pro |
| description | Advanced git operations including committing, pushing, and branch management. Use this when you need to persist changes to the remote repository. |
This skill allows the agent to manage the repository's git state, commit changes, and push to the remote origin.
Persist your current changes to the current branch.
./.pi/skills/git-pro/scripts/quick_push.sh "Commit message"
Create a new branch for a specific task.
./.pi/skills/git-pro/scripts/create_branch.sh "branch-name"
Clean up the working directory if something went wrong.
git reset --hard HEAD
git status before committing.main without permission (unless it's a hotfix or you're Crunchy).Build and maintain Excalidraw architecture diagrams. Use this when the user asks to "draw", "diagram", or "visualize" an architecture or process.
Automated code review and quality checks. Use when you need to review changes, find TODOs, or identify complex files.
Hunt for weird, hacky, or funny code snippets and add them to the Hall of Weirdness (MUSEUM.md).
Automated documentation generation and auditing. Use when extracting comments, generating READMEs, or finding undocumented code.
Tools for automated refactoring and codebase cleanup. Use when renaming things, moving files, or consolidating logic.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.