Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add Claude PR review agent#1953

Open
tungdd2710 wants to merge 2 commits into
claude-builders-bounty:mainfrom
tungdd2710:claude-pr-review-agent
Open

Add Claude PR review agent#1953
tungdd2710 wants to merge 2 commits into
claude-builders-bounty:mainfrom
tungdd2710:claude-pr-review-agent

Conversation

@tungdd2710
Copy link
Copy Markdown

Summary

Adds a Claude Code PR review agent for bounty #4.

The submission includes:

  • A Node 20 CLI: claude-review --pr https://github.com/owner/repo/pull/123
  • Optional posting to GitHub PR comments with --post and GITHUB_TOKEN
  • A Claude Code sub-agent prompt in .claude/agents/pr-reviewer.md
  • A GitHub Action example in .github/workflows/claude-review.yml
  • Setup and usage docs in CLAUDE_REVIEW_AGENT.md
  • Two real public PR sample outputs under samples/

Validation

Bounty

Closes #4.

@tungdd2710
Copy link
Copy Markdown
Author

Updated this PR with a zero-dependency sample-output verifier and direct CLI setup docs.

New validation:

  • npm test checks CLI syntax and verifies both included real-PR sample outputs contain Summary, Identified Risks, Improvement Suggestions, Confidence, and a Low/Medium/High confidence score
  • npm run smoke still reviews a real public GitHub PR through the deterministic no-Claude path

Re-validated locally:

  • npm test
  • npm run smoke
  • git diff --check

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.

[BOUNTY $150] AGENT: Claude Code sub-agent that reviews a PR and posts a structured comment

1 participant