# Github Create Issue

> Create a new issue on a GitHub repository via API

- Skill: `jadegate/github-create-issue` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jadegate/github-create-issue`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jadegate/github-create-issue/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: jadegate (https://skillmd.com/u/jadegate)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jadegate/github-create-issue

---


# GitHub Issue Creator

Create a new issue on a GitHub repository via API

## When to Use

- User wants to create issue
- User wants to github issue
- Keywords: github, issue, api, repository

## Required Parameters

- **repo** (string): Repository in owner/repo format
- **title** (string): Issue title
- **body** (string): Issue body
- **token** (string): GitHub personal access token

## Output

- **issue_number** (number): Created issue number
- **url** (string): Issue URL

## Security

- Sandbox level: strict
- Max execution time: 30000ms
- Network whitelist: api.github.com
- JadeGate verified: Yes (5-layer security check passed)

## Execution Flow

Entry: `build` -> 6 steps -> Exit: `ret_ok`, `ret_fail`

