landing-report

Visualize open pull requests and claimed version slots in a queue dashboard.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/reomgit/appstore-ss-downloader --skill landing-report-reomgit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: landing-report
Source: https://github.com/reomgit/appstore-ss-downloader/tree/main/.claude/skills/gstack/landing-report
Command: npx skills add https://github.com/reomgit/appstore-ss-downloader --skill landing-report-reomgit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a read-only queue dashboard for workspace-aware shipping, showing which version slots are currently claimed by open PRs and what slots the next ship would pick.

Core Features & Use Cases

  • Version Queue Dashboard: Shows open PRs and their claimed version slots.
  • Next Ship Prediction: Indicates what slot the next ship would pick.
  • Read-only: No mutations, just a snapshot of the current state.

Quick Start

Run the landing-report skill to get a snapshot of the version queue and open PRs.

Frequently Asked Questions about landing-report

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

FAQPage Schema
How do I visualize open pull requests and their version slots in a Git repository?

A version queue dashboard provides a read-only snapshot of open pull requests and their claimed version slots within a Git repository, helping you track which versions are currently allocated.

How does version prediction work for the next ship in a queue?

Version prediction for the next ship works by analyzing the current queue dashboard to identify which version slots are claimed by open PRs, then indicating the next unclaimed slot that the ship will pick.

Can I get a read-only snapshot of the version queue without modifying the repository?

Yes, you can get a read-only snapshot of the version queue without modifying the repository. The dashboard only visualizes the current state of open PRs and version slots, performing no mutations.

What do I need to set up before viewing a version queue dashboard for open PRs?

Before viewing a version queue dashboard for open PRs, you need access to the project's Git repository and relevant project configuration to accurately map open pull requests to their version slots.

Are there limitations to using a read-only version queue dashboard for shipping?

A limitation of a read-only version queue dashboard is that it only provides a snapshot of the current shipping state. It cannot perform mutations, claim version slots, or automatically merge open PRs, serving strictly as a visualization tool.