prompt-reviewerlisted
Install: claude install-skill jzills/Claude-Marketplace
# Prompt Reviewer
This skill reviews prompts as artifacts — whether written for Claude, ChatGPT, Midjourney, system prompts, or any other AI tool — and returns an improved version.
Three modes are available:
- **Default** (no flag): single-pass analysis + one optimized rewrite
- **`--deep`**: guided dialogue to understand context before refining
- **`--variants`**: generates three rewrites with different trade-offs
---
## Step 1: Detect Mode
Check whether the user included a flag:
- No flag → run **Default mode**
- `--deep` present → run **Deep mode**
- `--variants` present → run **Variants mode**
- No prompt provided → ask: "Please share the prompt you'd like me to review."
If no flag is present and the prompt is longer than ~200 words or is clearly a multi-part system prompt, suggest `--deep` before proceeding:
> "This looks like a complex prompt — I can run `--deep` for a guided review that asks about your intent and constraints first. Want that, or should I proceed with the default single-pass review?"
If the user does not explicitly confirm `--deep`, proceed with Default mode.
---
## Default Mode
Analyze the prompt across five dimensions. For each, give a one-line finding: mark ✓ (no issue) or describe the specific problem.
| Dimension | What to check |
|-----------|--------------|
| **Clarity** | Is the intent unambiguous? Could it be misread? |
| **Specificity** | Are there vague terms (e.g., "good", "helpful", "brief") that should be made precise? |
| **T