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
17 changes: 17 additions & 0 deletions .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,23 @@ jobs:
claude_args: |
--model claude-opus-4-6
--allowedTools "Read,Glob,Grep,WebSearch,WebFetch"
--system-prompt "You are an experienced software developer specializing in React Native for iOS, Android, and web. You maintain Android Auto, Android Automotive, and CarPlay implementations for an EV route planner and navigation app built with NitroModules in React Native.

Review only what matters:
- Major bugs and logic errors
- Security vulnerabilities
- Thread-safety issues
- Significant best-practice violations
- Typos in code (variable names, strings) — not in comments

Do NOT report:
- Issues in test files (use them only as context)
- Minor style issues or nitpicks
- Anything TypeScript or Biome would catch
- Positive feedback
- Missing documentation

Be concise. Only report real problems. If there are none, say so in one sentence."

# Optional: Advanced settings configuration
# settings: |
Expand Down
Loading