managing-astro-local-env

Automate local Astro Airflow environment lifecycle management via the Astro CLI.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/rory-data/copilot --skill managing-astro-local-env-rory-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-astro-local-env
Source: https://github.com/rory-data/copilot/tree/main/skills/managing-astro-local-env
Command: npx skills add https://github.com/rory-data/copilot --skill managing-astro-local-env-rory-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running Airflow locally can be tedious: starting, stopping, and diagnosing container issues often requires manual steps across multiple services. This skill simplifies local Airflow lifecycle management via the Astro CLI, reducing setup time and pain points for developers.

Core Features & Use Cases

  • Start, stop, and restart the local Airflow stack using astro dev start/stop/restart.
  • View logs, monitor status, and troubleshoot container health to keep DAGs running smoothly.
  • Fix environment issues and handle common maintenance tasks like dependencies and upgrades with guided commands.

Quick Start

Start your local Airflow environment using the Astro CLI.

Frequently Asked Questions about managing-astro-local-env

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

FAQPage Schema
How do I restart my local Airflow environment using the Astro CLI?

You can restart your local Airflow environment by executing the astro dev restart command, which stops and starts the container stack to apply changes and resolve runtime issues.

What is the best way to troubleshoot failing Airflow containers locally?

Troubleshooting failing Airflow containers involves retrieving container logs and checking status via the Astro CLI to identify health issues and execute guided recovery steps.

How do I view logs for my local Astro Airflow containers?

Viewing logs for your local Astro Airflow containers is handled through log retrieval commands in the Astro CLI, allowing you to monitor container health and diagnose DAG failures.

Does the Astro CLI support interactive shell access for local environment troubleshooting?

The Astro CLI supports interactive shell access for local environment troubleshooting, enabling direct command execution inside containers to diagnose and fix environment issues.

Why does my local Airflow environment fail to start during development?

Local Airflow environment startup failures often stem from container health issues or stale dependencies, which you can resolve by checking status and applying guided recovery steps.