Skip to content

feat: add Claude Code review workflow#34

Merged
jagtejsodhi merged 1 commit into
mainfrom
jagtej/claude-review-workflow
Jun 18, 2026
Merged

feat: add Claude Code review workflow#34
jagtejsodhi merged 1 commit into
mainfrom
jagtej/claude-review-workflow

Conversation

@jagtejsodhi

Copy link
Copy Markdown
Contributor

Summary

  • Adds .github/workflows/claude.yml GitHub Action that enables automated PR reviews
  • Triggers on @claude-review comment or automatically on ~20% of PRs
  • Posts inline comments at exact lines with issues, deduplicates on subsequent pushes, and auto-resolves stale threads

Prerequisites

  • ANTHROPIC_API_KEY secret must be configured in repo settings before merging

Stack

Test plan

  • Add ANTHROPIC_API_KEY to repo secrets
  • Comment @claude-review on a test PR to verify inline comments appear
  • Push a fix and verify stale comments are resolved

🤖 Generated with Claude Code

Base automatically changed from jagtej/pr-review-skill to main June 18, 2026 18:55
@jagtejsodhi jagtejsodhi force-pushed the jagtej/claude-review-workflow branch from 595e2eb to 0850ab2 Compare June 18, 2026 19:00
@jderenprivy jderenprivy self-requested a review June 18, 2026 20:26
Adds automated PR review workflow that:
- Triggers on all PRs (open/push) and manual @claude-review comments
- Gates manual trigger to OWNER/MEMBER/COLLABORATOR only
- Pins claude-code-action to immutable SHA for supply-chain safety
- Posts inline comments, deduplicates, and resolves stale threads

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude
@jagtejsodhi jagtejsodhi force-pushed the jagtej/claude-review-workflow branch from 0850ab2 to 2a3e92a Compare June 18, 2026 21:37
@jagtejsodhi jagtejsodhi merged commit 7a57b6f into main Jun 18, 2026
5 checks passed
@jagtejsodhi jagtejsodhi deleted the jagtej/claude-review-workflow branch June 18, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants