// 32 tips tagged "git"
The /security-review command scans your uncommitted changes for injection vectors, auth gaps, hardcoded secrets, and other common vulnerabilities.
The attribution setting lets you customize or completely remove Claude's Co-Authored-By trailer from git commits and pull requests.
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.
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.
Use a cron schedule trigger with Claude Code GitHub Actions to run automated tasks like daily commit summaries without any human mention.
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.
Paste git merge conflict markers into Claude Code and let it intelligently resolve both sides — then verify with your test suite.
Use worktree.symlinkDirectories and worktree.sparsePaths to avoid duplicating large directories and speed up worktree creation in monorepos.
Skip the manual setup and get Claude responding to @claude mentions in your PRs with a single command.
Pipe your git diff directly to Claude and get a properly formatted Keep a Changelog entry — Added, Changed, Fixed, and all.
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.
Chain multi-step operations with && so Claude's sequence halts immediately on failure — no more half-applied refactors or committed broken code.