Analyse détaillée Elo des prompts

VérifiéSûr

Analyse détaillée du dernier prompt de l'utilisateur. Produit un rapport visuel avec un score Elo global, un radar des 5 critères (clarté, spécificité, contexte, créativité, originalité), des suggestions d'amélioration et le classement global, puis ouvre le rapport dans le navigateur.

Spar Skills Guide Bot
ContenuIntermédiaire
6002/06/2026
Claude Code
#prompt-analysis#elo-scoring#visualization#improvement

Recommandé pour

Notre avis

Cette compétence analyse la dernière requête de l'utilisateur et génère un rapport visuel détaillé avec un score Elo.

Points forts

  • Fournit une évaluation chiffrée complète sur cinq critères
  • Génère un rapport HTML interactif avec graphiques
  • Propose des suggestions d'amélioration ciblées

Limites

  • Nécessite l'installation préalable de l'outil PromptElo
  • Le classement global dépend de la disponibilité de l'API communautaire
Quand l'utiliser

Utilisez cette compétence pour obtenir une évaluation objective et détaillée de la qualité d'un prompt.

Quand l'éviter

Ne l'utilisez pas si vous cherchez une simple note rapide sans analyse visuelle.

Analyse de sécurité

Sûr
Score qualité85/100

The skill runs a local Python script and opens an HTML report; no external fetching, destructive commands, or data exfiltration. The instructed actions are benign and do not disable safety mechanisms.

Aucun point d'attention détecté

Exemples

Analyze last prompt
/prompt-elo
Score a specific prompt
/prompt-elo "Explain quantum computing in simple terms"

name: prompt-elo description: Get detailed Elo scoring breakdown with visual report for your last prompt allowed-tools:

  • Bash(python3 *)
  • Bash(open *)
  • Write(*)

PromptElo Detailed Analysis

When this skill is invoked, analyze the user's most recent prompt and generate a detailed visual report.

Instructions

  1. First, get the user's most recent prompt from the conversation history. If the skill was invoked with arguments (e.g., /prompt-elo "my prompt here"), use that text instead.

  2. Run the scorer to get the detailed breakdown:

    echo '{"prompt": "<USER_PROMPT>"}' | python3 ~/.promptelo/client/scorer.py --detailed
    
  3. Generate an HTML report using the template at ~/.promptelo/skills/prompt-elo/templates/report.html

  4. The report should include:

    • Overall Elo Score with tier badge
    • Radar Chart showing all 5 criteria (clarity, specificity, context, creativity, novelty)
    • Score Breakdown with explanations for each criterion
    • Improvement Suggestions based on lowest-scoring areas
    • Global Ranking showing percentile among all prompts (if API available)
  5. Save the report to a temp file and open it in the browser:

    open /tmp/promptelo_report.html
    

Output Format

Present a summary in the terminal:

📊 PromptElo Analysis Complete!

Elo Rating: 1847 ⭐ (Expert)

Score Breakdown:
  Clarity:     ████████░░  82%
  Specificity: ███████░░░  71%
  Context:     █████████░  88%
  Creativity:  ██████░░░░  63%
  Novelty:     ███████░░░  74%

🎯 Top Suggestion: Add more specific technical details to improve specificity.

📈 Global Ranking: Top 15% (of 12,847 prompts)

Full report opened in browser →

Notes

  • If the community API is unavailable, novelty will show as "N/A" and use a default value for Elo calculation
  • The HTML report includes interactive elements and can be saved for reference
  • Suggestions are generated based on which criteria scored lowest
Skills similaires