Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$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