nxtg-ai/Atlas Portfolio Health
Scan a repository for tech stack, health score, and recommendations. Posts a sticky PR comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| min-health | Minimum portfolio health % (0-100). Action fails if below. | no | 0 |
| min-project-health | Minimum per-project health %. Action fails if any project falls below. | no | 0 |
| python-version | Python version used to install and run the atlas CLI. | no | 3.11 |
| atlas-version | nxtg-atlas version. Use "latest" (installs the newest PyPI release) or pin a version (e.g. "0.3.2"). | no | latest |
| comment | Post a sticky PR comment with the health report. Set "false" for CI-gate-only mode. | no | true |
| github-token | Token used to post PR comments. Defaults to the workflow token. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| status | pass | fail — overall CI gate result. |
| health | Portfolio health percentage (0-100). |
| grade | Portfolio grade letter (A, B+, B, C, D, F). |