arpit-learning/agentic-setup Score
Score your AI agent configuration quality, sync configs across agent formats, and comment on PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| agent | Target agent: claude, cursor, or codex | — | claude |
| fail-below | Minimum score to pass (0-100). Action fails if score is below this. | — | 0 |
| comment | Post/update a comment on the PR with the score | — | true |
| auto-refresh | Run agentic-setup refresh and commit updated configs if stale | — | false |
| mode | Action mode: score (default) or sync (creates PR with refreshed configs) | — | score |
| sync-branch-prefix | Branch prefix for sync PRs | — | agentic-setup/sync |
| github-token | GitHub token for PR comments and sync PRs | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| score | Current score (0-100) |
| grade | Letter grade (A-F) |
| delta | Score change from base branch (e.g. +5 or -3) |
| sync-pr | URL of the sync PR created (sync mode only) |