land-pr

Installation
SKILL.md

Lossless PR Landing

Use this skill when landing a lossless-claw pull request or answering whether it is ready to merge.

Workflow

  1. Read repository instructions first.

    • Follow AGENTS.md, especially data-preservation, changeset, compatibility, and command-reporting rules.
    • If a deterministic merge wrapper exists for this repo, prefer it. Otherwise use the manual fallback below.
  2. Identify and pin the PR head.

    • Fetch the real PR metadata:
      gh pr view <PR> --json number,title,state,isDraft,baseRefName,headRefName,headRefOid,mergeable,mergeStateStatus,reviewDecision,statusCheckRollup,author,files,closingIssuesReferences,url
      
    • Treat headRefOid as the merge pin. Re-read it immediately before merge.
Installs
47
GitHub Stars
4.9K
First Seen
Jun 6, 2026
land-pr — martian-engineering/lossless-claw