From aidd-vcs
Creates issues in the configured ticketing tool with a template, gathering context for actionable bug reports.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-vcs:04-issue-createThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Files well-formed issues in the configured tracker after gathering enough context to be actionable.
Files well-formed issues in the configured tracker after gathering enough context to be actionable.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | issue-create | Detect tool, fill template, validate, open the issue | problem_description, labels, type |
Single action skill. The router dispatches to issue-create whenever an issue or bug-report phrase appears.
git remote get-url origin.@assets/issue-template.md.@assets/CONTRIBUTING.md for project-specific issue rules before drafting.@assets/issue-template.md: Issue / ticket body template.@assets/CONTRIBUTING.md: Contribution guidelines, including issue process.npx claudepluginhub ai-driven-dev/frameworkCreates and manages GitHub issues for bugs, features, and tasks with enforced quality standards like reproducibility steps, acceptance criteria, and severity assessment.
Creates well-structured GitHub issues using gh CLI with templates for bugs, features, tasks including titles, descriptions, acceptance criteria, and labels. Use for filing bugs or feature requests.
Open-source issue creation: bug reports, feature requests, and structured contribution communication. Invoke whenever task involves any interaction with issues in external repositories — filing bugs, proposing features, reporting problems, or preparing issue content for open-source projects.