om-auto-manage-issues
Auto Manage Issues (enrich existing issues)
Raise the quality of issues that already exist, in bulk or one at a time,
without touching repository source. For each issue in scope this skill: applies
the SDLC labels it is missing (one category, one priority, one risk — inferred per
SDLC.md); and, when the issue is laconic (a near-empty body, or just a title
and a screenshot), analyzes the attached screenshot with the terse text, clarifies
the wording in the body while preserving the reporter's original text, and posts
the agent's understanding as a comment so a human can confirm or correct it. It
also checks every issue against the Definition of Ready in SDLC.md and names
what is still missing, so implementation skills never guess around a gap.
It is the read-write counterpart to om-prepare-issue (which files new issues):
this skill never creates issues and never edits repository files — it mutates only
labels, issue bodies, and comments. It is idempotent and claim-aware. For
deep design work hand off to om-spec-writing; to implement, hand off to
om-auto-fix-issue (it handles both bugs and features).