actions-marketplace-validations/PQS Check

Score and gate AI prompts before they hit production.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyPQS API key (starts with pqs_live_). Store as a repo secret.yes
dirDirectory to recursively scan for .md / .txt / .prompt files.noprompts
fileSingle file to score. Takes precedence over `dir` when both are supplied.no""
thresholdMinimum total score out of 80. The action fails if any prompt scores below this.no60
formatOutput format: text | json | markdown.nomarkdown
cli-versionPin a specific pqs-quality version (e.g. 0.1.0). Defaults to latest.nolatest
namedescription
exit-codeExit code from pqs check (0=pass, 1=threshold fail, 2=api/network, 3=auth).