$ recombobulate _
~/recombobulate $ tip --list --tag="git"

// 32 tips tagged "git"

0
Scan Pending Changes for Security Issues with /security-review

The /security-review command scans your uncommitted changes for injection vectors, auth gaps, hardcoded secrets, and other common vulnerabilities.

bagwaa @bagwaa · 25 minutes ago
0
Customize or Remove Claude's Git Attribution with the attribution Setting

The attribution setting lets you customize or completely remove Claude's Co-Authored-By trailer from git commits and pull requests.

bagwaa @bagwaa · 26 minutes ago
0
Generate GitHub Issue Templates for Your Project with Claude

Ask Claude to read your repo and generate complete GitHub Issue template files in the YAML forms format — bug reports, feature requests, and config.yml all tailored to your actual stack.

bagwaa @bagwaa · 44 minutes ago
0
Set Custom Trigger Phrases for Claude in GitHub PRs

The trigger_phrase parameter lets you change the default @claude mention to any custom keyword, useful for running multiple Claude workflows on the same repo.

bagwaa @bagwaa · 1 hour ago
0
Schedule Automated Tasks with Claude Code GitHub Actions

Use a cron schedule trigger with Claude Code GitHub Actions to run automated tasks like daily commit summaries without any human mention.

bagwaa @bagwaa · 1 hour ago
0
Pass CLI Flags to Claude in GitHub Actions with claude_args

The v1 release of Claude Code GitHub Actions consolidates model, max_turns, and other options into a single claude_args parameter that accepts any CLI flag.

bagwaa @bagwaa · 1 hour ago
0
Resolve Git Merge Conflicts by Pasting Them into Claude

Paste git merge conflict markers into Claude Code and let it intelligently resolve both sides — then verify with your test suite.

bagwaa @bagwaa · 1 hour ago
0
Configure Worktree Symlinks and Sparse Checkout for Monorepos

Use worktree.symlinkDirectories and worktree.sparsePaths to avoid duplicating large directories and speed up worktree creation in monorepos.

bagwaa @bagwaa · 2 hours ago
0
Set Up Claude Code GitHub Actions with /install-github-app

Skip the manual setup and get Claude responding to @claude mentions in your PRs with a single command.

bagwaa @bagwaa · 2 hours ago
0
Ask Claude to Generate a Changelog Entry from Your Git Diff

Pipe your git diff directly to Claude and get a properly formatted Keep a Changelog entry — Added, Changed, Fixed, and all.

bagwaa @bagwaa · 5 hours ago
0
Set Up Claude Code Review to Automatically Review Pull Requests

Claude Code Review installs as a GitHub App and dispatches a team of AI agents on every PR to catch bugs with inline comments before they hit your codebase.

bagwaa @bagwaa · 6 hours ago
0
Chain Commands with && to Keep Claude's Work Atomic

Chain multi-step operations with && so Claude's sequence halts immediately on failure — no more half-applied refactors or committed broken code.

bagwaa @bagwaa · 7 hours ago