1- # claude-code-boosters
1+ # claude-code-commands-skills-agents
22
3- ShakaCode Team Shared Claude Code Commands, Agents, Skills, and Tips.
3+ ShakaCode Team Shared Claude Code and Codex CLI Commands, Agents, Skills, and Tips.
44
55## Quick Install
66
77Copy what you need to your ` ~/.claude/ ` directory:
88
99``` bash
1010# Clone the repo
11- git clone https://github.com/shakacode/claude-code-boosters .git
12- cd claude-code-boosters
11+ git clone https://github.com/shakacode/claude-code-commands-skills-agents .git
12+ cd claude-code-commands-skills-agents
1313
1414# Install all commands
1515mkdir -p ~ /.claude/commands
@@ -36,6 +36,7 @@ For project-level sharing, copy to your project's `.claude/commands/` or `.claud
3636| [ ` /merge-commit-msg ` ] ( commands/merge-commit-msg.md ) | Generate a structured merge commit message from PR changes |
3737| [ ` /optimize ` ] ( commands/optimize.md ) | Analyze code for performance issues with structured recommendations |
3838| [ ` /security-review ` ] ( commands/security-review.md ) | Review code for security vulnerabilities (OWASP Top 10 checklist) |
39+ | [ ` /file-by-file-review ` ] ( commands/file-by-file-review.md ) | Review massive PRs file-by-file with parallel subagents (credit: [ Romex91] ( https://github.com/Romex91/claude-code-file-by-file-review ) ) |
3940
4041## Agents
4142
@@ -69,6 +70,13 @@ Starter templates for new projects:
6970| Script | Description |
7071| --------| -------------|
7172| [ ` bin/chrome-mcp ` ] ( bin/chrome-mcp ) | Launch Chrome with a separate profile for MCP browser debugging |
73+ | ` bin/set-review-instructions ` | Initialize file-by-file review with instructions and changed file list |
74+ | ` bin/print-git-diff ` | Print diff, before/after, and review instructions for a single file |
75+ | ` bin/mark-git-diff-as-good ` | Mark a reviewed file as GOOD with a reason |
76+ | ` bin/mark-git-diff-as-bad ` | Mark a reviewed file as BAD with a reason |
77+ | ` bin/check-missing-reviews ` | Check which files still need review |
78+ | ` bin/compose-summary ` | Compose final GOOD/BAD summary report |
79+ | ` bin/get-number-of-changed-files ` | Get count of changed files in the review |
7280
7381## GitHub Actions
7482
0 commit comments