{"id":51251448,"url":"https://github.com/heurema/reporter","last_synced_at":"2026-06-29T07:02:10.042Z","repository":{"id":341341207,"uuid":"1168396045","full_name":"heurema/reporter","owner":"heurema","description":"Issue reporter for heurema products. Claude Code plugin.","archived":false,"fork":false,"pushed_at":"2026-03-25T15:59:47.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-26T16:42:09.954Z","etag":null,"topics":["claude-code","claude-code-plugin","feedback","github","issue-reporting"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heurema.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-27T10:40:10.000Z","updated_at":"2026-03-25T15:59:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/heurema/reporter","commit_stats":null,"previous_names":["heurema/reporter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heurema/reporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heurema%2Freporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heurema%2Freporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heurema%2Freporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heurema%2Freporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heurema","download_url":"https://codeload.github.com/heurema/reporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heurema%2Freporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34916411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","claude-code-plugin","feedback","github","issue-reporting"],"created_at":"2026-06-29T07:02:07.399Z","updated_at":"2026-06-29T07:02:10.036Z","avatar_url":"https://github.com/heurema.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n                               __\n   ________  ____  ____  _____/ /____  _____\n  / ___/ _ \\/ __ \\/ __ \\/ ___/ __/ _ \\/ ___/\n / /  /  __/ /_/ / /_/ / /  / /_/  __/ /\n/_/   \\___/ .___/\\____/_/   \\__/\\___/_/\n         /_/\n```\n\n**File issues for heurema products without leaving Claude Code.**\n\n[![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-Plugin-5b21b6?style=flat-square)]()\n[![Version](https://img.shields.io/badge/version-0.1.0-5b21b6?style=flat-square)]()\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n\u003e Auto-detects the product, guides you through issue details, submits via `gh`.\n\n---\n\n## What it does\n\nFiling a bug or feature request mid-session means switching to a browser, finding the right repo, and filling out a form — breaking your flow. Reporter handles the full issue-filing workflow inside Claude Code with a single command. It auto-detects which heurema product you are working with, guides you through issue details one question at a time, and submits via the `gh` CLI. If `gh` is unavailable, it copies the issue body to your clipboard and prints the GitHub URL so you can paste it manually.\n\n## Install\n\n\u003c!-- INSTALL:START — auto-synced from emporium/INSTALL_REFERENCE.md --\u003e\n```bash\nclaude plugin marketplace add heurema/emporium\nclaude plugin install reporter@emporium\n```\n\u003c!-- INSTALL:END --\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eManual install from source\u003c/summary\u003e\n\n```bash\ngit clone https://github.com/heurema/reporter\ncd reporter\nclaude plugin install .\n```\n\n\u003c/details\u003e\n\n## Quick start\n\nOpen any project that uses a heurema product and run:\n\n```\n/report bug\n```\n\nReporter detects the product, asks for a title and description, attaches environment info, shows a preview, and submits on confirmation.\n\n## Commands\n\n| Command | Description |\n|---|---|\n| `/report bug` | File a bug report for the detected heurema product |\n| `/report feature` | Request a new feature |\n| `/report question` | Ask a question via a GitHub issue |\n\n## Features\n\n- **Auto-detection** — identifies the heurema product from git remote, plugin.json, or pyproject.toml; no manual selection required\n- **Guided collection** — asks one question at a time so the experience is conversational, not form-filling\n- **Silent environment capture** — automatically appends OS, shell, and Claude Code version to every issue so maintainers have reproducibility context from the start\n- **Confirm before submit** — always previews the full issue body and waits for explicit confirmation before sending anything to GitHub\n- **Graceful fallback** — if `gh` is unavailable or unauthenticated, copies the issue body to clipboard and prints the correct GitHub URL for manual submission\n\n## Requirements\n\n- Claude Code with plugin support\n- `gh` CLI authenticated to GitHub — optional for submission; the plugin falls back to clipboard if unavailable\n\n## Privacy\n\nReporter assembles the issue body locally. No data is sent anywhere until you confirm submission. On confirmation, the issue body is posted to the detected heurema repository via `gh issue create`, which uses the GitHub API. Reporter stores no credentials — it relies entirely on your existing `gh` auth session.\n\n## See also\n\n- [skill7.dev](https://skill7.dev) — plugin marketplace and documentation hub\n- [Emporium](https://github.com/heurema/emporium) — heurema plugin registry\n- [Reporter on skill7.dev](https://skill7.dev/plugins/reporter) — plugin page, changelog, and release notes\n- [How it works](docs/how-it-works.md) — flow, components, trust boundaries, limitations\n- [Reference](docs/reference.md) — command usage, scenarios, output format, troubleshooting\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheurema%2Freporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheurema%2Freporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheurema%2Freporter/lists"}