CC - Shared Claude Code tooling: skills, agents, hooks, and rules (6288)#4551
Merged
Conversation
…ules CC integration: Unit test rules
…-skill CC Integration: New skill for code reviews
CC - Add skill to generate the PR description (6288)
stracker-phil
marked this pull request as ready for review
July 21, 2026 17:13
stracker-phil
requested review from
AlexP11223,
Dinamiko,
Narek13,
danieldudzic and
mmaymo
as code owners
July 21, 2026 17:13
Prepare to re-use it in a new skill
Dinamiko
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog: (none - internal Claude tooling)
Description
🎯 The goal
Start a shared, version-controlled set of Claude Code configuration so AI assistance is consistent across the team instead of living in each developer's local setup.
This first batch establishes the structure and the initial tooling. The full inventory and how the pieces fit together lives in
.claude/docs/README.md; in short:/understand), gate your branch before a PR (/pr-readiness), draft this description (/describe-pr), review a teammate's PR (/code-review), and run a PHP cleanliness pass (/php-review)..claude/hooks/config.local.json..claude/docs/code-quality.md, the single quality lens the reviewers apply.🔍 What to review
.gitignorechange carries the most weight..claude/is now tracked, while*.local.*(e.g.settings.local.json,CLAUDE.local.md) stays ignored so personal overrides are never committed. Confirm this split matches how the team wants to share config versus keep it local..claude/settings.jsonregisters two shell scripts (php-review-track.sh,php-review-stop.sh) that run automatically. Teammates approve them once on first use (workspace trust), and they no-op withoutjq. Worth a sanity read since they run on your machine.