From mpt-extension-skills
Apply one approved dashboard-failure Jira decision: create, update, reopen, merge, or skip an MPT bug with dashboard evidence fields.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mpt-extension-skills:mpt-ext-task-apply-dashboard-jira-decisionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply one user-approved dashboard failure decision to Jira with the standard dashboard bug fields and evidence format.
Apply one user-approved dashboard failure decision to Jira with the standard dashboard bug fields and evidence format.
new, update, reopen, merge, or skip.MPT Jira bug using dashboard evidence.cloud_RoleNamefailures_countany_message, message, or stack tracenewupdate <issue-key>reopen <issue-key>merge <issue-key>skip <reason>MPT.fixVersions: v6 and hotfixEnvironment: prodKeywords: include dashboardHitCount: finding failures_countThe path below is relative to the installed package root ${MPT_EXTENSION_SKILLS_HOME:-$HOME/.mpt-extension-skills}/current. If that root is unavailable while editing this source repository, use the same path under the repository root.
skills/mpt-ext-tool-jira-workitem-ops/SKILL.mdscripts/render_dashboard_adf.py
new is missing a component.update, reopen, or merge is missing a target Jira key.skip, do not write Jira; return the skipped finding and reason.any_message, message, or stack trace.scripts/render_dashboard_adf.py to render Jira ADF with an expand and code block.mpt-ext-tool-jira-workitem-ops for Jira reads and writes.update, reopen, and merge, read the target issue first.mpt-ext-tool-jira-workitem-ops.new, create an MPT Bug with:
v6 and hotfixproddashboardfailures_countupdate, add dashboard evidence as a comment and increment current HitCount by failures_count.reopen, add dashboard evidence as a comment, set HitCount to failures_count unless the user explicitly approved accumulation, ensure dashboard policy fields are present, and transition through an explicit available reopen transition.merge, add dashboard evidence as a comment to the target issue and update HitCount according to the target issue's approved action semantics.update, reopen, merge, or skip.Exactly one approved dashboard finding decision is applied to Jira, or explicitly skipped, with dashboard evidence and policy fields handled consistently.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub softwareone-platform/mpt-extension-skills --plugin mpt-extension-skills