lint_prompt
Checks prompts for common issues: unresolved placeholders, suspect acronym expansions, leaked meta-commentary. Optionally compares against a draft. No LLM call.
Instructions
Checks any prompt for common issues (unresolved placeholders, suspect acronym expansions, leaked meta-commentary). No LLM call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft | No | Optional original draft; enables draft-comparison rules (e.g. acronym expansion checks) | |
| prompt | Yes | The prompt to lint | |
| context | No | Optional background context the prompt was built from |