·git

Unified git workflow for branch-first development: status/diff review, security-first commits, worktrees, and PR creation/review via gh. Auto-activates on: "commit", "push", "branch", "worktree", "pr", "pull request", "merge", "rebase", "git".

14Installs·0Trend·@bntvllnt

Installation

$npx skills add https://github.com/bntvllnt/agent-skills --skill git

SKILL.md

| status / what changed | references/read-only.md | read-only inspection | | help / usage / man | references/cli-help.md | show CLI help safely | | commit / stage | references/commit-workflow.md | stage + commit safely | | branch / switch | references/branch-workflow.md | branch operations |

| worktree create/remove/list | references/worktree-workflow.md | worktree operations | | worktree cleanup / normalize / consolidate | references/worktree-maintenance.md | auto-clean + consolidate worktrees | | tag / version | references/tag-workflow.md | create/list/inspect tags | | pr / pull request | references/pr-workflow.md | create/update PR via gh |

| pr review / fix pr comments / threads | references/pr-review-workflow.md | review + respond + fix | | merge / rebase / reset / revert | references/advanced-workflows.md | advanced/recovery (confirm first) |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bntvllnt/agent-skills --skill git
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is git?

Unified git workflow for branch-first development: status/diff review, security-first commits, worktrees, and PR creation/review via gh. Auto-activates on: "commit", "push", "branch", "worktree", "pr", "pull request", "merge", "rebase", "git". Source: bntvllnt/agent-skills.

How do I install git?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bntvllnt/agent-skills --skill git Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/bntvllnt/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01