create-issue-gate

Featured

Use when starting a new implementation task and an issue must be created with strict acceptance criteria gating before execution.

AI & Automation 39,350 stars 6386 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

# Create Issue Gate ## Overview Create GitHub issues as the single tracking entrypoint for tasks, with a hard gate on acceptance criteria. Core rule: **no explicit, testable acceptance criteria from user => issue stays `draft` and execution is blocked.** ## When to Use - You are starting a new implementation task and want a GitHub issue to be the required tracking entrypoint. - The work must be blocked until the user provides explicit, testable acceptance criteria. - You need to distinguish between `draft`, `ready`, and `blocked` work before execution begins. ## Required Fields Every issue must include these sections: - Problem - Goal - Scope - Non-Goals - Acceptance Criteria - Dependencies/Blockers - Status (`draft` | `ready` | `blocked` | `done`) ## Acceptance Criteria Gate Acceptance criteria are valid only when they are testable and pass/fail checkable. Examples: - valid: "CreateCheckoutLambda-dev returns an openable third-party payment checkout URL" - invalid: "fix checkout" / "improve UX" / "make it better" If criteria are missing or non-testable: - still create the issue - set `Status: draft` - add `Execution Gate: blocked (missing valid acceptance criteria)` - do not move task to execution ## Issue Creation Mode Default mode is direct GitHub creation using `gh issue create`. Use a body template like: ```md ## Problem <what is broken or missing> ## Goal <what outcome is expected> ## Scope - <in scope item> ## Non-Goals - <out of scope item> ## Accept...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

create-issue

Use when you have a rough user story, bug report, or feature idea that needs to become a well-structured GitHub issue.

3 Updated 2 days ago
The01Geek
AI & Automation Listed

create-issue

Create an issue in GitHub or Jira. Automatically detects if GitHub issues are enabled; if so creates a GitHub issue, otherwise creates a Jira issue.

335 Updated today
aiskillstore
Code & Development Solid

gh-create-issue

Use when user wants to create a GitHub issue for the current repository. Must read and follow the repository's issue template format.

46,699 Updated today
CherryHQ
AI & Automation Listed

buildable-issue

Creates agent-ready GitHub issues that are ready to build. Formerly framed as sdd-issue / SDD-ready issue creation. Use when creating a buildable issue, implementation-ready ticket, SDD-ready issue, preparing work for an orchestrator, or when the user says "create an issue", "write a ticket", or "I need to build X". Also use when the user references an existing issue and wants it enriched with scope, constraints, acceptance scenarios, and technical context.

0 Updated 1 weeks ago
andresnator
AI & Automation Listed

issue-crafting

Craft well-structured GitHub issues with solution-agnostic outcomes, duplicate detection (open and closed), dynamically-discovered labels, and acceptance criteria describing observable behavior without implementation details. Use when creating new GitHub issues. Proactively suggest when an issue prescribes a method instead of describing an outcome.

5 Updated 3 days ago
synaptiai