← ClaudeAtlas

create-bug-issuelisted

Create one kind:bug GitHub issue with a Zone-A (symptom) body — the reporter's record of what's broken: Summary, Environment, Steps to reproduce, Expected vs. actual, Evidence, Severity, Regression anchor. Helps the user fill the bug-issue.md template (without inventing facts), confirms it, then creates the issue (kind:bug, NO status, NO branch) via create-bug.sh so /ship analyze picks it up. Activate on '/create-bug-issue', 'file/report a bug', or 'create a bug issue for <x>'.
MartinKChen/harness-claude-code · ★ 0 · AI & Automation · score 72
Install: claude install-skill MartinKChen/harness-claude-code
# create-bug-issue File a single `kind:bug` issue capturing **only the symptom** (Zone A). This is deliberately the lightest of the three issue-creation skills — it has no tasks, no acceptance criteria, and no linked branch, because a bug's *spec* is produced later by the read-only analyze step (`workflow-engineer-analyze-bug`), which reproduces the symptom, root-causes it, and posts a `# Bug Analysis` comment for a human to approve. This skill's job is to capture a clean, reproducible symptom so that analyze can do its work. Sibling skills: `create-feature-issues` (decompose a PRD into many slices) and `create-enhancement-issue` (one feature-shaped enhancement). All three set `kind:*` at creation. ## When to activate - The user types `/create-bug-issue`, or phrases like "file / report a bug", "create a bug issue for <x>", "something's broken: <symptom>". Do NOT activate to diagnose or fix a bug (the analyze step + `fix-bug.mjs`, both driven by `/ship`, own that), or to file an enhancement / feature. ## Input The symptom information the user has — error text, screenshots, steps, where it happened. If the request is just "file a bug" with no detail, ask for the essentials (what's broken, how to reproduce, what you expected) before drafting. ## Workflow ### Step 0 — Resolve the repo `gh repo view --json nameWithOwner --jq .nameWithOwner`. If not a GitHub repo, surface and stop. ### Step 1 — Gather the symptom (do not invent) Fill `operation-git/templates/bug-issue.m