tilt

Query Tilt resource status, logs, and readiness conditions via CLI commands.

53|7|Updated Jun 28, 2025
One-click install
npx skills add https://github.com/0xBigBoss/claude-code --skill tilt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tilt
Source: https://github.com/0xBigBoss/claude-code/tree/main/.claude/skills/tilt
Command: npx skills add https://github.com/0xBigBoss/claude-code --skill tilt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers quickly query Tilt's resource status, inspect logs, and manage Tilt-based development environments to shorten diagnosis time during deployments.

Core Features & Use Cases

  • Query resource status across multiple Tilt resources using tilt get uiresources.
  • Retrieve logs for resources with tilt logs to diagnose issues quickly.
  • Wait for resources to become Ready or for conditions to meet criteria using tilt wait.
  • Use cases include diagnosing flaky deployments, validating Tiltfile changes, and coordinating multi-resource workflows in local development.

Quick Start

Run these commands to begin: tilt get uiresources -o json tilt logs <resource> tilt wait --for=condition=Ready uiresource/<name>

Frequently Asked Questions about tilt

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

FAQPage Schema
How do I check Tilt resource status for my local dev environment?

Check Tilt resource status by running `tilt get uiresources -o json` to query multiple resources and output structured readiness data for your development environment.

Can I wait for a Tilt resource to become Ready before running tests?

Yes, you can wait for a Tilt resource to become Ready by running `tilt wait --for=condition=Ready uiresource/<name>` to block execution until the specified condition is met.

What is the best way to validate Tiltfile changes across multiple resources?

Validate Tiltfile changes by querying multiple Tilt resources with `tilt get uiresources` and inspecting logs with `tilt logs` to coordinate multi-resource workflows and ensure readiness.

How do I diagnose flaky deployments managed by Tilt?

Diagnose flaky Tilt deployments by retrieving resource logs with `tilt logs` and checking the structured status output from `tilt get uiresources` to shorten diagnosis time during local development.

Do I need a running Tilt instance to query resource status and logs?

Yes, querying Tilt resource status and logs requires an active Tilt development environment with a valid Tiltfile, as the commands interact directly with the Tilt-managed resources.