reading-faber-logs

Inspect and query Faber task logs to debug agent failures.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/blaknite/agent-skills --skill reading-faber-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reading-faber-logs
Source: https://github.com/blaknite/agent-skills/tree/main/reading-faber-logs
Command: npx skills add https://github.com/blaknite/agent-skills --skill reading-faber-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you understand the execution details of agent tasks, enabling you to debug failures, extract specific information, or answer questions about an agent's actions when the final output (diff) is insufficient.

Core Features & Use Cases

  • Log Inspection: Access and query Faber task logs to understand the step-by-step execution of an agent.
  • Debugging Failures: Pinpoint the cause of task failures by examining log output.
  • Information Extraction: Retrieve specific details like test results, agent summaries, or error messages from logs.
  • Use Case: If an agent task failed, use this skill to read its log and determine why the tests did not pass.

Quick Start

Use the reading-faber-logs skill to read the log for Faber task @a3f2c1-fix-the-login-bug and determine if the agent ran the test suite.

Frequently Asked Questions about reading-faber-logs

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

FAQPage Schema
How do I debug agent task failures when the code diff isn't enough?

To debug agent task failures when diffs are insufficient, you can inspect and query Faber task logs to examine the step-by-step execution, agent decision-making, and error sources.

Can I extract specific test outcomes from agent execution logs?

Yes, you can retrieve specific details like test results, agent summaries, and error messages from Faber task logs to understand execution outcomes and pinpoint failure causes.

What is the best way to understand an agent's decision-making process post-task?

The best way to understand an agent's decision-making process is to inspect Faber task logs, which provide step-by-step transcripts of agent execution for post-task analysis.

How do I read Faber logs efficiently without scanning the entire transcript?

To read Faber logs efficiently, you can delegate targeted information retrieval to a sub-agent, allowing focused querying of task transcripts for specific execution details and errors.

When should I use log inspection instead of reviewing code diffs?

You should use log inspection when diffs are insufficient to explain why a task failed, specifically when you need to understand agent decision-making, test outcomes, or error sources.

Does reading Faber task logs require delegating to a sub-agent?

Yes, reading Faber task logs requires delegation to a sub-agent to ensure efficient and targeted information retrieval from the task transcripts during post-task analysis.