create-issue

Solid

Use when a rough user story, bug report, feature idea, piece of feedback, or an implementation plan should be recorded as a GitHub issue — "file a ticket for this", "open an issue", "write this up for the backlog", "we should track this", "log this bug", "spec this out as a ticket so we can pick it up later" — i.e. the user wants it tracked rather than built right now. For exploring or designing the work itself, reach for a brainstorming or planning skill first; this skill records the outcome as an issue.

Code & Development 115 stars 41 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 86/100

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

Skill Content

## Completion checklist (do this first) Before any of the pipeline's steps below, establish this seven-slot tracker. Establish it by working down these rungs, moving on whenever one is unavailable: `TodoWrite`, `TaskCreate`/`TaskUpdate`, `update_plan`, any candidate named in a runner-supplied listing of tools it has not yet exposed, then a runner-advertised discovery mechanism — used to search for those candidates, never as one itself. A candidate is **unavailable** when it is not exposed, when the call returns a failure, or when it returns without a failure but confirms no tracker, through the tool's own read-back where it exposes one or its rendered result otherwise. **No rung ends the run:** hold a breadcrumb naming any failure and carry on to the next rung. Once every candidate is exhausted, use the inline fallback in `references/fallback-no-task-tool.md`, loaded per the *Reference routing* rules below — the route this skill takes when the runner exposes no task-tracking tool or the exposed one is disabled or unusable. The seven slots: - [ ] 1. Run Step 1's arm and write its evidence artifact - [ ] 2. Clarify the user story until the Definition of Ready is met (Step 2) - [ ] 3. Draft the issue and pass the no-options gate (Step 3) - [ ] 4. Steelman the draft against the code, revise, re-pass the no-options gate, and append the steelman record to the derivation artifact (Step 3.5) - [ ] 5. Bootstrap the audit state, offer the fresh-context audit, and run and act on any...

Details

Author
The01Geek
Repository
The01Geek/prflow
Created
3 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

create-issue

Interview the user and open a GitHub issue that is specific enough to be implemented without further questions. Use when asked to create/file/open an issue, turn an idea or bug report into a tracked issue, or "write this up as an issue". Grounds the issue in this repo's architecture and asks the user targeted questions to remove ambiguity before filing. Pairs with the `pick-issue` and `implement` skills.

1 Updated today
ChulioZ
Code & Development Listed

create-issue

Use when the user asks to create a GitHub issue, file a bug, request a feature, open a tracking issue, or break a feature into multiple sub-issues. Guides interactive issue drafting with structured templates, workspace-change attachment, dependency linking, and the optional `autonomous` label for the automated dev pipeline.

37 Updated today
zxkane
AI & Automation Listed

create-issue

Create a fully-seeded GitHub issue — not a bare `gh issue create`: template-compliant, carrying a brainstorm → spec → implementation-plan trail so a contributor can pick it up cold. ALWAYS reach for this whenever the user wants to open, file, add, raise, log, or track a NEW issue / feature request / idea / ticket / backlog item — "track this idea", "make a ticket", « ouvre une issue pour X », « crée un ticket pour ça », or batches of several ideas at once. Also PLANS AN EXISTING raw issue via `--seed #N` ("give issue 42 a plan"). Does NOT apply to otherwise managing existing issues (commenting, closing, listing), or to standalone brainstorming with no issue to file.

3 Updated today
phmatray