What problem does it solve?
This skill standardizes how maintainers review and classify GitHub issues for the easyharness repository so the backlog remains legible, decisions are recorded, and work is either assigned to a concrete release or closed when not planned.
Core Features & Use Cases
- Consistent labeling: Ensure each issue has an appropriate default type label such as bug, enhancement, documentation, or question.
- Single open-state policy: Enforce at most one state/* label on open issues and prefer concrete version milestones for accepted work.
- Rationale comments and sweeps: Require short rationale comments on state changes and provide guidance for revisiting deferred or needs-info items during backlog sweeps.
Quick Start
Triage the current easyharness GitHub issue by applying an appropriate type label, choosing either a single state/* or a concrete v0.x.y milestone, and leaving a concise rationale comment explaining the decision.