landing-report

Generate a read-only version queue dashboard from Conductor workspace data.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/ericdahl-dev/coauthor-cleaner --skill landing-report-ericdahl-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: landing-report
Source: https://github.com/ericdahl-dev/coauthor-cleaner/tree/main/.claude/skills/gstack/landing-report
Command: npx skills add https://github.com/ericdahl-dev/coauthor-cleaner --skill landing-report-ericdahl-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, read, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a read-only queue dashboard for workspace-aware ship, showing which version slots are currently claimed by open PRs, which sibling Conductor workspaces have WIP work likely to ship soon, and what slot/ship would pick next. It offers a snapshot view without mutations.

Core Features & Use Cases

  • Version Queue Dashboard: Displays claimed version slots, sibling workspaces with potential shipments, and the next slot/ship to be picked.
  • Snapshot View: No mutations, only a read-only, current state snapshot.
  • Use Case: When asked for a "landing report", "what's in the queue", "show me open PRs", or "which version do I claim next".

Quick Start

Invoke the landing-report skill to generate the version queue dashboard.

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 ship queue for claimed version slots in Conductor?

To view the ship queue for Conductor, generate a workspace-aware dashboard showing currently claimed version slots held by open PRs. This provides a read-only snapshot without performing any mutations.

What's the best way to check sibling workspaces with WIP before claiming the next ship version?

Checking sibling workspaces with WIP requires a version queue dashboard that identifies potential shipments. It displays sibling Conductor workspaces with work in progress likely to ship soon.

How does next slot prediction work for workspace-aware ship queues?

Next slot prediction for workspace-aware ship queues works by analyzing claimed version slots and sibling workspace WIP. It calculates and displays what slot or ship would pick next.

Can I see open PRs claiming version slots without mutating the version control state?

Yes, you can see open PRs claiming version slots without mutating version control state. The dashboard provides a read-only, current state snapshot that retrieves data using Bash and Read tools.

Does the landing report dashboard require direct access to Conductor workspace data?

Yes, the landing report dashboard requires direct access to Conductor workspace data and version control. It uses Bash and Read tools to retrieve and analyze the necessary queue information.

When do I need a snapshot view of the version queue instead of actively managing it?

You need a snapshot view of the version queue when you want to check claimed slots, sibling WIP, or next slot predictions without altering state. It prevents accidental mutations during read operations.