issues-create
CommunityCreate structured git-native issues instantly
Authorglhewett
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Creating and tracking lightweight issues in a git-native workflow can be error-prone and inconsistent when done manually; this Skill automates generating properly formatted issue files so teams maintain consistent metadata and history in the repository.
Core Features & Use Cases
- Automated Issue Creation: Computes the next zero-padded 4-digit ID, writes a TOML file with id, title, priority, assigned_to, status, closed, and created_at fields, and appends a comments section placeholder.
- Flag Parsing and Defaults: Accepts CLI-style flags for title, priority, assigned-to, and status, and falls back to sensible defaults when flags are omitted.
- Git Integration: Stages the new issue file with git add to ensure the change is tracked and ready for commit.
- Use Case: Quickly open a new bug or task from a natural-language instruction and have a consistent .issues/{id}.toml record created and staged.
Quick Start
Create a new issue titled Fix login bug with high priority assigned to alice by invoking the skill with flags --title Fix login bug --priority high --assigned-to alice.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: issues-create Download link: https://github.com/glhewett/public-skills/archive/main.zip#issues-create Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.