cowboycodr/antipattern
Evidence, scope, and review-readiness checks for issues and PRs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used to read metadata and optionally post comments, checks, or labels. | no | ${{ github.token }} |
| config-path | Optional path to .antipattern.yml or antipattern.config.json. | no | — |
| dry-run | Produce the report and comment body without posting to GitHub. | no | false |
| report-path | Path where the JSON report should be written. | no | antipattern-report.json |
Outputs
| name | description |
|---|---|
| score | Numeric review-readiness score. |
| risk-level | Review-burden risk level. |
| report-path | Path to the machine-readable JSON report. |
| suggested-comment | Rendered antipattern comment body. |
| should-run-codex-second-pass | Whether a configured Codex second pass should run. |