LLM Evaluation

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

Last evaluated: March 29, 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

---
name: c-display
description: Control display brightness and safely move files to trash instead of permanently deleting with rm.
tags: [display, brightness, trash, safety]
---

# Display & Safety

## brightness

```bash
# Get current brightness (0.0 to 1.0)
brightness -l

# Set brightness to 80%
brightness 0.8

# Set brightness to minimum
brightness 0.0

# Set brightness to maximum
brightness 1.0
```

## trash (macos-trash)

Safe alternative to `rm` — moves files to macOS Trash:

```bash
# Mo...

Full prompt length: 929 characters