report-issue

report-issue is a command for Claude Code from mjmorales/claude-prove. It costs 14 tokens per session (671 once invoked), scanned A, original, MIT.

A guided command for reporting a bug, feature request, or documentation problem in the prove plugin as a GitHub issue. It checks GitHub CLI access and helps gather the needed details.

In plain words
What is it for?
Use it to draft and submit a prove-plugin bug report, feature request, or documentation issue through GitHub CLI.
Why use it?
It avoids manually deciding what information belongs in an issue or forgetting important details such as the plugin version and reproduction steps.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: names the AskUserQuestion tool; mentions Claude Code.

Part of the prove plugin — 25 skills, 30 commands, 21 agents, 5 hooks, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/mjmorales/claude-prove/report-issue
Clone the repo
git clone --depth 1 https://github.com/mjmorales/claude-prove

Made for: Claude Code.

Or install prove, the plugin that ships this one along with the rest of its 25 skills, 30 commands, 21 agents, 5 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for report-issue

README.md
[![agentmods](https://agentmods.dev/badge/commands/mjmorales/claude-prove/report-issue.svg)](https://agentmods.dev/commands/mjmorales/claude-prove/report-issue)
Your own site
<a href="https://agentmods.dev/commands/mjmorales/claude-prove/report-issue"><img src="https://agentmods.dev/badge/commands/mjmorales/claude-prove/report-issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 671 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.00671
Opus 5 $0.00007 $0.00336
Sonnet 5 $0.00003 $0.00134
Haiku 4.5 $0.00001 $0.00067

Measured 6d ago against content hash 5a24776f1ad8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

report-issue scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/report-issue.md · 130 lines

How it starts

The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Report Issue: $ARGUMENTS

File a GitHub issue against the prove plugin using gh CLI.

Step 0: Verify gh CLI

gh auth status 2>&1

If not installed: "Install the GitHub CLI: https://cli.github.com/ then run gh auth login" If not authenticated: "Run gh auth login to authenticate"

Stop on auth failure.

Step 1: Determine issue type

If $ARGUMENTS is provided, infer type from context. Otherwise, AskUserQuestion (header: "Issue Type"):

  • "Bug Report" — something is broken or behaving unexpectedly
  • "Feature Request" — a new capability or improvement
  • "Documentation" — missing, unclear, or incorrect docs

Step 2: Gather context

Read the plugin version:

cat "$PLUGIN_DIR/.claude-plugin/plugin.json" 2>/dev/null | grep version

Bug reports: plugin version, actual vs expected behavior, reproduction steps, error output, which command/skill. Ask user for anything not clear from $ARGUMENTS.

Feature requests: what the user wants, motivation/use case, implementation ideas.

Documentation: what is missing or wrong, where the user expected to find it.

Step 3: Draft the issue

Compose using the appropriate template. Present via AskUserQuestion (header: "Draft").

Bug Report:

## Bug Report

**Plugin version**: vX.Y.Z
**Command/Skill**: /prove:<name>

### What happened
<description>

### Expected behavior
<description>

### Steps to reproduce
1. ...

### Error output
```
<paste if available>
```

### Environment
- OS: <detected>
- Claude Code version: <if known>

Feature Request:

## Feature Request

**Plugin version**: vX.Y.Z

### What
<description>

### Why
<motivation / use case>

### Proposed approach
<ideas, if any>

Documentation:

## Documentation Issue

**Plugin version**: vX.Y.Z

### What's missing or wrong
<description>

### Where I looked
<file or command>

Options: "Submit" / "Edit" / "Cancel"

On "Edit": let user modify, then re-present. On "Cancel": stop.

Step 4: Determine labels

Read the full file on GitHub · 130 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 130 lines · 14 tokens per session scan A 5a24776f1ad8

Subscribe to this mod's changes

report-issue is a command published in the GitHub repository mjmorales/claude-prove (2 stars, last pushed 26d ago), licensed MIT. It adds 14 tokens to every session and 671 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.