inspect

Parse request and task status JSON files to display detailed request progress.

24|5|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/myrtlepn/gran-maestro --skill inspect-myrtlepn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inspect
Source: https://github.com/myrtlepn/gran-maestro/tree/main/skills/inspect
Command: npx skills add https://github.com/myrtlepn/gran-maestro --skill inspect-myrtlepn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides detailed insights into the status and progress of specific requests, helping users understand where a task stands in the workflow.

Core Features & Use Cases

  • Detailed Status View: Displays the current phase, task progress, agent activity, and history for a given request ID.
  • Dependency Tracking: Shows which tasks are blocked by others and which tasks are blocked by the current one.
  • Use Case: When a user asks "What's the status of the login screen improvement?", this Skill can provide a granular breakdown of its progress, including which tasks are complete, in progress, or pending.

Quick Start

Show me the detailed status for request REQ-001.

Frequently Asked Questions about inspect

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

FAQPage Schema
How do I check the detailed status and progress of a specific workflow request?

To check request status, you can use the inspect command to display the current phase, task progress, and agent activity. It parses request and task status JSON files to provide a formatted breakdown of where the task stands in the workflow.

Can I track task dependencies and see which workflow tasks are currently blocked?

Yes, tracking task dependencies allows you to see which tasks are blocked by others and which tasks block the current one. It parses request and task status JSON files to map out these dependency relationships for your specific request ID.

What is the best way to view agent activity history for a pending request?

Viewing agent activity history is done by requesting a detailed status update for a specific request ID. The system displays the current phase, task progress, agent activity, and feedback history to give you a granular breakdown of the workflow.

How do I get a granular breakdown of completed, in progress, and pending tasks?

To get a granular breakdown of task progress, you can inspect the request status details. This displays which tasks are complete, in progress, or pending by parsing the underlying request and task status JSON files for the given request.

Does this request status monitoring tool require any external dependencies to function?

No, this request status monitoring tool requires no external dependencies to function. It operates independently using internal scripts and references to parse request and task status JSON files for formatting the output.

Why is my task progress not showing the expected phase updates during debugging?

If task progress is not showing the expected phase updates during debugging, ensure you are querying the correct request ID. The tool relies on parsing request and task status JSON files to display accurate agent activity and current workflow phase.