ai-ecoverse/Vibe Coded Badge
Automatically updates a badge showing what percentage of your repository was coded by AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 16, 2026
- License
- MIT
Pinned Snippet
uses: ai-ecoverse/vibe-coded-badge-action@c6875e7a00b5fa208aef24a2e083ccbe13fa870d # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| readme-path | Path to the README file to update | no | README.md |
| badge-style | Badge style (flat, flat-square, plastic, for-the-badge, social) | no | for-the-badge |
| badge-color | Badge color (hex code without #) | no | ff69b4 |
| badge-text | Text to display after percentage | no | Vibe_Coded |
| commit-message | Commit message for badge updates | no | Update vibe-coded badge |
| debug | Enable debug mode for detailed analysis | no | false |
| github-token | GitHub token for pushing changes | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| percentage | The calculated percentage of AI-coded commits |
| changed | Whether the badge was changed (true/false) |
| dominant-ai | The AI tool with the most commits |
| cache-hits | Number of files served from cache |
| cache-misses | Number of files that required analysis |