·lando

Check the status of Lando landing jobs using Mozilla's Lando API. Use after submitting try pushes with mach try to verify if your commit has landed. Triggers on "lando status", "landing job", "check landing", "commit landed".

12Installs·0Trend·@jwmossmoz

Installation

$npx skills add https://github.com/jwmossmoz/agent-skills --skill lando

How to Install lando

Quickly install lando AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/jwmossmoz/agent-skills --skill lando
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: jwmossmoz/agent-skills.

SKILL.md

View raw

Check the status of Mozilla Lando landing jobs using the public API.

The API returns a JSON object with these key fields:

| status | Job status: submitted, inprogress, landed, failed | | error | Error message if status is failed | | landedcommitid | Commit hash if successfully landed | | createdat | When the job was submitted | | updatedat | Last status update time |

Check the status of Lando landing jobs using Mozilla's Lando API. Use after submitting try pushes with mach try to verify if your commit has landed. Triggers on "lando status", "landing job", "check landing", "commit landed". Source: jwmossmoz/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jwmossmoz/agent-skills --skill lando
Category
</>Dev Tools
Verified
First Seen
2026-02-21
Updated
2026-03-10

Browse more skills from jwmossmoz/agent-skills

Quick answers

What is lando?

Check the status of Lando landing jobs using Mozilla's Lando API. Use after submitting try pushes with mach try to verify if your commit has landed. Triggers on "lando status", "landing job", "check landing", "commit landed". Source: jwmossmoz/agent-skills.

How do I install lando?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jwmossmoz/agent-skills --skill lando Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/jwmossmoz/agent-skills