From llm-prompt-optimizer
Analyze a prompt and get detailed feedback without modification
How this command is triggered — by the user, by Claude, or both
Slash command
/llm-prompt-optimizer:analyze-promptThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Analyze Prompt Command
Use the **prompt-analyzer** agent to evaluate the user's prompt and provide a quality score.
## Process
1. **Get the prompt**:
- If arguments provided: `{{$ARGUMENTS}}`
- If a file path is given: Read the file using the Read tool
- If no prompt available: The agent will report an error
2. **Invoke the agent**:
Use the Task tool with `subagent_type: "prompt-analyzer"` and pass:
- The prompt to analyze
- Target model (if known)
3. **Present results**:
The agent returns a detailed analysis report including:
- Quality score (0-100)
- Brea...Use the prompt-analyzer agent to evaluate the user's prompt and provide a quality score.
Get the prompt:
{{$ARGUMENTS}}Invoke the agent:
Use the Task tool with subagent_type: "prompt-analyzer" and pass:
Present results: The agent returns a detailed analysis report including:
npx claudepluginhub iButters/ClaudeCodePlugins --plugin llm-prompt-optimizer/analyze-promptAnalyzes provided AI prompt for clarity, specificity, completeness, and issues; scores each 1-10 and suggests targeted improvements.
/check-promptEvaluates AI agent prompts for quality across structure, execution, restrictions, and more; suggests improvements. Supports --score, --fix, --deep, and category-specific checks.
/improve-promptAnalyzes a provided AI prompt or command, scores clarity/specificity/context, lists issues, rewrites improved version with structured sections, and shows changes.
/check-promptEvaluates AI agent prompt quality across 6 categories like structure and execution, suggests improvements. Supports --category, --score, --fix, --deep flags.
/check-promptEvaluates AI agent prompt quality across categories like structure and execution, suggests improvements and fixes. Supports --category, --score, --fix, --deep flags.
/reprompt-oratorOptimizes a prompt using Anthropic best practices, scoring across 7 dimensions (clarity to tone), listing applied techniques, and returning a restructured prompt.