Ends the monitoring of the Signal app and compiles a report of system and console logs.

Install

mkdir -p .claude/skills/stop-monitor && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14559" && unzip -o skill.zip -d .claude/skills/stop-monitor && rm skill.zip

Installs to .claude/skills/stop-monitor

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Stop the running Signal app and capture all logs and browser state for review.
78 chars · catalog descriptionno explicit “when” trigger
Beginner

Key capabilities

  • Read all server logs from the background uvicorn task
  • Capture page content from the monitored tab
  • Capture console messages from the monitored tab
  • Capture network requests from the monitored tab
  • Stop the background uvicorn process
  • Present a summary of server logs, browser console, and network requests

How it works

The skill reads server logs and captures browser state including page content, console messages, and network requests. It then stops the uvicorn process and presents a summary of the collected data.

Inputs & outputs

You give it
Running Signal app with active uvicorn background task and monitored browser tab
You get back
Summary of server logs, browser console messages, network requests, and overall session status

When to use stop-monitor

  • Stopping app monitoring
  • Reviewing session logs
  • Debugging network and console errors

About this skill

/stop-monitor — Stop Monitoring and Summarize

Stop the running Signal app and capture all logs and browser state for review.

Steps

  1. Read all server logs from the background uvicorn task using TaskOutput
  2. Capture the current browser state from the monitored tab:
    • Page content via mcp__claude-in-chrome__read_page or mcp__claude-in-chrome__get_page_text
    • Console messages via mcp__claude-in-chrome__read_console_messages
    • Network requests via mcp__claude-in-chrome__read_network_requests
  3. Stop the background uvicorn process using TaskStop
  4. Present a summary to the user covering:
    • Server logs: HTTP requests served, any errors or tracebacks
    • Browser console: JavaScript errors, warnings, or notable log messages
    • Network requests: Failed requests, slow responses, or error status codes
    • Overall status: Whether the session was clean or had issues
  5. Keep all captured context in the conversation so the user can ask follow-up questions

Important

  • If no background task ID is available from a previous /monitor-app, tell the user no monitoring session is active
  • If the browser tab is no longer available, skip browser capture and note it in the summary
  • Always stop the server process to avoid orphaned background tasks

When not to use it

  • If no background task ID is available from a previous `/monitor-app`
  • If the browser tab is no longer available for capture

Limitations

  • The skill requires a background task ID from a previous `/monitor-app` to be active.
  • Browser capture is skipped if the tab is unavailable.
  • The skill always stops the server process.

How it compares

This workflow provides a consolidated snapshot of both server-side and client-side activity upon stopping an application, offering a more complete debugging context than reviewing logs or browser state separately.

Compared to similar skills

stop-monitor side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
stop-monitor (this skill)05moNo flagsBeginner
langsmith-observability47moReviewIntermediate
debugging-toolkit-smart-debug44moNo flagsIntermediate
jaeger-analysis65moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry