Git

Browse agent skills tagged with Git and compare related workflows across the directory.

5 skills
O
finishing-a-development-branch

by obra

Structured Git workflow for finishing a development branch once implementation is done and tests pass, guiding you through local merge, push and PR, keeping the branch, or discarding it.

Git Workflows
Favorites 0GitHub 0
O
receiving-code-review

by obra

A focused skill for handling GitHub code review feedback with technical rigor: read, verify against the codebase, clarify unclear requests, and respond without performative agreement or blind implementation.

Code Review
Favorites 0GitHub 0
O
requesting-code-review

by obra

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

Code Review
Favorites 0GitHub 0
O
using-git-worktrees

by obra

Use when starting feature work that needs isolation from your current workspace – using-git-worktrees helps you create safe, structured Git worktrees with smart directory selection and safety checks.

Git Workflows
Favorites 0GitHub 0
O
verification-before-completion

by obra

Enforce a strict rule that no work is declared done, fixed, or passing until you run the actual verification command, inspect the output, and base your claim on fresh evidence.

Test Automation
Favorites 0GitHub 0