pr-ship
Installation
SKILL.md
pr-ship
Overview
Pre-ship risk report for OpenClaw pull requests.
This skill is updated frequently to track OpenClaw releases. The version-specific context (gotchas, behavioral changes, active risk areas) is refreshed with each upstream release. Run clawhub update pr-ship periodically to get the latest context.
What it does:
- Diffs your current branch against
mainin the OpenClaw repository. - Dynamically investigates each changed module using grep/find/git on the codebase itself.
- Produces a structured risk report with evidence-backed findings scored by severity (🟢/🟡/🔴).
- No approve/reject gate -- just information for you to decide what to fix before publishing.
Reference Layers
Load these files from the references/ directory. Each serves a distinct purpose:
STABLE-PRINCIPLES.md-- Timeless OpenClaw coding standards: testing guide, file naming, safety invariants, common pitfalls, PR practices.