What problem does it solve?
Manually creating well-formed GitHub issues in dotCMS/core requires knowing the right template, labels, team assignment, native issue type, and Project #7 field values. This Skill automates that entire workflow and also lets you update, query, and discover existing issues without memorizing gh CLI commands or GraphQL mutations.
Core Features & Use Cases
- Template-driven issue creation: Classifies your request as Defect, Task, Spike, Feature, Epic, or UX, reads the matching template from .github/ISSUE_TEMPLATE/, and builds a structured body with refined acceptance criteria.
- Full lifecycle management: Update labels, titles, native GitHub issue types, project Status/Technology/Priority fields, and sub-issue relationships on existing issues.
- Issue discovery (FIND mode): List issues assigned to you, open for your team, filtered by sprint (current/next/previous), recently updated, or matching a keyword, with stale-work flags and board links.
- Use Case: Say "create a defect for the content search leaking info with limited users" and the Skill classifies the type, runs an ambiguity-resolution loop to write testable acceptance criteria, applies the correct Team/Type/feature labels, sets the native issue type, and assigns the Technology field in Project #7.
Quick Start
Ask the assistant to create a GitHub issue describing your bug or task in plain language, for example: create a defect issue for the login page throwing a 500 error after save.