mde-jira-triage

Triage Jira issues and draft a Markdown implementation plan.

5|Updated Mar 21, 2021
One-click install
npx skills add https://github.com/salaroglio/MdExplorer --skill mde-jira-triage
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mde-jira-triage
Source: https://github.com/salaroglio/MdExplorer/tree/main/MdExplorer/skills/mde-jira-triage
Command: npx skills add https://github.com/salaroglio/MdExplorer --skill mde-jira-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage Jira issues to surface the highest-priority work and generate a concise, actionable plan in Markdown that engineers and product teams can act on without exposing sensitive Jira details.

Core Features & Use Cases

  • Read-only Jira access to identify the top-priority issue for the current workspace.
  • Generate a structured Markdown plan named <ISSUE-KEY>-piano.md that outlines acceptance criteria, context, and next steps.
  • Save the plan into a user-selected project folder, leaving Jira data untouched and enabling easy handoff or review.

Quick Start

Identify the top-priority Jira issue and generate a local Markdown plan file named <ISSUE-KEY>-piano.md in the user-selected project folder.

Frequently Asked Questions about mde-jira-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I triage Jira issues and generate a Markdown implementation plan?▼

To triage Jira issues, this Skill uses read-only access to identify the top-priority issue in your active workspace and draft a structured Markdown implementation plan. It outlines acceptance criteria, context, and next steps for engineers.

What is the best way to create an actionable plan from Jira workflows without modifying tickets?▼

Creating an actionable plan from Jira workflows without modifying tickets is possible by extracting the top-priority issue details via read-only access. The Skill writes a local Markdown file named <ISSUE-KEY>-piano.md, leaving Jira data untouched.

Does this Jira triage tool write changes back to my Jira project?▼

No, this Jira triage tool does not write changes back to your project. It requires only read-only access to identify work and saves the generated implementation plan entirely as a local Markdown file.

How do I save a drafted Jira issue plan into a specific project folder?▼

To save a drafted Jira issue plan, you specify a project folder during the triage process. The Skill generates the Markdown file named <ISSUE-KEY>-piano.md and saves it directly into your selected directory.

What limitations exist when generating Markdown plans from Jira issues?▼

A limitation of generating Markdown plans is that the Skill focuses solely on the single top-priority issue for the active workspace. It drafts a plan for only one item and does not process multiple issues simultaneously.