Landing Report

Produce a read-only landing queue report for branches, PRs, versions, and likely ship order.

mphaxise 4e18c1e 839 B Updated

File contents

Landing Report

Use this skill when the user asks what is ready to land, what might conflict, or what release slot a change should take.

Workflow

  1. Inspect local state:
    • current branch
    • git status --short
    • recent commits
    • version or changelog files if present
  2. Inspect remote state when available:
    • open PRs
    • branch names
    • CI status
    • version claims
  3. Identify:
    • ready work
    • blocked work
    • likely conflicts
    • release/version slots
  4. Produce a read-only report with recommended landing order.

Guardrails

  • Do not merge, push, tag, or edit files.
  • Do not claim PR state without checking it.
  • Call out unavailable GitHub access explicitly.

mphaxise/gstack-port-for-codex/tree/main/skills/landing-report commit 4e18c1e4f1

Frequently asked questions

npx skillmds@latest add mphaxise/landing-report