actions-marketplace-validations/Prompt Control Plane

Lint AI prompts for quality — deterministic scoring, classification, routing, and policy enforcement. Zero LLM calls.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 10, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/rishiatlan_prompt-optimizer-mcp@ae8aa05bf29abce4f9030ae2d68a1b22629fdcbf # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
subcommandCLI subcommand: check (default), score, preflightnocheck
filesGlob pattern for prompt files to lint (.txt and .md files only). Examples: "prompts/*.txt", "**/*.md"yes
thresholdMinimum quality score (0-100). Optional — overrides strictness if set.no
strictnessPreset: standard (60), strict (75), relaxed (40). Ignored if threshold is set.nostandard
versionnpm version to install (optional). If omitted, uses the action tag reference.no
commentPost results as a PR comment. Requires pull-requests: write permission.nofalse
tokenGitHub token for PR commenting. Defaults to the automatic GITHUB_TOKEN.no${{ github.token }}
namedescription
jsonRaw JSON output from PCP
exit_codePCP exit code (0=pass, 1=fail, 2=error, 3=policy-blocked)