git-branch

Creates and manages branches with clear naming and safe branching flow. Use when starting work, switching context, or cleaning up branches.

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-branch" with this command: npx skills add erinrugas/artisan-agents/erinrugas-artisan-agents-git-branch

Git Branch Skill

When to Apply

  • User asks to create/switch/delete branches.
  • Work needs branch hygiene before implementation.

Workflow

  1. Determine base branch (main, develop, or project default).
  2. Create branch with consistent naming:
    • feature/<topic>
    • fix/<topic>
    • chore/<topic>
  3. Verify upstream tracking after push.
  4. Clean up merged branches when requested.

Safety

  • Do not delete unmerged branches without explicit confirmation.
  • Avoid force operations unless necessary and approved.

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.

Automation

git-sync

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

api-endpoint

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

vue-component

No summary provided by upstream source.

Repository SourceNeeds Review