create-issue

Creates GitHub issues and epics with audit-first workflows using the gh CLI.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Ouaish-Labs/ouaish.com --skill create-issue-ouaish-labs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/Ouaish-Labs/ouaish.com/tree/main/.claude/skills/create-issue
Command: npx skills add https://github.com/Ouaish-Labs/ouaish.com --skill create-issue-ouaish-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams lose track of bugs and audit findings when issues are filed late, vaguely, or not at all. This Skill standardizes GitHub issue and epic creation so every bug, enhancement, and audit finding becomes a self-contained, traceable ticket that any future session can implement without extra context. ## Core Features & Use Cases - Structured Issue Templates: Create bug and enhancement issues via gh issue create with reproduction steps, discovery context, and acceptance criteria. - Self-Contained Implementation Specs: File issues with exact file paths, current vs. new code, imports, verification commands, and anti-patterns so work survives context loss. - Audit-First Epic Workflow: Draft epics with a human review gate, then finalize by filing linked child issues and deferred items with labels like epic/<slug>, audit-finding, and deferred. - Use Case: During a code review you find three related UI regressions. Draft an epic, get human approval on the checklist, then auto-file linked implementation issues plus a deferred redesign ticket. ## Quick Start Ask the assistant to create a GitHub issue for a bug you just found, including reproduction steps and the files involved.

Frequently Asked Questions about create-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a GitHub issue from the command line?▼

Use gh issue create with a --title and --body flag to file issues directly from the terminal. The Skill provides templates for bugs and enhancements that include reproduction steps, expected behavior, and discovery context.

How do I create an epic that groups multiple GitHub issues?▼

Create a draft epic issue with a checklist of reported and audit-found items, get human approval, then file individual issues labeled epic/<slug> and update the epic body with linked issue references as the scope contract.

What should a good implementation issue include?▼

A self-contained spec includes context and dependencies, exact files to modify with line numbers, current versus new code snippets, imports to add, verification commands, acceptance criteria, and anti-patterns to avoid.

Can I add GitHub issues to a project board with gh CLI?▼

Yes, use gh project list to find the project number, then gh project item-add <PROJECT_NUMBER> --owner @me --url <ISSUE_URL> to link the issue to the appropriate project board.

How do I track deferred work found during a code audit?▼

File deferred findings as separate issues labeled audit-finding and deferred, with the discovery context and reason for deferral. They remain discoverable via gh issue list --label deferred and are never silently dropped.