devteam-logs

Displays and filters Firestore documents with support for querying, sorting, and limiting results.

17|8|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/michael-harris/devteam --skill devteam-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devteam-logs
Source: https://github.com/michael-harris/devteam/tree/main/skills/devteam-logs
Command: npx skills add https://github.com/michael-harris/devteam --skill devteam-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a way to view and filter execution logs, event history, and debugging information generated by the DevTeam system, making it easier to understand and troubleshoot agent behavior.

Core Features & Use Cases

  • View Logs: See a chronological feed of events, agent actions, and system messages.
  • Filter Logs: Narrow down logs by session ID, agent name, log level (debug, info, warn, error), or time.
  • Export Logs: Save logs to a file for offline analysis or sharing.
  • Use Case: If a DevTeam task failed unexpectedly, you can use /devteam:logs --level error to quickly find the specific error messages and pinpoint the cause.

Quick Start

Use the devteam logs skill to show the last 50 log entries.

Frequently Asked Questions about devteam-logs

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

FAQPage Schema
How do I view execution logs for debugging an autonomous agent workflow?

You can filter execution logs by session ID, agent name, log level, or time range to narrow down debugging information and pinpoint specific agent actions during autonomous workflows.

How do I filter execution logs by agent name or log level?

Filter execution logs by applying session ID, agent name, log level, or time constraints to isolate specific event history and debug autonomous agent workflows within the DevTeam system.

Can I export event history logs in JSON format for offline analysis?

Yes, you can export event history logs in plain text or JSON format to save files for offline analysis or sharing, enabling detailed post-execution analysis of agent workflows.

What is the best way to troubleshoot a failed DevTeam task using event history?

The best way to troubleshoot a failed DevTeam task is to filter execution logs by error level to quickly find specific error messages and pinpoint the cause of the unexpected failure.

Do I need a specific database setup to retrieve DevTeam debugging information?

You need access to the DevTeam system's SQLite database, as this skill directly retrieves and filters execution logs, event history, and debugging information from that data source.