# 423 Issue Create 40fc5d63

> Create GitHub Issue

- Skill: `tools-only/423-issue-create-40fc5d63` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/423-issue-create-40fc5d63`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/423-issue-create-40fc5d63/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/423-issue-create-40fc5d63

---


# Create GitHub Issue

Based on our prior discussion, create a GitHub issue.

**Instructions:**
1. Extract the issue title and body from the conversation context
2. Use a clear, descriptive title
3. Include relevant details from our discussion in the body
4. Use markdown formatting for better readability

**Create the issue using:**
```bash
gh issue create --title "TITLE" --body "BODY"
```

If no prior discussion context is found, respond: "No discussion context found. Please discuss the feature or bug first before creating an issue."

