ajhahn.de
← eeco-claude-plugin
Markdown 27 lines
---
description: File an eeco friction report. Writes a local record and prints a pre-filled GitHub issue URL — nothing is sent automatically. Flags --note TEXT, --cmd CMD.
argument-hint: "[--note \"TEXT\"] [--cmd \"CMD\"]"
---

File a friction report for eeco.

Use the Bash tool to run:

```
eeco report-bug $ARGUMENTS
```

`eeco report-bug` records a local friction report and prints a pre-filled
GitHub-issue URL. Nothing is sent anywhere automatically — the user decides
whether to open the URL. After running it, show the user the printed URL so they
can file the issue if they choose.

Notable flags you can pass through `$ARGUMENTS`:

- `--note TEXT` — attach a longer note to the report.
- `--cmd CMD` — record the command that triggered the friction.

If the command fails because `eeco` is not found, tell the user the plugin
requires the `eeco` binary on `PATH` and point them to the install instructions
at https://github.com/ajhahnde/eeco — do not attempt to install it yourself.