Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:827
forks:91
updated:2026년 2월 23일 22:30
SKILL.md
| name | git-workflow |
| description | Git operations: commits, branches, PRs, and conflict resolution |
| tags | ["git","workflow"] |
| version | 1.0.0 |
Format: <type>: <description>
Types: feat, fix, refactor, test, docs, style, chore
git checkout -b feat/descriptiongit fetch origingit rebase origin/main (or merge if team prefers)git rebase --continuegit diff before committinggit stash before switching branches with uncommitted changesBuilding, compiling, and resolving dependency issues across languages
Systematic code review for bugs, security, style, and performance
Working with diverse data formats: binary, text, structured, and custom
Systematic exploration of unknown environments before starting work
Writing efficient code that handles large data and tight constraints
Refactor code to improve structure and maintainability