Jira Issue Texts is an agent skill for Codex and other AI coding assistants. It turns notes, requirements, defects, planned work, meeting topics, and time-logging scope into concise Jira issue titles and copy-ready descriptions.
Its structures were calibrated against Jira AI for Epic, Story, Improvement, Bug, Operational, Meeting, and Worklogs issues. It also keeps child Subtasks focused on their Story, Improvement, or Bug parent.
Install the skill with npx:
npx skills add https://github.com/Gucky/JiraIssueTexts --skill jira-issue-textsTo install it globally for Codex:
npx skills add https://github.com/Gucky/JiraIssueTexts --skill jira-issue-texts --agent codex --globalFor a specific agent:
npx skills add https://github.com/Gucky/JiraIssueTexts --skill jira-issue-texts --agent claude-codeFor all supported agents:
npx skills add https://github.com/Gucky/JiraIssueTexts --skill jira-issue-texts --agent '*'In Codex, trigger the skill directly:
$jira-issue-texts
Or ask naturally:
Use Jira Issue Texts to draft a Bug title and description from these reproduction notes.
The skill helps agents to:
- select the correct structure for the Jira issue type;
- write concise titles and descriptions in Jira-friendly Markdown;
- produce testable acceptance or success criteria without inventing facts;
- keep scope, outcomes, procedures, and supporting information distinct; and
- formulate focused Subtasks when explicitly requested.
The skill generates and reviews text only. It does not create Jira issues, modify external systems, infer missing project facts, or turn suspected causes and solutions into confirmed statements.
- Node.js for
npxinstallation - An AI coding assistant that supports agent skills
Jira Issue Texts was created by Wolfgang Muhsal. It is available under the MIT License.
