landing-report

Track claimed version slots from pull requests and Conductor workspaces.

Updated Jul 21, 2025
One-click install
npx skills add https://github.com/robertzengcn/aiFetchly --skill landing-report-robertzengcn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: landing-report
Source: https://github.com/robertzengcn/aiFetchly/tree/main/.agents/skills/gstack/landing-report
Command: npx skills add https://github.com/robertzengcn/aiFetchly --skill landing-report-robertzengcn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing deployment version slots across multiple pull requests and team workspaces is error-prone and time-consuming, requiring manual checks of PR status, WIP work, and available ship slots to avoid conflicts.

Core Features & Use Cases

  • Version Slot Tracking: Shows exactly which VERSION slots are currently claimed by open PRs in your workspace, so you never accidentally overwrite someone else's deployment.
  • WIP Work Visibility: Displays which sibling Conductor workspaces have work in progress likely to ship soon, helping you coordinate with your team and avoid version conflicts.
  • Next Ship Prediction: Tells you precisely what slot the /ship command would pick next for your changes, so you can plan your deployment timeline accurately. Use case: If you are a developer preparing to merge a feature branch, use this skill to instantly confirm your target version slot is available and see if any team work is queued ahead of your changes, without running multiple git and gstack commands manually.

Quick Start

Use the landing-report skill to show me the current version queue and which slot I should claim next for my pull request.

Frequently Asked Questions about landing-report

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

FAQPage Schema
How do I check available deployment version slots across open pull requests?

Checking available ship slots for the /ship deployment command involves viewing a read-only snapshot of the version queue state. It tracks claimed slots from open pull requests and in-progress sibling Conductor workspace work to predict the next available slot accurately.

How do I avoid version conflicts when coordinating deployments across multiple workspaces?

Avoiding version conflicts when coordinating deployments across multiple workspaces requires visibility into WIP work. This tracks in-progress changes in sibling Conductor workspaces likely to ship soon, helping you coordinate with your team and prevent accidental overwrites.

How do I predict what version slot the /ship command will pick next?

Predicting what version slot the /ship command will pick next requires evaluating the version queue state. This tracks claimed slots from open pull requests and in-progress sibling Conductor workspace work to tell you precisely what slot your changes will receive.

Does the landing-report skill modify repository or deployment configurations?

No, the landing-report skill does not modify repository or deployment configurations. It provides a strictly read-only snapshot of version queue state, leveraging gstack CLI tools for data retrieval without mutating any existing repository settings.

What is gstack CLI used for in version slot tracking?

Gstack CLI is used for data retrieval to provide a read-only snapshot of version queue state. It gathers information on claimed version slots from open pull requests and in-progress sibling Conductor workspaces to coordinate shipping across teams.