web-monitor-analyze-only

Analyze web service tracebacks and generate JSON remediation reports.

26|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/yjzhang2003/oh-my-feishu --skill web-monitor-analyze-only
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-monitor-analyze-only
Source: https://github.com/yjzhang2003/oh-my-feishu/tree/main/workspace/.claude/skills/web-monitor-analyze-only
Command: npx skills add https://github.com/yjzhang2003/oh-my-feishu --skill web-monitor-analyze-only

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the manual overhead of investigating service failures by automatically analyzing tracebacks and proposing fix plans, ensuring developers have a clear path to resolution without risking accidental code modifications.

Core Features & Use Cases

  • Automated Traceback Analysis: Fetches and parses error logs or tracebacks from specified URLs or files.
  • Structured Fix Proposals: Generates a detailed JSON report including root cause, affected files, and risk assessment.
  • Use Case: When a production service triggers an alert, use this skill to instantly analyze the error log and receive a recommended fix plan directly in your Feishu workspace.

Quick Start

Run the web-monitor-analyze-only skill to analyze the latest traceback for the current service and generate a fix proposal.

Frequently Asked Questions about web-monitor-analyze-only

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

FAQPage Schema
How do I analyze web service tracebacks automatically without modifying my code?

You can analyze web service tracebacks automatically by fetching and parsing error logs from remote URLs or local files to identify root causes and propose non-destructive remediation plans. This ensures developers have a clear resolution path without risking accidental code modifications.

Can I get automated incident response for production service alerts in Feishu?

Yes, automated incident response for production service alerts is possible within the Feishu ecosystem. When a service triggers an alert, the skill analyzes the error log and generates a recommended fix proposal directly in your workspace, satisfying requirements for structured diagnostic reporting.

What is included in a structured fix proposal for Python tracebacks?

A structured fix proposal for tracebacks includes a detailed JSON report featuring the root cause, affected files, and a risk assessment. This structured diagnostic reporting operates in a read-only environment to ensure non-destructive remediation.

Does this automated traceback analysis work with local files and remote URLs?

Yes, automated traceback analysis works with both remote URLs and local files. It fetches and parses error logs from these specified sources to process error logs and generate structured remediation plans within the oh-my-feishu ecosystem.

When should I use a read-only environment for web service debugging?

You should use a read-only environment for web service debugging when you need to investigate service failures and analyze tracebacks without risking accidental code modifications. This approach provides structured diagnostic reporting while ensuring non-destructive remediation.