launchpad

Query and manage Launchpad bugs, builds, and projects via the lp-api tool.

7|1|Updated May 9, 2023
One-click install
npx skills add https://github.com/fourdollars/lp-api --skill launchpad-fourdollars
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launchpad
Source: https://github.com/fourdollars/lp-api/tree/main/launchpad
Command: npx skills add https://github.com/fourdollars/lp-api --skill launchpad-fourdollars

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, lp-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Launchpad API interactions are complex and error-prone when performed manually; this skill provides direct programmatic access to query and manage Launchpad resources via the lp-api CLI.

Core Features & Use Cases

  • Direct API access to Launchpad resources (bugs, builds, projects, series) for automation and integration testing.
  • Supports common workflows like bug triage, build monitoring, and package management with documented patterns.
  • Real-world scenario: automate triaging bugs across multiple projects by querying with ws.op and patching statuses.

Quick Start

Ask the AI to run a sample lp-api command to retrieve a bug from Launchpad and return the JSON result.

Frequently Asked Questions about launchpad

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

FAQPage Schema
How do I automate Launchpad bug triage across multiple Ubuntu projects?

Automate Launchpad bug triage by querying resources with ws.op operations and patching bug statuses via resource links. This skill provides direct programmatic access to manage bugs across Ubuntu projects using the lp-api CLI tool.

What is the best way to query Launchpad API builds for monitoring?

Query Launchpad API builds for monitoring by using the lp-api CLI to interact directly with api.launchpad.net. The skill supports ws.op driven queries with paging and filtering to retrieve build statuses across targeted projects.

Do I need jq and lp-api installed to interact with the Launchpad API?

Yes, you need jq and lp-api installed to interact with the Launchpad API using this skill. These dependencies enable the CLI to execute ws.op queries, parse JSON responses, and perform follow-up actions via resource links.

Can I filter and paginate Launchpad API results for package management tasks?

Yes, you can filter and paginate Launchpad API results for package management tasks. The skill supports ws.op driven queries with paging and filtering to manage projects and series across Ubuntu resources effectively.

Why does manual Launchpad API interaction fail during automation testing?

Manual Launchpad API interaction fails during automation testing because the process is complex and error-prone. This skill provides direct programmatic access via the lp-api CLI to ensure reliable querying and management of Launchpad resources.

Does the launchpad skill support follow-up actions via resource links?

Yes, the launchpad skill supports follow-up actions via resource links. It enables direct interaction with the Launchpad API to query and manage bugs, builds, and projects, executing ws.op driven queries with paging and filtering.