From antigravity-awesome-skills
Creates GitHub issues with strict acceptance criteria gating, blocking execution until testable criteria are provided. Use when starting implementation tasks that require issue tracking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:create-issue-gateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create GitHub issues as the single tracking entrypoint for tasks, with a hard gate on acceptance criteria.
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.
draft, ready, and blocked work before execution begins.Every issue must include these sections:
draft | ready | blocked | done)Acceptance criteria are valid only when they are testable and pass/fail checkable.
Examples:
If criteria are missing or non-testable:
Status: draftExecution Gate: blocked (missing valid acceptance criteria)Default mode is direct GitHub creation using gh issue create.
Use a body template like:
## Problem
<what is broken or missing>
## Goal
<what outcome is expected>
## Scope
- <in scope item>
## Non-Goals
- <out of scope item>
## Acceptance Criteria
- <explicit, testable criterion 1>
## Dependencies/Blockers
- <dependency or none>
## Status
draft|ready|blocked|done
## Execution Gate
allowed|blocked (<reason>)
draft: missing/weak acceptance criteria or incomplete task definitionready: acceptance criteria are explicit and testableblocked: external dependency prevents progressdone: acceptance criteria verified with evidenceNever mark an issue ready without valid acceptance criteria.
Execution workflows (for example closed-loop-delivery) may start only when:
readyallowedIf issue is draft, stop and request user-provided acceptance criteria.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderCreates structured GitHub issues for new implementation tasks, gating execution in draft status until explicit, testable acceptance criteria are provided.
Creates structured GitHub issues with TDD principles, labels, templates, and auto-closing keywords. Analyzes repo, detects duplicates/templates, handles epics/bugs/PR tasks.
Creates and manages GitHub issues for bugs, features, and tasks with enforced quality standards like reproducibility steps, acceptance criteria, and severity assessment.