actions-marketplace-validations/PQS Check
Score and gate AI prompts before they hit production.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | PQS API key (starts with pqs_live_). Store as a repo secret. | yes | — |
| dir | Directory to recursively scan for .md / .txt / .prompt files. | no | prompts |
| file | Single file to score. Takes precedence over `dir` when both are supplied. | no | "" |
| threshold | Minimum total score out of 80. The action fails if any prompt scores below this. | no | 60 |
| format | Output format: text | json | markdown. | no | markdown |
| cli-version | Pin a specific pqs-quality version (e.g. 0.1.0). Defaults to latest. | no | latest |
Outputs
| name | description |
|---|---|
| exit-code | Exit code from pqs check (0=pass, 1=threshold fail, 2=api/network, 3=auth). |