Add Claude AI Assistant GitHub Actions Workflow#154
Merged
kovtcharov-amd merged 6 commits intoamd:mainfrom Jan 9, 2026
Merged
Conversation
eddierichter-amd
approved these changes
Jan 9, 2026
Collaborator
eddierichter-amd
left a comment
There was a problem hiding this comment.
This looks great! Excited to use this.
itomek
approved these changes
Jan 9, 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.
Summary
Adds automated Claude AI assistance for GitHub issues and pull requests, enabling intelligent code review, issue triage, and community support.
Changes
1. New Workflow:
.github/workflows/claude.ymlImplements three specialized jobs:
PR Review (
pr-review): Automatically reviews new PRs with GAIA-specific checksopenedandready_for_review(cost-optimized)PR Comments (
pr-comment): Responds to@claudementions in PR review commentsIssue Handler (
issue-handler): Responds to new issues and@claudementionsdocs/docs.json2. Enhanced:
CLAUDE.mdAdded comprehensive Issue Response Guidelines section:
Key Features
✅ Cost-Optimized: Reviews only on PR open/ready, with concurrency control
✅ Security-Focused: Checks for SQL injection, command injection, XSS, secrets
✅ GAIA-Specific: Tailored prompts referencing project structure and standards
✅ Documentation-Aware: Leverages docs/docs.json for intelligent responses
✅ Consistent: Follows repository workflow patterns (checkout@v6, permissions, draft handling)