Git helper
Skill halukerenozlu/bolt-cowork/cmd/bolt-cowork/skills/git-helper
Help with git commands, branching, and workflowsFrom its SKILL.md
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.
SKILL.md
0.8 KB, 120 tokens by cl100k_base, 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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.