File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Claude Code Review
2+
3+ on :
4+ issue_comment :
5+ types : [created]
6+
7+ permissions :
8+ contents : read
9+ pull-requests : write
10+ issues : write
11+ id-token : write
12+
13+ jobs :
14+ claude-review :
15+ uses : NVIDIA-NeMo/FW-CI-templates/.github/workflows/_claude_review.yml@v0.88.0
16+ with :
17+ prompt : |
18+ You are doing a light code review. Keep it concise and actionable.
19+
20+ Focus ONLY on:
21+ - Critical bugs or logic errors
22+ - Typos in code, comments, or strings
23+ - Missing or insufficient test coverage for changed code
24+ - Outdated or inaccurate documentation affected by the changes
25+
26+ Do NOT comment on:
27+ - Style preferences or formatting
28+ - Minor naming suggestions
29+ - Architectural opinions or refactoring ideas
30+ - Performance unless there is a clear, measurable issue
31+
32+ Provide feedback using inline comments for specific code suggestions.
33+ Use top-level comments for general observations.
34+
35+ It's perfectly acceptable to not have anything to comment on.
36+ If you do not have anything to comment on, post "LGTM".
37+ secrets :
38+ ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
You can’t perform that action at this time.
0 commit comments