lando

Polls the Lango API to determine landing job statuses and outcomes.

3|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/jwmossmoz/agent-skills --skill lando
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lando
Source: https://github.com/jwmossmoz/agent-skills/tree/main/skills/lando
Command: npx skills add https://github.com/jwmossmoz/agent-skills --skill lando

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lando job status is often opaque after submitting a try push; this Skill provides a simple way to poll the public Lando API and surface whether a landing job is still in progress, has landed, or failed.

Core Features & Use Cases

  • Polls the Lando API to retrieve the current status of a landing job (submitted, in_progress, landed, failed).
  • Returns the landed commit ID when successfully landed, or an error message if the job failed.
  • Use with CI dashboards or post-push workflows to verify landing results.

Quick Start

Query the public Lando API for a specific landing job ID and monitor its status until it lands or fails.

Frequently Asked Questions about lando

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

FAQPage Schema
How do I check the status of a Mozilla Lando landing job after a try push?

To check a Mozilla Lando landing job status, you can query the public Lando API using the specific job ID to retrieve its current state, such as submitted, in_progress, landed, or failed.

What information does the Lando API return when a landing job fails?

When a Lando landing job fails, polling the API returns the failed status along with the specific error message explaining why the commit did not land successfully.

Can I retrieve the landed commit ID from the Lando API after a successful push?

Yes, polling the Lando API after a successful push returns the landed status and provides the specific landed commit ID for verification within your CI workflows.

How do I poll the Lando API to verify if a commit is still in progress?

You can poll the Lando API with your landing job ID to verify if the commit status is currently submitted or in_progress before it ultimately transitions to landed or failed.

Does polling the public Lando API require any specific dependencies or components?

Polling the public Lando API requires no specific dependencies or components, allowing you to directly query landing job statuses and verify post-push commit results seamlessly.

Why does my Lando landing job status remain opaque after submitting a try push?

Lando job status can remain opaque after a try push, but polling the public Lando API surfaces the exact status, returning either the landed commit ID or the failure error message.