agent-status-report

Generate a timestamped .txt status report of all agent tasks.

2|3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/fsx950223/claude-stuff --skill agent-status-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-status-report
Source: https://github.com/fsx950223/claude-stuff/tree/main/.claude/skills/agent-status-report
Command: npx skills add https://github.com/fsx950223/claude-stuff --skill agent-status-report

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive overview of all ongoing and completed agent tasks, helping you monitor progress and identify potential issues.

Core Features & Use Cases

  • Task Monitoring: Get a detailed status report of all agent tasks, including running, completed, and failed ones.
  • Progress Tracking: View task IDs, statuses, descriptions, and output summaries.
  • Issue Detection: Identifies stalled tasks, failures, and potential duplicate work.
  • Use Case: Run this periodically to ensure your agent team is on track, or when you need to quickly understand "what are the agents doing?".

Quick Start

Generate a status report of all agent tasks and write it to a timestamped file.

Frequently Asked Questions about agent-status-report

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

FAQPage Schema
How do I monitor agent task progress and check running task statuses?

To monitor agent task progress, you can generate a comprehensive status report that details all running, completed, and failed tasks. This report includes task IDs, statuses, descriptions, and output summaries, writing the data to a timestamped .txt file for easy review.

What is the best way to track all agent activities and identify stalled tasks?

Tracking all agent activities involves generating a status report that identifies stalled tasks, failures, and potential duplicate work. It provides a detailed overview of ongoing and completed agent tasks to help you quickly spot issues and ensure your agent team is on track.

How do I generate a text file report of all completed and failed agent tasks?

You can generate a text file report of completed and failed agent tasks by leveraging Bash, Read, Write, TaskList, TaskGet, and TaskOutput tools. The process writes a timestamped .txt file containing task IDs, descriptions, statuses, and output summaries.

Can I collect Git activity data alongside agent task monitoring?

Yes, you can collect Git activity data alongside agent task monitoring. The status report generation process includes optional Git activity collection, allowing you to combine task progress tracking with repository commit history for a comprehensive project overview.

Why does my agent team status report not show output summaries for some tasks?

Agent team status reports might not show output summaries for tasks that are still running or have failed before producing output. The report relies on TaskGet and TaskOutput tools to fetch details, so incomplete tasks may lack summary data in the generated timestamped file.