issue

Featured

Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the standard chain with a PR exit. Trigger with /hyperflow:issue, "work on issue #N", "fix this issue <url>", "implement this issue", "triage issue #N and raise a PR".

AI & Automation 2,560 stars 368 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Issue GitHub-native **entry point** for the chain: one issue URL in, one reviewed pull request out. This skill owns ingestion, triage, and spec synthesis; everything after that is the standard chain (`/hyperflow:plan` → `/hyperflow:dispatch`) with GitHub chain args propagated so dispatch's Step 5 offers the **PR exit**. The maintainer-side counterpart is [`/hyperflow:pr`](../pr/SKILL.md) (review an incoming PR). ## Step 0 — Preflight 1. Resolve the argument: full URL, `#N`, or bare number against the current repo's `origin`. No GitHub remote → stop with `No GitHub remote — /hyperflow:issue needs a repo with an origin on GitHub.` 2. `gh auth status` (once per chain). Unauthenticated → continue in **local-only mode**: the chain still runs, the PR exit and any comment posting are skipped, and the wrap-up prints the exact `gh auth login` + `gh pr create` commands to finish by hand. Never half-post. 3. `gh issue view <n> --json title,body,comments,labels,author,state,url`. Closed issue → confirm intent via `AskUserQuestion` (`Work on it anyway / Stop` — binary, no marker). ## Step 1 — Triage (decision agent) Dispatch a triage consultation per [`../hyperflow/task-triage.md`](../hyperflow/task-triage.md) over the full thread (body + comments + labels). Classify: | Class | Route | |---|---| | Bug report | Root-cause discipline from [`../trace/SKILL.md`](../trace/SKILL.md) — reproduce before any patch; then the fix chain on `fix/issue-<n>-<slug>` | | Feature / enha...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
9 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

issue-to-pr

Drive a GitHub issue — bare or tracked on a Project board — from triage to a merge-ready PR through a gated pipeline (design hardening, tests green, code-review clean), scaling the machinery to the task's tier and asking at most one batched question. Auto-links the issue to close on merge, advances the board card, then merges and cleans up once you approve the PR in-session. Triggers: "take task N", "work on issue #N", "do the next task", "build/fix X" when no issue exists yet, and — for the merge gate later — "merge it", "approve the PR", "ship it", "lgtm merge".

6 Updated 5 days ago
DmitriyYukhanov
AI & Automation Solid

tackle-issue

Start-of-work triage in this monorepo. Trigger on: a GitHub issue number ("tackle issue 99", "work on #42", bare #N), pasted proposal/spec text ("investigate this", "pressure-test this", "scope this"), or picker phrasing ("tackle the next issue", "what should I work on"). Read-only investigation that tries to falsify the premise, then recommends SHIP / SHIP WITH CAVEAT / DEFER / SKIP. On SHIP verdicts for a real issue number it offers branch checkout + task seeding; --investigate-only suppresses that handoff. Not for PR review or work already in progress.

68 Updated today
gtapps
Code & Development Listed

ship-issue-gh

GitHub · GitHub-Issues sibling of /abc:ship-issue. Drives a GitHub issue (or list, or parent with task-list children) from `pending` to `merged` through the implement → PR → address-review → merge loop. Emulates Linear's state machine on top of GitHub Issues using the label conventions documented in scaffold-sub-issues-gh/github-conventions.md. TRIGGER when the user says "/ship-issue-gh <owner>/<repo>#<n>", asks to ship/land/drive a GitHub issue, or wants Claude to take a GitHub-tracked ticket through review to merge. Also trigger when resuming work on a GitHub issue with an open PR and pending reviewer comments. Self-arms its own `/loop` — the user invokes once and walks away.

0 Updated 1 weeks ago
semanticpixel