← ClaudeAtlas

git-issue-createlisted

Create a GitHub Issue from conversation context - analyze context, generate title/body/labels, preview, and create
tatsushige-i/shared-claude-code · ★ 0 · Code & Development · score 60
Install: claude install-skill tatsushige-i/shared-claude-code
# Create Issue Skill Automate the workflow for creating GitHub Issues from conversation context. Performs context analysis, title/body generation, label inference, preview confirmation, and Issue creation in a single flow. ## Steps ### Step 1: Context Analysis 1. Identify the subject and purpose to be turned into an Issue from the conversation context 2. Based on the "Mandatory Issue Labels" section in the shared development conventions (`conventions.md`), infer the following: - **Type label**: Select one based on the following criteria | Label | Criteria | |-----------------|-----------------------------------------------------------------------| | `bug` | Fixing a defect where existing functionality does not work as expected | | `feature` | Adding new user-facing functionality | | `enhancement` | Improving or extending existing features, UX, or dev workflows | | `documentation` | Documentation-only changes | | `chore` | CI/CD, dependency updates, refactoring, or other non-functional work | - **Priority label**: Select one based on the following criteria | Label | Criteria | |--------------------|--------------------------------------------------------------| | `priority: