landing-report

Display claimed version slots and next available version from the ship queue.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/greencm/gstuck --skill landing-report-greencm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: landing-report
Source: https://github.com/greencm/gstuck/tree/main/output/gstack/landing-report
Command: npx skills add https://github.com/greencm/gstuck --skill landing-report-greencm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The landing-report skill provides a snapshot of the current state of the workspace-aware ship queue, showing which version slots are claimed by open PRs and what the next available slot would be.

Core Features & Use Cases

  • Version Queue Dashboard: Displays the status of open PRs and potential next steps.
  • Query Triggers: Responds to prompts such as "landing report", "version queue", or "show open PR versions".
  • Read-Only: Offers a non-mutating view of the queue, suitable for informational purposes.

Quick Start

Run the landing-report skill to get a read-only queue dashboard for workspace-aware ship.

Frequently Asked Questions about landing-report

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

FAQPage Schema
How do I view the current version queue for open PRs in a workspace-aware ship environment?

A workspace-aware ship queue tracks version slots claimed by open PRs to coordinate releases. It prevents version conflicts by showing claimed slots and suggesting the next available version for safe integration.

How do I check which version slots are claimed by open PRs without altering the queue?

You can check claimed version slots by requesting a read-only overview that gathers information without altering the queue state. It identifies claimed slots and suggests the next available version for informational purposes.

What's the best way to get a read-only snapshot of the ship queue before claiming a version?

The best way to get a read-only snapshot of the ship queue is to use a non-mutating dashboard that displays open PR statuses and potential next steps. This ensures you see the current claimed slots without risking queue modification.

Can I see the next available version slot in a workspace-aware ship queue without modifying it?

Yes, you can see the next available version slot through a static, non-mutating overview of the version queue. It safely identifies claimed slots and suggests the next available version without altering the queue state.

Does the landing report dashboard support mutating actions to claim a version slot?

No, the landing report dashboard does not support mutating actions to claim a version slot. It is strictly read-only, offering a non-mutating view of the queue suitable only for informational purposes.