Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,15 @@ jobs:
6) Constructive Suggestions
- Alternative approaches that might be cleaner
- Opportunities to reduce complexity
- Missing test coverage for critical component behavior
- Opportunities to improve accessibility

Testing Feedback Guidelines:
- **Be concise**: Avoid verbose test suggestions or lengthy code examples.
- **Stay laser-focused**: Only suggest tests that directly verify the specific changes in this PR—not tangential functionality.
- **Prioritize manual testing**: Brief, actionable suggestions for what to manually verify are most useful (e.g., "Test keyboard navigation on the new dropdown").
- **Limit scope**: If tests are needed, mention the scenario to cover in 1-2 sentences rather than writing full test implementations.
- **Skip if unnecessary**: Not every PR needs test suggestions—if the changes are straightforward or already covered, don't force test recommendations.

Documentation & Storybook Review:
- Determine if component behavior, props, or APIs have changed.
- Heuristics (run): gh pr diff ${{ github.event.pull_request.number }} --name-only
Expand Down