Git

Git from technicalpickles/pickled-claude-plugins.

by @technicalpickles 6 skills

Skills in this plugin

6
  1. Push · technicalpickles
    Use when running git push or diagnosing why a push failed. Especially when output mixes SSH transport with hook output (lefthook, husky, pre-commit), errors include "Permission denied (publickey)" or "rejected/non-fast-forward", a pre-push hook fails, or about to debug SSH with `-v`.
    1 install
  2. Commit · technicalpickles
    Use when committing changes to git - provides best practices for staging, commit messages, signing, and handling hook failures
    1 install
  3. Triage · technicalpickles
    Use when reviewing git state across worktrees, stashes, and branches - helps decide what to clean up, resume, or address
    1 install
  4. Update · technicalpickles
    Use when updating your branch with upstream changes - fetches, merges, and intelligently resolves conflicts
    1 install
  5. Checkout · technicalpickles
    Use when checking out a PR, branch, or ref for local work - sets up worktree with context
    1 install
  6. Pull Feedback · technicalpickles bundle
    Use when the user has authored a GitHub pull request and wants to work through review feedback on it. Triggers on phrases like "pull down the review on
    1 install