Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:827
forks:91
updated:23 février 2026 à 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