feat(agents): add jira skill for AI SDLC workflows via jira-cli#220
Closed
tairMustafaiev wants to merge 1 commit intocodemie-ai:mainfrom
Closed
feat(agents): add jira skill for AI SDLC workflows via jira-cli#220tairMustafaiev wants to merge 1 commit intocodemie-ai:mainfrom
tairMustafaiev wants to merge 1 commit intocodemie-ai:mainfrom
Conversation
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>
74dd80f to
5ec386c
Compare
Collaborator
|
let's bring it to different place, having it here won't be efficient |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
Includes 5 AI SDLC workflow patterns:
Generated with AI
Summary
Changes
Impact
Checklist