Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:827
forks:91
updated:23. Februar 2026 um 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