git-helper

A comprehensive skill for git workflow management and best practices.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git-helper" with this command: npx skills add joshuadavidthomas/opencode-agent-skills/joshuadavidthomas-opencode-agent-skills-git-helper

Git Helper

A comprehensive skill for git workflow management and best practices.

Quick Start

Use this skill when you need help with:

  • Branch creation and management

  • Commit message formatting

  • Git workflow optimization

  • Repository maintenance

Common Workflows

Creating a New Feature Branch

git checkout -b feature/your-feature-name git push -u origin feature/your-feature-name

Writing Good Commit Messages

Follow the conventional commit format:

type(scope): description

[optional body]

[optional footer]

Types: feat, fix, docs, style, refactor, test, chore

Git Cleanup Commands

Remove stale branches

git remote prune origin

Clean up local branches

git branch -d branch-name

Scripts

This skill includes helper scripts:

• create-branch.sh

  • Creates new feature branches with proper naming • commit-check.sh
  • Validates commit message format • cleanup.sh
  • Removes stale branches

Best Practices

  • Always pull latest changes before creating branches

  • Use descriptive branch names with prefixes (feature/, bugfix/, hotfix/)

  • Write atomic commits (one logical change per commit)

  • Keep commit messages under 72 characters for the subject line

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

test-skill

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

postgresql-table-design

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

nx-workspace-patterns

No summary provided by upstream source.

Repository SourceNeeds Review