Prompt Linter
The three-tier severity system (error/warning/suggestion) helps you prioritize fixes and avoids overwhelming rewrites.
Act as a prompt linter. Analyze the following prompt and flag issues, warnings, and suggestions.\n\nPrompt to lint:\n{{prompt_text}}\n\nIntended use: {{intended_use}}\nTarget model: {{target_model}}\n\nCheck for:\n1. ERRORS (will cause bad output):\n - Contradictory instructions\n - Missing output format specification\n - Ambiguous references ("it", "this", "the data")\n2. WARNINGS (may cause inconsistent output):\n - Overly long instructions (suggest splitting)\n - Missing constraints or guardrails\n - No examples provided where examples would help\n3. SUGGESTIONS (could improve quality):\n - Better structure opportunities\n - Variable placeholders that could be added\n - Model-specific optimizations for {{target_model}}\n\nFormat output as: [ERROR/WARNING/SUGGESTION] Line/section | Issue | Fix
Variables to customize
Why this prompt works
The three-tier severity system (error/warning/suggestion) helps you prioritize fixes and avoids overwhelming rewrites.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.