debug-code-task

Retrieve Firestore task metadata and logs for debugging code execution.

8|1|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/pbuchman/intexuraos --skill debug-code-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-code-task
Source: https://github.com/pbuchman/intexuraos/tree/main/.claude/skills/debug-code-task
Command: npx skills add https://github.com/pbuchman/intexuraos --skill debug-code-task

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firebase-admin, and includes scripts (resource) components.

What problem does it solve?

This Skill helps developers quickly investigate and understand failures in automated code generation or execution tasks by retrieving detailed task information and logs.

Core Features & Use Cases

  • Task ID Lookup: Fetches task metadata and logs from Firestore using a task ID.
  • Environment Detection: Identifies the correct environment (development or production) for fetching data.
  • Log Analysis: Presents execution logs to aid in debugging.
  • Use Case: When a code generation task fails, use this Skill to input the task ID and get a summary of the error, along with the relevant execution logs, to pinpoint the issue.

Quick Start

Use the debug-code-task skill to investigate task ID task_abc123xyz.

Frequently Asked Questions about debug-code-task

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

FAQPage Schema
How do I retrieve execution logs for a code task from Firestore?

To retrieve execution logs for a code task from Firestore, you query a specific task ID to fetch its sequential log entries, worker location, and results. This provides a complete view of task execution.

What is the best way to debug automated code execution failures?

The best way to debug automated code execution failures is to retrieve the task's metadata and logs to pinpoint the issue. This method validates task existence and displays errors, agent type, and status to identify the root cause.

Can I use firebase-admin to investigate task status and errors?

Yes, you can use firebase-admin to investigate task status and errors. By connecting to Firestore, you can retrieve and display detailed metadata, worker location, agent type, and execution logs for a specific code task.

How do I get metadata for a specific code task ID?

To get metadata for a specific code task ID, you query Firestore with that ID. The system validates the task's existence and fetches its status, agent type, worker location, results, and any associated errors.

Why does my code task investigation return no logs?

Your code task investigation might return no logs because the system validates log availability before presenting information. If the task ID does not exist in Firestore or has no recorded sequential log entries, no logs will be displayed.