monitoring

Monitor Sgai workspace status, agent activities, and code changes via SSE.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/ucirello/sgai --skill monitoring-ucirello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring
Source: https://github.com/ucirello/sgai/tree/main/docs/sgai-skills/monitoring
Command: npx skills add https://github.com/ucirello/sgai --skill monitoring-ucirello

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive visibility into the Sgai factory's operations, allowing you to track agent progress, understand workspace status, and monitor code changes in real-time.

Core Features & Use Cases

  • Real-time Monitoring: Subscribe to state change notifications via Server-Sent Events (SSE).
  • Detailed State Inspection: Retrieve the complete state of all workspaces or individual workspaces, including agent activity, task progress, and cost tracking.
  • Code Change Visibility: Inspect current code differences using jj diff and view commit history.
  • Workflow Visualization: Obtain SVG diagrams of agent workflow execution.
  • Use Case: When an agent seems stuck or you want to understand the current development phase, use this Skill to get the latest status, see the current task, and review recent code commits.

Quick Start

Use the monitoring skill to get the full factory state.

Frequently Asked Questions about monitoring

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

FAQPage Schema
How do I monitor Sgai workspace status and agent activities?

You can monitor Sgai workspace status by retrieving the complete state of all workspaces to observe agent activities, track task progress, and review cost tracking metrics.

Can I get real-time updates for agent workflow progress?

Yes, you can get real-time updates for agent workflow progress by subscribing to state change notifications via Server-Sent Events (SSE) to observe workspace events as they occur.

How do I inspect code changes in an Sgai workspace?

To inspect code changes in an Sgai workspace, you can view current code differences using the jj diff command and review the commit history to understand recent modifications.

What's the best way to visualize agent workflow execution?

The best way to visualize agent workflow execution is to retrieve SVG diagrams, which provide a visual representation of the workflow execution steps and current development phase.

Does the monitoring skill require additional dependencies to track workspace events?

No additional dependencies are required to track workspace events, as the monitoring skill operates independently to retrieve workspace states and subscribe to real-time updates.

Why does an Sgai agent seem stuck and how can I check its current state?

If an agent seems stuck, you can check its current state by retrieving the latest workspace status, viewing the current task, and inspecting recent code commits to diagnose the issue.