From mmp
Use when assessing and improving the quality of GitHub issues — invoked by /mmp:improve-tickets standalone or by orchestrating-milestones in Phase 0.5. Scores tickets via quality rubric, drafts structured rewrites, applies approved improvements via gh CLI (live mode) or local files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mmp:ticket-improvementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Scope-Disambiguation:** Dieses Skill beschreibt **L0-Orchestrierung**: wie Phase 0.5 Tickets auswählt, scored, Subagent dispatched und Diff-Approval einholt. Die **konkrete Improvement-Logik** (Single-Ticket-Score → Improvement-Body) liegt im Subagent `mmp:ticket-improver` (`agents/ticket-improver.md`). Für den Skill ist der Subagent eine Black-Box, die nach Dispatch einen YAML-Improvement-...
Scope-Disambiguation: Dieses Skill beschreibt L0-Orchestrierung: wie Phase 0.5 Tickets auswählt, scored, Subagent dispatched und Diff-Approval einholt. Die konkrete Improvement-Logik (Single-Ticket-Score → Improvement-Body) liegt im Subagent
mmp:ticket-improver(agents/ticket-improver.md). Für den Skill ist der Subagent eine Black-Box, die nach Dispatch einen YAML-Improvement-Block zurückgibt.
references/quality-rubric.md.mmp:ticket-improver subagent with self-contained
prompt:
gh issue view <linked> --json body,title).orchestrator/improved-tickets/<id>.{draft,original}.md.gh issue edit <id> --body-file <improved>.ticket_improvements[].<id>.md. Orchestrator uses local
versions for downstream phases.Open Questions from improvers across all tickets, batch to user
before returning to caller.## Open Question block, do NOT guess.## Context
<why this matters, derived from existing body + linked issues>
## Acceptance Criteria
- [ ] <testable condition 1>
- [ ] <testable condition 2>
## Out of Scope
<explicit non-goals if any>
## Notes / Links
<preserve original references>
## Open Questions (only if needed)
- <question 1>
- <question 2>
config.ticket_improvement.skip_labels.ticket_improvements[] entry with applied_at != null AND
current original_hash matches improved_hash (idempotency).npx claudepluginhub ahlerjam/mmp --plugin mmpGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.