Metr Tracking Issue
Category : claude_code_review
Commits : 40
Lines changed : 7738 (+6852/-886)
Time span : 1103.2 hours
PRs :
Add shared team tips, docs, commands, and templates #6 - Add shared team tips, docs, commands, and templates
Use centralized Claude Code Review workflow #7 - Use centralized Claude Code Review workflow
Fix Claude Code Review workflow permissions #8 - Fix Claude Code Review workflow permissions
Add Claude Code GitHub Workflow #9 - Add Claude Code GitHub Workflow
Fix Claude Code Review workflow: use built-in review #10 - Fix Claude Code Review workflow: use built-in review
Fix Claude Code Review workflow comment tooling #11 - Fix Claude Code Review workflow comment tooling
Add checks/statuses read permissions to Claude workflow #12 - Add checks/statuses read permissions to Claude workflow
Add file-by-file-review, update address-review, fix README #13 - Add file-by-file-review, update address-review, fix README
Update address-review command with triage system #14 - Update address-review command with triage system
Add shared address-review prompt #16 - Add shared address-review prompt
Add /docs skill for professional documentation generation #17 - Add /docs skill for professional documentation generation
Add sync-commands script and shared-command docs for consuming repos #18 - Add sync-commands script and shared-command docs for consuming repos
Commit details
81c68dd Add shared team tips, docs, commands, agents, and templates (+1491/-144)
a2d525b Use centralized Claude Code Review workflow from shakacode/.github (+3/-49)
0ca1e04 Merge pull request Use centralized Claude Code Review workflow #7 from shakacode/jg/use-centralized-review-workflow (+3/-49)
c4b5923 Clean up outdated and unnecessary content in docs and commands (+34/-144)
bb238ad Address PR review feedback from CodeRabbit (+11/-8)
492e80f Fix Codex CLI model names, approval modes, and sandbox config (+15/-10)
766145c Merge pull request Add shared team tips, docs, commands, and templates #6 from shakacode/jg/shared-claude-code-tips (+1389/-144)
e5691d1 Fix Claude Code Review workflow permissions (+5/-0)
4d0bd15 Merge pull request Fix Claude Code Review workflow permissions #8 from shakacode/jg/fix-claude-review-perms (+5/-0)
90b56ed "Update Claude PR Assistant workflow" (+1/-1)
4cdd9c1 "Update Claude Code Review workflow" (+34/-6)
dafd420 Merge pull request Add Claude Code GitHub Workflow #9 from shakacode/add-claude-github-actions-1770796421784 (+35/-7)
39888e7 Remove broken Claude Code Review workflow (+0/-44)
8bb7348 Fix Claude Code Review workflow: use built-in review instead of broken plugin (+28/-0)
806ec34 Fix: remove invalid review_triggered_on input (+2/-1)
e521aa7 Merge pull request Fix Claude Code Review workflow: use built-in review #10 from shakacode/jg/rm-broken-claude-review (+6/-21)
711c917 Fix Claude Code review workflow comment tools (+17/-2)
61dd2ca Merge pull request Fix Claude Code Review workflow comment tooling #11 from shakacode/codex/fix-claude-code-review-tools-2026021 (+17/-2)
44ffbf3 Add checks/statuses read permissions to Claude workflow (+5/-0)
becdb80 Merge pull request Add checks/statuses read permissions to Claude workflow #12 from shakacode/codex/apply-claude-yml-permissions-2026030 (+5/-0)
98ae52c Add file-by-file-review command, update address-review, fix README (+500/-41)
4dc1b66 Address review feedback from shakapacker PR #959 (+26/-16)
12fd1d6 Merge pull request Add file-by-file-review, update address-review, fix README #13 from shakacode/jg/add-address-review-rename (+504/-35)
8b2f132 Update address-review command with triage system and thread resolution (+83/-46)
292ab7d Sync address-review UX from react_on_rails (+11/-2)
f326dc3 Add jq -s (slurp) to paginated gh api commands (+18/-13)
2b032bb Fix thread metadata scope and review body reply path (+10/-2)
dd2f90c Fix incorrect tool name in address-review step 5 (+1/-1)
a9945c7 Merge pull request Update address-review command with triage system #14 from shakacode/jg/copy-address-review-cmd (+113/-42)
548c576 Add shared address-review prompt (+154/-5)
f15252a Merge pull request Add shared address-review prompt #16 from shakacode/jg/address-review-cmd (+154/-5)
f232f10 Add /docs skill for professional documentation generation (+850/-3)
a85d682 Add sync-commands script, docs, and template guidance for shared commands (+144/-1)
6a2fa2b Fix repo URL references: claude-code-boosters → claude-code-commands-skills-agen (+6/-6)
6254e15 Strip accidental .md suffix from command name argument (+1/-0)
6c3a51e Use shell expansion to inline docs skill references (+12/-5)
9fec925 Merge pull request Add sync-commands script and shared-command docs for consuming repos #18 from shakacode/jg/sync-address-review-cmd (+145/-1)
175bca1 Add sync-skills script for syncing skills to target projects (+80/-7)
78aae1b Address PR review: fix skill file inclusion and README install (+5/-13)
5f6110d Merge pull request Add /docs skill for professional documentation generation #17 from shakacode/jg/add-docs-skill (+929/-10)
Metr Tracking Issue
Category: claude_code_review
Commits: 40
Lines changed: 7738 (+6852/-886)
Time span: 1103.2 hours
PRs:
Commit details
81c68ddAdd shared team tips, docs, commands, agents, and templates (+1491/-144)a2d525bUse centralized Claude Code Review workflow from shakacode/.github (+3/-49)0ca1e04Merge pull request Use centralized Claude Code Review workflow #7 from shakacode/jg/use-centralized-review-workflow (+3/-49)c4b5923Clean up outdated and unnecessary content in docs and commands (+34/-144)bb238adAddress PR review feedback from CodeRabbit (+11/-8)492e80fFix Codex CLI model names, approval modes, and sandbox config (+15/-10)766145cMerge pull request Add shared team tips, docs, commands, and templates #6 from shakacode/jg/shared-claude-code-tips (+1389/-144)e5691d1Fix Claude Code Review workflow permissions (+5/-0)4d0bd15Merge pull request Fix Claude Code Review workflow permissions #8 from shakacode/jg/fix-claude-review-perms (+5/-0)90b56ed"Update Claude PR Assistant workflow" (+1/-1)4cdd9c1"Update Claude Code Review workflow" (+34/-6)dafd420Merge pull request Add Claude Code GitHub Workflow #9 from shakacode/add-claude-github-actions-1770796421784 (+35/-7)39888e7Remove broken Claude Code Review workflow (+0/-44)8bb7348Fix Claude Code Review workflow: use built-in review instead of broken plugin (+28/-0)806ec34Fix: remove invalid review_triggered_on input (+2/-1)e521aa7Merge pull request Fix Claude Code Review workflow: use built-in review #10 from shakacode/jg/rm-broken-claude-review (+6/-21)711c917Fix Claude Code review workflow comment tools (+17/-2)61dd2caMerge pull request Fix Claude Code Review workflow comment tooling #11 from shakacode/codex/fix-claude-code-review-tools-2026021 (+17/-2)44ffbf3Add checks/statuses read permissions to Claude workflow (+5/-0)becdb80Merge pull request Add checks/statuses read permissions to Claude workflow #12 from shakacode/codex/apply-claude-yml-permissions-2026030 (+5/-0)98ae52cAdd file-by-file-review command, update address-review, fix README (+500/-41)4dc1b66Address review feedback from shakapacker PR #959 (+26/-16)12fd1d6Merge pull request Add file-by-file-review, update address-review, fix README #13 from shakacode/jg/add-address-review-rename (+504/-35)8b2f132Update address-review command with triage system and thread resolution (+83/-46)292ab7dSync address-review UX from react_on_rails (+11/-2)f326dc3Add jq -s (slurp) to paginated gh api commands (+18/-13)2b032bbFix thread metadata scope and review body reply path (+10/-2)dd2f90cFix incorrect tool name in address-review step 5 (+1/-1)a9945c7Merge pull request Update address-review command with triage system #14 from shakacode/jg/copy-address-review-cmd (+113/-42)548c576Add shared address-review prompt (+154/-5)f15252aMerge pull request Add shared address-review prompt #16 from shakacode/jg/address-review-cmd (+154/-5)f232f10Add /docs skill for professional documentation generation (+850/-3)a85d682Add sync-commands script, docs, and template guidance for shared commands (+144/-1)6a2fa2bFix repo URL references: claude-code-boosters → claude-code-commands-skills-agen (+6/-6)6254e15Strip accidental .md suffix from command name argument (+1/-0)6c3a51eUse shell expansion to inline docs skill references (+12/-5)9fec925Merge pull request Add sync-commands script and shared-command docs for consuming repos #18 from shakacode/jg/sync-address-review-cmd (+145/-1)175bca1Add sync-skills script for syncing skills to target projects (+80/-7)78aae1bAddress PR review: fix skill file inclusion and README install (+5/-13)5f6110dMerge pull request Add /docs skill for professional documentation generation #17 from shakacode/jg/add-docs-skill (+929/-10)