Add jira-issue-triage plugin (v1.3.0)#39
Open
TahaBikanerwala wants to merge 6 commits intomainfrom
Open
Conversation
Adds the jira-issue-triage plugin: an end-to-end Jira triage subagent across all archetypes (Bug, Incident, Feature, Task, Spike) with a /jira-issue-triage:setup wizard and three bundled skills (issue-investigator, requirements-investigator, jira-ticket-refiner). Registers the plugin in .claude-plugin/marketplace.json and adds it to the root README. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
….1.0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…nt; bump to v1.2.0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…o v1.3.0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Adds the
jira-issue-triageClaude Code plugin to the Incubyte marketplace. The plugin ships one subagent and a/jira-issue-triage:setupwizard. Paste a Jira ticket URL of any archetype (Bug, Incident, Feature, Task, Spike) and the agent triages it end-to-end: assigns to you, transitions to investigating, runs the matching investigation skill, drafts the assessment comment, refines title and description, applies the triaged label, and DMs a one-line summary on Slack.The branch evolves the plugin across five milestone commits matching the version progression (v1.0.0 → v1.1.0 → v1.2.0 → v1.3.0 → review-pass fixes).
Highlights
issue-investigator,requirements-investigator,jira-ticket-refiner,prose-style/jira-issue-triage:setupwizard for first-time configuration.claude-plugin/marketplace.json; root README updated with an entry and install lineCommit walkthrough
feat(jira-issue-triage): introduce v1.0.0 pluginfeat: wire prose-style into Phase 5 and bump to v1.1.0prose-stylewriting-rules skill and wires it into Phase 5 of the agentfeat: split Phase 3 gate; archetype-gated assignment; bump to v1.2.0feat: UX pass on Phase 3 confirmation gate; bump to v1.3.0description_preview_pause_secondsconfig keyfix: triage-ux-pass review fixesTest plan
/plugin marketplace add incubyte/ai-pluginsand/plugin install jira-issue-triage@incubyte-pluginssucceed/jira-issue-triage:setupwizard runs and writes.claude/jira-issue-triage.config.json.claude-plugin/marketplace.jsonlistsjira-issue-triageand root README install block includes the new line🤖 Generated with Claude Code