What problem does it solve?
It helps maintainers review Kova pull requests and issues with consistent evidence checks, safer GitHub actions, and correct labeling so low-signal or risky changes are not landed blindly.
Core Features & Use Cases
- PR and issue triage workflow: Prioritize local gitcrawl thread data for clustering, duplicate attempts, and already-landed fixes before making GitHub decisions.
- Correct label and auto-response handling: Apply the right r:* labels for issues and PRs and rely on the repo workflow for comment/close/lock behavior when appropriate.
- Evidence-bar enforcement for bug fixes: Require repro/logs, verified root cause with code file/line, implicated code-path coverage, and regression testing or explicit justification.
- Safe GitHub commenting and landing hygiene: Use newline-safe comment bodies (e.g., heredocs) and follow landing conventions like commit link inclusion and the global /landpr process.
Quick Start
Use the kova-pr-maintainer skill to triage PR #<number> and advise whether to label, request changes, or land based on evidence and repo workflow guidance.