-
Notifications
You must be signed in to change notification settings - Fork 0
chore: add claude code workflow & rules #231
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
base: master
Are you sure you want to change the base?
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.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
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 two GitHub Actions workflows to enable Claude Code integration: one for manual @claude mentions in comments, and another for automated code reviews on pull requests.
- Adds
.github/workflows/claude.ymlfor interactive Claude Code usage via @claude mentions - Adds
.github/workflows/claude-code-review.ymlfor automated PR reviews - Configures authentication, permissions, and allowed Bash tools for Claude's operations
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
.github/workflows/claude.yml |
Workflow that triggers Claude Code when @claude is mentioned in issues, PR comments, or reviews |
.github/workflows/claude-code-review.yml |
Workflow that automatically runs Claude Code review on new/updated pull requests |
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.
self review: ✅
|
There are some unverified signatures |
21783ef to
b6cd260
Compare
Thanks for the notice! Should be fixed now, after rebase |
This PR adds a GitHub Actions workflow that enables Claude Code integration in our repository. It also adds the file with the agent rules to git VCS.
What is Claude Code?
Claude Code is an AI coding agent that can help with:
How it works
Once this PR is merged, we'll be able to interact with Claude by mentioning @claude in a pull request or issue comment.
Once the workflow is triggered, Claude will analyze the comment and surrounding context, and execute on the request in a GitHub action.
Important Notes
Security
There's more information in the Claude Code action repo.
After merging this PR, let's try mentioning @claude in a comment on any PR to get started!