Git

Git from SiTaggart/.agents.

by @sitaggart 9 skills

Skills in this plugin

9
  1. Babysit Pr · sitaggart
    Keep an open pull request green and ready for its author to merge. Use when asked to babysit, watch, shepherd, or maintain a PR after it opens.
    1 install
  2. Git Commit · sitaggart
    Create a git commit with a clear, value-communicating Conventional Commit message. Use when the user says "commit", "commit this", "save my changes", "create a commit", or wants to commit staged or unstaged work.
    1 install
  3. Git Worktree · sitaggart bundle
    Create an isolated git worktree for parallel feature work or PR review. Use when starting work that should not disturb the current checkout, or when `ce-work` or `ce-review` offers a worktree option.
    1 install
  4. Pr Review Canvas · sitaggart bundle
    Generate an interactive PR review walkthrough as an HTML page. Fetches PR data via gh API, categorizes files into core vs mechanical changes, adds reviewer annotations, and renders diffs with moved-code detection. Use when the user pastes a GitHub PR URL and asks for a review, walkthrough, or summary, or says "review this PR".
    1 install
  5. Git Commit Push Pr · sitaggart bundle
    Commit, push, and open a PR with an adaptive, value-first description that scales in depth with the change. Use when the user says "commit and PR", "ship this", "create a PR", or "open a pull request". Also handles description-only flows ("write a PR description", "rewrite the PR body", "describe this PR") without committing or pushing.
    1 install
  6. Resolve Pr Feedback · sitaggart bundle
    Resolve PR review feedback by evaluating validity and fixing issues in parallel. Use when addressing PR review comments, resolving review threads, or fixing code review feedback.
    1 install
  7. Ce Triage Pr Feedback · sitaggart bundle
    Triage PR review comments before implementation. Use when the user asks whether feedback is valid, what to fix or reject, or how to respond.
    1 install
  8. Git Clean Gone Branches · sitaggart bundle
    Clean up local branches whose remote tracking branch is gone. Use when the user says "clean up branches", "delete gone branches", "prune local branches", "clean gone", or wants to remove stale local branches that no longer exist on the remote. Also handles removing associated worktrees for branches that have them.
    1 install
  9. Resolve Pr Merge Conflicts · sitaggart
    Resolve a PR that conflicts with its base branch by rebasing onto the base and force-pushing with lease — never a merge commit. Use when a PR is out of date or has conflicts with main, when GitHub shows "This branch has conflicts that must be resolved", or when the user asks to rebase a branch, update a branch against main, or resolve PR conflicts.
    0 installs