Add Claude AI Assistant GitHub Actions Workflow #154
Merged
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)