-
Notifications
You must be signed in to change notification settings - Fork 7
[CDX-265] Add CC workflow #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a Claude Code Review workflow to automate code review on pull requests. It introduces a GitHub Actions workflow that integrates with Constructor.io's shared Claude code review resources and includes comprehensive review guidelines documentation.
- Adds GitHub Actions workflow to trigger Claude PR reviews automatically
- Provides detailed code review command documentation with security, performance, and testing standards
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/claude-review.yml | Configures GitHub Actions workflow to run Claude PR reviews on opened, ready_for_review, and synchronize events |
| .claude/commands/review.md | Comprehensive documentation defining review standards, coding guidelines, and output format for Claude code reviews |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,10 @@ | |||
| name: Claude PR Review | |||
Copilot
AI
Dec 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first line of the workflow file appears to have leading whitespace before name:. YAML files should not have leading whitespace on the first line. Remove the leading spaces.
Code Review Results✅ StrengthsThis PR adds a well-structured Claude Code review workflow and comprehensive review guidelines. 🚨 Critical IssuesNone
|
No description provided.