在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
git-helper
// Provides git workflow assistance, branch management, and commit message optimization
$ git log --oneline --stat
stars:222
forks:25
updated:2025年11月26日 17:44
SKILL.md
// Provides git workflow assistance, branch management, and commit message optimization
| name | git-helper |
| description | Provides git workflow assistance, branch management, and commit message optimization |
A comprehensive skill for git workflow management and best practices.
Use this skill when you need help with:
git checkout -b feature/your-feature-name
git push -u origin feature/your-feature-name
Follow the conventional commit format:
type(scope): description
[optional body]
[optional footer]
Types: feat, fix, docs, style, refactor, test, chore
git remote prune origin
git branch -d branch-name
This skill includes helper scripts:
• create-branch.sh - Creates new feature branches with proper naming
• commit-check.sh - Validates commit message format
• cleanup.sh - Removes stale branches