mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
673 B
673 B
allowed-tools, description
| allowed-tools | description |
|---|---|
| Bash(gh pr comment:*), Bash(gh pr diff:*), Bash(gh pr view:*), Read, Glob, Grep | Code review a pull request |
Review the current pull request and provide feedback.
- Use
gh pr viewto get the PR details andgh pr diffto see the changes - Look for potential bugs, issues, or improvements
- Always post a comment with your findings using
gh pr comment
Format your comment like this:
Code Review
[Your feedback here - be specific and constructive]
- If you find issues, describe them clearly
- If everything looks good, say so
- Link to specific lines when relevant
🤖 Generated with Claude Code