create-issue-gate

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

Content Preview
---
name: create-issue-gate
description: Use when starting a new implementation task and an issue must be created with strict acceptance criteria gating before execution.
risk: safe
source: community
date_added: "2026-03-12"
---

# 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.**

## Required
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/create-issue-gate.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/create-issue-gate/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/create-issue-gate/SKILL.md

Related Skills