landing-report

Generate a static snapshot of open pull requests and version queue status.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/miko06/MedicineSimulator --skill landing-report-miko06
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: landing-report
Source: https://github.com/miko06/MedicineSimulator/tree/main/.opencode/skills/gstack-landing-report
Command: npx skills add https://github.com/miko06/MedicineSimulator --skill landing-report-miko06

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a quick overview of the current state of open pull requests and their corresponding queue status for workspace-aware ships, allowing users to understand which version slots are claimed and potential next steps without making any changes.

Core Features & Use Cases

  • Open PR Version Tracking: Identifies which version slots are currently occupied by open pull requests.
  • Queue Status: Shows which sibling Conductor workspaces have work in progress that is likely to ship soon.
  • Version Prediction: Indicates what slot the next ship might pick based on current queue status.
  • Use Case: When a user needs to generate a "landing report" or wants to check the status of open pull requests and queue versions.

Quick Start

Run the /landing-report command to view the current landing report.

Frequently Asked Questions about landing-report

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

FAQPage Schema
How do I check the status of open pull requests and queue versions for workspace-aware ships?

To check open pull request status and queue versions, run the landing-report command. It provides a static snapshot of which version slots are claimed by open PRs and which sibling workspaces have work in progress.

What does a landing report show for version tracking and queue status?

A landing report shows which version slots are currently occupied by open pull requests, the queue status of sibling Conductor workspaces, and predicts what slot the next ship might pick based on current queue status.

Can I view open PR version slots without making changes to the Conductor workspace?

Yes, you can view open PR version slots without making changes. The landing report utilizes bash scripting and git commands to gather information statically, ensuring the system remains unmodified.

Do I need access to the Conductor workspace to generate a landing report?

Yes, you need access to the Conductor workspace and its related configuration. The tool relies on this workspace access to gather git information and identify sibling workspace queue statuses.

How does version prediction work for the next workspace-aware ship?

Version prediction works by analyzing the current queue status of sibling Conductor workspaces. It indicates what version slot the next ship might pick based on which slots are currently claimed by open pull requests.

When should I use a landing report instead of checking git status directly?

Use a landing report when you need a consolidated overview of open PR version slots and sibling workspace queue statuses. It provides a static snapshot of the entire workspace-aware ship queue, unlike a basic git status check.