npx claudepluginhub shakestzd/htmlgraph# /htmlgraph:report-issue Report a bug or issue with HtmlGraph directly to the development team. ## Usage ## Instructions for Claude When the user invokes this command: 1. If no title provided, ask the user to describe the issue they're experiencing 2. Gather context automatically: - HtmlGraph version: `uv run python -c "import htmlgraph; print(htmlgraph.__version__)"` - Python version: `python3 --version` - OS: `uname -s -r` - Claude Code version: check `claude --version` if available - Recent errors: check last 20 lines of any relevant error output the user shared 3....
/report-issueCapture plugin misbehavior as a regression test case and Linear issue with classification and reproduction steps
Report a bug or issue with HtmlGraph directly to the development team.
/htmlgraph:report-issue [title]
When the user invokes this command:
uv run python -c "import htmlgraph; print(htmlgraph.__version__)"python3 --versionuname -s -rclaude --version if availablegh issue create on shakestzd/htmlgraph:gh issue create --repo shakestzd/htmlgraph \
--title "Bug: <title>" \
--body "$(cat <<'EOF'
## Bug Report
**Description:** <user's description>
### Environment
- HtmlGraph version: <version>
- Python version: <version>
- OS: <os>
- Claude Code version: <version>
### Steps to Reproduce
<steps>
### Expected Behavior
<expected>
### Actual Behavior
<actual>
### Error Output
```
Reported via HtmlGraph issue reporter EOF )"
5. If `gh` is not authenticated or the user can't create issues, provide the issue body as formatted text they can paste manually at https://github.com/shakestzd/htmlgraph/issues/new
6. Return the issue URL to the user.
**IMPORTANT:** Never include sensitive information (API keys, tokens, file contents) in the issue. Only include version numbers, error messages, and user-provided descriptions.