landing-report

Generate a dashboard showing occupied version slots and the next version to ship.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a read-only queue dashboard to visualize which version slots are occupied by open PRs, upcoming sibling Conductor workspaces, and the next version that the /ship command would select. It's used to get a snapshot of the current development workflow state.

Core Features & Use Cases

  • Version Queue Overview: Display open PRs and upcoming sibling workspaces that could be ready for shipping.
  • Version Selection: Suggest the next version to ship based on the current queue state.
  • Use Case: When requested to show the development queue or to find out the next version to claim, the landing-report skill is used.

Quick Start

Request a landing report to see the current state of the version queue.

Frequently Asked Questions about landing-report

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

FAQPage Schema
How do I view which version slots are occupied by open PRs?

You can view occupied version slots by generating a read-only queue dashboard that displays open PRs, upcoming sibling Conductor workspaces, and the next version to ship. This dashboard provides a snapshot of your current development workflow state.

What is the best way to find the next version to ship in my release workflow?

To find the next version to ship, request a landing report that analyzes the current queue state. It suggests the next version that the ship command would select based on occupied slots and sibling workspaces.

Does the version queue dashboard support sibling Conductor workspaces?

Yes, the version queue dashboard supports sibling Conductor workspaces by displaying upcoming sibling workspaces alongside open PRs. This workspace-aware view helps you monitor deployment readiness across your development workflow.

Can I modify PR status directly from the development queue dashboard?

No, you cannot modify PR status directly from the dashboard. It is a read-only tool designed to visualize the version queue state and prepare for deployment, not to make changes to PRs or workspaces.

When do I need to check the version queue during a development workflow?

You need to check the version queue when preparing for deployment or monitoring PR status. The dashboard shows occupied version slots and identifies the next version to claim before executing the ship command.