agentsclimarketplace

Git helper

Skill halukerenozlu/bolt-cowork/cmd/bolt-cowork/skills/git-helper

Terminal-native File Agent Platform

Install
npx -y skills add halukerenozlu/bolt-cowork --skill git-helper

Assembled 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.