What problem does it solve? Maintaining a high-volume open-source repository like OpenClaw requires repetitive, error-prone work: triaging issues, finding duplicates, verifying bug claims, reviewing PRs, and deciding what to close or land. This Skill standardizes that maintainer workflow with evidence-based procedures so reviews and triage decisions are consistent and auditable. ## Core Features & Use Cases - Issue and PR triage with gitcrawl: Search local thread data, find duplicates and clusters, and verify live state with gh before commenting, labeling, or closing. - Opener identity and activity reports: Surface author name, account age, and 12-month OpenClaw/GitHub activity via the bundled github-activity.sh script. - Structured PR review: Enforce a best-fix verdict, provenance via git blame, LOC stats, alternatives considered, and an evidence bar before landing bug fixes. - Use Case: A maintainer pastes an OpenClaw PR URL and asks for a review; the Skill checks assignment, reads the diff plus surrounding code, verifies the root cause with blame, and outputs findings with a best-fix verdict. ## Quick Start Review OpenClaw PR number 12345 and tell me whether it is the best fix for the linked issue.