landing-report

Display a snapshot of version queue slots and pending tasks in a workspace-aware ship.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a dashboard to view the current state of the version queue and pending tasks in a workspace-aware ship, allowing users to understand which version slots are claimed by open PRs, and what the next version slot would be.

Core Features & Use Cases

  • Version Queue Dashboard: Shows which version slots are currently claimed by open PRs.
  • Pending Tasks: Indicates which sibling Conductor workspaces have work in progress likely to ship soon.
  • Next Version Slot: Identifies what slot/ship would pick next.
  • Snapshot View: Provides a non-mutating snapshot of the current state without making any changes.

Quick Start

To generate a landing report, simply invoke the skill with the command: /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 view the current state of a version queue and pending tasks?

To view the current state of a version queue and pending tasks, you can generate a snapshot dashboard that identifies claimed version slots, sibling workspace work in progress, and the next available slot.

What is a workspace-aware version queue snapshot?

A workspace-aware version queue snapshot is a non-mutating view that shows which version slots are claimed by open PRs and what work is in progress across sibling Conductor workspaces without altering state.

How do I check which version slots are claimed by open PRs?

You can check claimed version slots by generating a version queue dashboard, which identifies open PR claims, pending sibling workspace tasks, and the next version slot to be picked.

Can I see pending tasks in sibling workspaces without modifying the version queue?

Yes, you can view pending tasks in sibling workspaces without modifying the version queue by using a snapshot view that provides a non-mutating report of the current work in progress.

What is the next available version slot to pick in a workspace-aware ship?

The next available version slot to pick in a workspace-aware ship is identified by scanning the version queue dashboard to find the first unclaimed slot following those currently held by open PRs.

Does generating a landing report change my workspace state?

Generating a landing report does not change your workspace state, as it strictly provides a read-only snapshot view of the version queue and pending tasks without making any modifications.