Skip to content

feat(agents): add jira skill for AI SDLC workflows via jira-cli#220

Closed
tairMustafaiev wants to merge 1 commit intocodemie-ai:mainfrom
tairMustafaiev:feat/jira-skill
Closed

feat(agents): add jira skill for AI SDLC workflows via jira-cli#220
tairMustafaiev wants to merge 1 commit intocodemie-ai:mainfrom
tairMustafaiev:feat/jira-skill

Conversation

@tairMustafaiev
Copy link

@tairMustafaiev tairMustafaiev commented Mar 18, 2026

Adds a new Jira skill that enables Claude Code to interact with Jira as a first-class participant in the AI software development lifecycle.

The skill wraps the jira-cli binary (ankitpokhrel/jira-cli) with no custom scripts required — all operations are direct shell calls.

Capabilities:

  • Read issues: view, list, JQL search, epics, sprints, boards
  • Write: add comments, transition status, assign, edit fields, log work
  • Link: issue-to-issue and remote PR links
  • Create: tasks, bugs, stories, epics non-interactively (--no-input)

Includes 5 AI SDLC workflow patterns:

  1. Read ticket and implement a feature
  2. Update ticket after implementation
  3. Sprint planning and prioritization
  4. Bug investigation workflow
  5. Full tech-lead/dark-factory automation loop

Generated with AI

Summary

Changes

Impact

Checklist

  • Self-reviewed
  • Manual testing performed
  • Documentation updated (if needed)
  • No breaking changes (or clearly documented)

Adds a new Jira skill that enables Claude Code to interact with Jira
as a first-class participant in the AI software development lifecycle.

The skill wraps the jira-cli binary (ankitpokhrel/jira-cli) with no
custom scripts required — all operations are direct jira-cli calls.

Capabilities:
- Read issues: view, list, JQL search, epics, sprints, boards
- Write: add comments, transition status, assign, edit fields, log work
- Link: issue-to-issue and remote PR links
- Create: tasks, bugs, stories, epics non-interactively (--no-input)

Includes 5 AI SDLC workflow patterns:
1. Read ticket and implement a feature
2. Update ticket after implementation
3. Sprint planning and prioritization
4. Bug investigation workflow
5. Full tech-lead/dark-factory automation loop

Generated with AI

Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
@8nevil8
Copy link
Collaborator

8nevil8 commented Mar 20, 2026

let's bring it to different place, having it here won't be efficient

@8nevil8 8nevil8 closed this Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants