6529-collections/AI Code Theme Analysis Action
AI-powered GitHub Action that analyzes code changes in pull requests to identify and consolidate business themes using Claude AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 10, 2025
- License
- MIT
Pinned Snippet
uses: 6529-collections/ai-code-review-action@b7a28967a436b7ae44628981e52b1051113c6ac0 # no releases — HEAD as of 2026-07-20tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | no | ${{ github.token }} |
| anthropic-api-key | Anthropic API key for Claude access | yes | — |
| max-atomic-size | Maximum lines for atomic theme (from PRD) | no | 15 |
Outputs
| name | description |
|---|---|
| themes | Detailed theme analysis with consolidation information |
| summary | Summary of the theme analysis |