Skip to content

Gucky/JiraIssueTexts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Jira Issue Texts

Jira Issue Texts Skill

AI Agents - Skill MIT License LinkedIn

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.

Installing Jira Issue Texts

Install the skill with npx:

npx skills add https://github.com/Gucky/JiraIssueTexts --skill jira-issue-texts

To install it globally for Codex:

npx skills add https://github.com/Gucky/JiraIssueTexts --skill jira-issue-texts --agent codex --global

For a specific agent:

npx skills add https://github.com/Gucky/JiraIssueTexts --skill jira-issue-texts --agent claude-code

For all supported agents:

npx skills add https://github.com/Gucky/JiraIssueTexts --skill jira-issue-texts --agent '*'

Using Jira Issue Texts

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.

Scope and Safety

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.

Requirements

  • Node.js for npx installation
  • An AI coding assistant that supports agent skills

License

Jira Issue Texts was created by Wolfgang Muhsal. It is available under the MIT License.

About

An installable AI agent skill for drafting clear, copy-ready Jira issue titles and descriptions. Provides calibrated structures for Epics, Stories, Improvements, Bugs, Operational tasks, Meetings, Worklogs, and child Subtasks—without inventing missing facts.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors