diekotto/AI Pull Request Analysis
Analyzes pull requests using Anthropic Claude AI to provide intelligent feedback
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic_api_key | Anthropic API key for Claude | yes | — |
| github_token | GitHub token for API access | yes | ${{ github.token }} |
| file_patterns | Glob patterns for files to analyze (comma-separated) | no | **/*.{js,jsx,ts,tsx,py,java,rb,go,rs} |
| exclude_patterns | Glob patterns for files to exclude (comma-separated) | no | **/node_modules/**,**/dist/**,**/build/** |
| max_files | Maximum number of files to analyze in a single PR | no | 10 |
| comment_threshold | Minimum confidence score for comments (0-1) | no | 0.7 |
| analysis_level | Depth of analysis (basic, standard, deep) | no | standard |
| model | Claude model to use for analysis | no | claude-3-5-haiku-20241022 |
Outputs
no outputs