Setup claude code#42
Draft
jan888adams wants to merge 8 commits into
Draft
Conversation
Provides codebase overview, conventions, architecture patterns, and development commands to streamline AI-assisted development. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Rules (.claude/rules/): - code-style: PHP conventions with examples from codebase - testing: PHPUnit + Prophecy patterns and conventions - architecture: Decorator chains, adapters, lifecycle flows - static-analysis: PHPStan level 8 requirements - bundle-usage: How the bundle works for developers Skills (.claude/skills/): - php-best-practices: PHP 8.x audit with 45+ rules - php-pro: Senior PHP dev with framework reference guides - tdd: Test-driven development workflow - debug: Systematic root-cause debugging - code-review: Handle review feedback with technical rigor - brainstorm: Ideas to designs to specs - web-search: Web search & extraction via inference.sh - writing-skills: TDD for skill documentation - humanizer: Remove AI writing patterns Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- /review skill with systematic 8-category checklist: dead code, architecture, documentation, tests, security, performance, BC breaks, static analysis - Detailed checklist with project-specific checks - roles.md rule defining writer vs reviewer behavior - Severity guide: BLOCKER / WARNING / SUGGESTION Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Documents how to use Claude Code with this project: - Rules vs skills explained - Writer/reviewer workflow - When and how to update CLAUDE.md, rules, and skills - Available skills reference - Tips for effective usage Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Queries Context7 API for current docs instead of relying on training data. No API key needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Warnings fixed: - Add /context7 to developer guide skills table and structure - Fix decorator chain in CLAUDE.md to show execution order - Remove misleading "(maximum)" from PHPStan level 8 Suggestions fixed: - Use named argument in CacheTags::fromStrings() example - Clarify /review vs /code-review in skills table - Document \assert() usage in testing.md - Add project context note to php-pro PHPStan reference Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
No description provided.