Create a GitHub issue using the appropriate template
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Jartan-LLC/grimoire --skill create-issue --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Create Issue?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jartan-llc-create-issue)More formats (shields.io, HTML) on the badges page.
---
name: create-issue
description: Create a GitHub issue using the appropriate template
argument-hint: Description of the bug or feature request
---
# Create Issue
Create a GitHub issue from a description.
## Process
### 1. Gather Context
Use the user's request and the conversation context to understand what needs to be filed. If this is being called from within an existing issue or PR, gather relevant context from it -- the new issue may be a spin-off for something discovered during that work.
### 2. Determine Type
From the gathered context, determine whether this is a bug report or feature request.
### 3. Read Template
Read the appropriate template from `.github/ISSUE_TEMPLATE/`:
- Bug -> `bug_report.yml`
- Feature -> `feature_request.yml`
### 4. Create Issue
Create the issue following the template structure, with the correct label:
- Bug: label `bug`
- Feature: label `enhancement`
```bash
gh issue create --title "<title>" --label "<label>" --body "<body following template>"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.