What problem does it solve? Maintaining a busy open-source repository like OpenClaw requires repetitive, error-prone work: triaging issues, finding duplicates, verifying contributor identity, reviewing PRs with provenance, and applying close labels consistently. This Skill encodes that maintainer workflow so reviews and triage decisions follow a consistent, evidence-based process. ## Core Features & Use Cases - Issue and PR triage with gitcrawl and gh: Search local gitcrawl data for duplicates and related threads, verify live state with the GitHub CLI, and select small, high-confidence fix candidates. - Opener identity and activity reports: Surface each issue/PR author's name, account age, OpenClaw-local activity, and global GitHub contributions via the bundled github-activity.sh script. - Structured PR review and landing hygiene: Enforce a best-fix verdict, provenance via git blame, LOC stats, evidence requirements, auto-close labels, and safe comment formatting. - Use Case: A maintainer pastes an OpenClaw PR URL and asks for a review; the Skill claims the PR, reports the author's activity, reads the surrounding code, and produces a findings-first review with provenance and a best-fix verdict. ## Quick Start Ask the assistant to review or triage a specific OpenClaw issue or PR by pasting its URL or number.