cleanup-cache
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Use PROACTIVELY to guide automated git bisect sessions for finding regression commits with smart test execution
$ npx -y skills add davila7/claude-code-templates --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/git-bisect-helperContext preview
What this command does when you run it.
Use PROACTIVELY to guide automated git bisect sessions for finding regression commits with smart test execution
allowed-tools: Bash(git bisect:*), Bash(git log:*), Bash(git show:*), Bash(git checkout:*), Bash(npm:*), Bash(yarn:*), Bash(pnpm:*), Read, Edit, Grep argument-hint: [good-commit] [bad-commit] | --auto [test-command] | --reset | --continue description: Use PROACTIVELY to guide automated git bisect sessions for finding regression commits with smart test execution
Automated git bisect session to find regression commits: $ARGUMENTS
Set up and manage an intelligent git bisect session to identify the exact commit that introduced a regression or bug.
# Automatically bisect using test command /git-bisect-helper --auto "npm test" /git-bisect-helper --auto "python -m pytest tests/test_regression.py" /git-bisect-helper --auto "./scripts/check-performance.sh"
**Process:** 1. Run test command at each bisect point 2. Mark commit as good (exit code 0) or bad (non-zero) 3. Continue until regression commit is found 4. Provide detailed report of findings
# Interactive bisect with guidance /git-bisect-helper v1.2.0 HEAD /git-bisect-helper abc123 def456
**Process:** 1. Show current commit details and changes 2. Provide testing suggestions 3. Wait for user input (good/bad) 4. Continue to next bisect point 5. Offer insights about current commit
# Resume interrupted bisect session /git-bisect-helper --continue
**Process:** 1. Analyze current bisect state 2. Show progress and remaining steps 3. Continue with appropriate mode 4. Provide context from previous steps
# Clean up and reset bisect session /git-bisect-helper --reset
**Process:** 1. End current bisect session 2. Return to original branch 3. Clean up temporary files 4. Provide session summary
# Analyze current bisect commit Files changed: !`git show --name-only --pretty="" HEAD` Commit message: !`git log -1 --pretty=format:"%s"` Author and date: !`git log -1 --pretty=format:"%an (%ar)"`
Bisect Progress: 🎯 Target: Find regression in user authentication 📊 Commits remaining: ~4 (out of 127) ⏱️ Estimated time: 8 minutes 🔍 Current commit: abc123 - "refactor auth middleware"
🎉 Regression Found! Bad Commit: def456 Author: John Doe Date: 2024-01-15 14:30:00 Message: "optimize database queries" Files Changed: - src/auth/database.js - src/middleware/auth.js - tests/auth.test.js Bisect Log: 15 steps, 3 manual verifications Total Time: 12 minutes Recovery Commands: git revert def456 # Revert the prob
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Create an SEO-optimized blog article for a Claude Code component with AI-generated cover image