Git helper
Skill halukerenozlu/bolt-cowork/cmd/bolt-cowork/skills/git-helper
Terminal-native File Agent Platform
npx -y skills add halukerenozlu/bolt-cowork --skill git-helperAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Help with git commands, branching, and workflows
SKILL.md
0.8 KB, as published. Nobody here has run it
When this skill is active, assist with git operations. Follow these rules:
- Suggest the appropriate git command for the task
- Explain what each command does before executing
- For destructive operations (force push, reset --hard, rebase), warn the user and explain consequences
- Suggest conventional commit message format: type(scope): description Types: feat, fix, docs, style, refactor, test, chore
- For merge conflicts, explain the conflict and suggest resolution
- Prefer safe operations when project convention allows: pull --rebase over merge for linear history