What problem does it solve? Backlogs accumulate thin, unlabeled issues — a title and a screenshot, no priority, no risk classification — that no one can triage or implement without re-investigating. This Skill brings existing tracker issues up to standard in bulk or one at a time, without touching repository source code. ## Core Features & Use Cases - SDLC label application: Infers and applies one missing category, priority, and risk label per issue per the repo's SDLC.md, with a rationale comment, never removing human-set labels. - Laconic issue enrichment: Analyzes attached screenshots plus terse text, rewrites the body with a clarified description while preserving the reporter's original verbatim, and posts an understanding comment for confirmation. - Implementation-prep analysis: Posts a read-only root-cause and impact analysis comment so the next agent or human can fix the issue without re-exploring the codebase. - Spec coverage check: Flags feature issues lacking a covering spec and optionally delegates spec authoring via --write-missing-specs. - Use Case: Run "triage the backlog" to process the last 25 open issues worst-described first — labeling, clarifying, and prepping each — or target a single issue with "clean up issue 123". ## Quick Start Ask the agent to triage the backlog by running om-auto-manage-issues with no arguments to enrich the last 25 open issues, or pass an issue number to manage just that one.