wquintili88/Git AI Summary
Generate README, CHANGELOG, and PR descriptions using Groq AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run: readme, changelog, or pr-desc | yes | — |
| groq_api_key | Groq API key | yes | — |
| repo_path | Path to the git repository | no | . |
| output_file | Write output to this file path | no | "" |
| since | Tag or commit SHA to compare from (required for changelog) | no | "" |
| version_label | Release label for changelog (e.g. v1.2.0) | no | "" |
| python_version | Python version to use | no | 3.12 |
Outputs
| name | description |
|---|---|
| content | Generated Markdown content |
| output_file | Path to the output file (if output_file input was set) |