What problem does it solve?
This Skill helps maintainers review and decide on OpenClaw pull requests and related issues safely, with correct labeling, strong evidence standards, and proper GitHub workflow hygiene.
Core Features & Use Cases
- Labeling and auto-close alignment: Apply the right
r:* and other labels so repository automation handles commenting, closing, locking, and related flows.
- Evidence-gated bug-fix decisions: Enforce a strict bar requiring symptom evidence, verified root cause with code location, touched code paths, and regression testing (or an explicit rationale when testing is not feasible).
- Safe GitHub comment and landing practices: Prepare maintainer-style PR/issue actions and comments while avoiding unsafe newline/escaping patterns and ensuring landing guidance follows the global process.
- Broad search before action: Use GitHub search across titles/bodies/comments and ensure searches are not prematurely capped when triage requires depth.
- Landing hygiene: Follow landing/merge conventions (including the /landpr process) and prefer scoped commit tooling like
scripts/committer.
Quick Start
Use the openclaw-pr-maintainer skill when you are preparing an OpenClaw PR for merge or closure and need maintainer-grade triage, evidence validation, and safe GitHub workflow actions.