在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:827
forks:91
updated:2026年2月23日 22:30
SKILL.md
Building, 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
| 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 changes