openclaw-landable-bug-sweep

Identify five landable OpenClaw bugfix PRs with CI-green heads.

5|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill openclaw-landable-bug-sweep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-landable-bug-sweep
Source: https://github.com/p-sree-sai-pavan/P.A.R.K.E.R/tree/main/gateway/.agents/skills/openclaw-landable-bug-sweep
Command: npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill openclaw-landable-bug-sweep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the discovery and vetting of small, high-confidence OpenClaw bugfix PRs that do not touch SDK boundaries, delivering five ready-to-land URLs with evidence and tests to minimize maintainer effort.

Core Features & Use Cases

  • Cluster issues into candidate PRs and assess risk based on code ownership and test coverage.
  • Validate non-SDK-boundary scope and ensure each PR head is rebased on main with CI green.
  • Use cases include rapid triage of bug clusters and producing a batch of landable PRs for review.

Quick Start

Identify five landable OpenClaw bugfix PRs and ensure they pass CI.

Frequently Asked Questions about openclaw-landable-bug-sweep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find landable bugfix PRs for OpenClaw that avoid SDK boundary changes?

To find landable bugfix PRs for OpenClaw, you can automate the discovery process by clustering issues and validating non-SDK-boundary scope. This approach identifies five high-confidence PRs with clear bug summaries, low risk, and CI green on the exact head.

What is the best way to prepare a batch of ready-to-land OpenClaw PRs for maintainer review?

The best way to prepare ready-to-land OpenClaw PRs is to assess risk based on code ownership and test coverage. This process ensures each PR has proof of tests, autoreview-ready status, and CI green on the exact head to minimize maintainer effort.

How does clustering issues help identify low-risk OpenClaw bugfix PRs?

Clustering issues helps identify low-risk OpenClaw bugfix PRs by grouping related problems together to assess risk based on code ownership and test coverage. This ensures the selected PRs have a clear bug summary and do not touch SDK boundaries.

Do I need CI green on the exact head to validate an OpenClaw bugfix PR?

Yes, you need CI green on the exact head to validate an OpenClaw bugfix PR. The process specifically requires each PR head to be rebased on main and provide evidence like head proofs and CI results to ensure autoreview-ready status.

What are the limitations of automating OpenClaw bugfix PR discovery?

A limitation of automating OpenClaw bugfix PR discovery is that it specifically applies to non-SDK OpenClaw components and excludes PRs touching SDK boundaries. It focuses on small, high-confidence bugfixes rather than large feature implementations.