LLM Evaluation

Evaluated by: xiaomi/mimo-v2-flash:free

Last evaluated: May 17, 2026

Prompt Quality

3.0 /5

Evaluation error: RetryError[]

Usefulness

3.0 /5

Evaluation error: RetryError[]

Overall Rating

3.0 /5

Evaluation failed

Prompt Preview

---
description: Fetch stargazer locations, classify regions, and generate a region breakdown chart
argument-hint: <owner/repo>
---

Generate a region breakdown chart for: $ARGUMENTS

## Steps

### 1. Fetch stargazer data

Run the CLI to fetch all stargazers with locations (this caches the data):

```
npx gh-star-region <owner/repo> --no-open
```

This will paginate through all stargazers via the GitHub GraphQL API and cache the results.

### 2. Find unclassified locations

Run the unclassified...

Full prompt length: 1771 characters

Tools & Technologies

  • GraphQL