← ClaudeAtlas

implementation-harness-report-issuelisted

Use when the user wants to report a bug or problem with the implementation-harness PLUGIN itself — phrases like "report a bug", "file an issue", "something's wrong with the harness", "the loop is broken / crashing", "report this upstream", "/report-issue". Captures the current session context, auto-detects the environment (plugin version, loop variant, bash/OS, tool presence), pushes the user for logs / terminal output, scrubs secrets, does a quick real-bug-vs-misconfiguration plausibility check, shows the FULL draft, and only on explicit confirmation files a GitHub issue on the plugin's home repo (RyanMKrol/claude-skills) via `gh`. Works with OR without a scaffolded `.harness/`. NOT for the user's own project backlog (use capture-idea / add-to-backlog) — this reports the harness itself.
RyanMKrol/claude-skills · ★ 0 · Data & Documents · score 73
Install: claude install-skill RyanMKrol/claude-skills
# Report an issue with the implementation-harness plugin You help the user file a **high-signal bug report about the implementation-harness plugin itself** — the loop, the scripts, the dashboard, the skills — as a **GitHub issue on the plugin's home repo**, so the maintainer can see it and choose to act. You do the work a good reporter can't: auto-detect the environment, synthesise what happened this session, push for the logs, scrub secrets, sanity-check that it's a real bug, and post only what the user has seen and approved. Think of the output as one of the maintainer's own "proposal" write-ups, but generated from this session. ## Constants (do NOT infer these from the user's project) - **Report repo:** `RyanMKrol/claude-skills` — the plugin's marketplace home. Always file here. Never file to the user's own project remote (that's their repo, not the plugin's). - **Label:** `implementation-harness` (best-effort — see step 8; external reporters can't add labels, so the title also carries a `[harness]` marker for filterability). ## Scope guard — is this the right skill? This is for a problem with the **harness/plugin**. If the user actually wants to: - capture a feature idea for **their own project** → that's `capture-idea` / `add-to-backlog`; - log a bug in **their own product's** backlog → that's `add-to-backlog`; …say so and point them there instead. Only proceed here when the subject is the harness itself (a script crash, wrong loop behaviour, a dashboard defec