debug-task

Guide troubleshooting of moon tasks using configuration, cache state, and execution logs.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/ley-labs/moon-monorepo-template --skill debug-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-task
Source: https://github.com/ley-labs/moon-monorepo-template/tree/main/.agents/skills/debug-task
Command: npx skills add https://github.com/ley-labs/moon-monorepo-template --skill debug-task

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users identify and fix problems in moon tasks such as configuration errors, cache issues, or execution failures, streamlining the debugging process.

Core Features & Use Cases

  • Diagnostic Assistance: Guides users through structured troubleshooting workflows for failing or misbehaving moon tasks.
  • Issue Identification: Pinpoints causes such as incorrect config, cache misbehavior, or environment problems.
  • Use Case: When a moon task is not running as expected or producing unexpected output, this Skill walks you through the diagnostic steps to resolve the issue quickly.

Quick Start

Describe the exact moon command you are running and any error messages, then follow the guidance provided to isolate and fix the problem.

Frequently Asked Questions about debug-task

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

FAQPage Schema
How do I fix moon task configuration errors and cache issues?

Troubleshooting moon task failures involves analyzing execution logs, verifying configuration settings, and checking cache state. This skill guides you through structured diagnostic steps to pinpoint incorrect configs, cache misbehavior, or environment problems causing unexpected output.

Why does my moon task fail to run as expected?

Moon task failures typically stem from incorrect configuration, cache misbehavior, or environment problems. By analyzing execution logs and verifying the cache state, you can isolate the root cause and apply the appropriate fixes to restore expected task execution.

What is the best way to troubleshoot moon task execution failures?

The best way to troubleshoot moon task execution failures is to follow a structured diagnostic workflow that checks configuration, evaluates cache state, and reviews execution logs to isolate the root cause of misbehaving tasks quickly and efficiently.

Can I use Bash and Read to diagnose moon task problems?

Yes, you can use Bash and Read dependencies to diagnose moon task problems. They support the troubleshooting workflow by reading configuration files and execution logs, which helps pinpoint cache issues and configuration errors causing task failures.

How do I clear or verify moon cache state when tasks misbehave?

To verify moon cache state when tasks misbehave, follow the diagnostic steps to check the cache configuration and execution logs. This process identifies whether cache misbehavior is causing the unexpected task output or execution failure.

What should I do when moon task troubleshooting does not resolve the error?

When moon task troubleshooting does not resolve the error, re-evaluate the initial configuration and environment setup. Ensure the exact moon command and error messages were provided correctly, as precise inputs are required to isolate complex misconfigurations effectively.