web-monitor-auto-repair

Diagnose web service tracebacks, apply code fixes, and verify with pytest or npm tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the incident response lifecycle for monitored web services by analyzing tracebacks, applying minimal code fixes, and verifying the resolution.

Core Features & Use Cases

  • Automated Root Cause Analysis: Fetches and parses error logs or tracebacks to identify the underlying issue.
  • Safe Code Repair: Applies targeted, minimal code changes within the repository with built-in safety guardrails.
  • Automated Verification: Executes relevant test suites (pytest, npm test) to ensure the fix is effective and non-destructive.
  • Use Case: When a production service reports a crash, this skill automatically identifies the failing line, applies a fix, runs the test suite, and reports the status back to the team via the oh-my-feishu Gateway.

Quick Start

Use the web-monitor-auto-repair skill to analyze the latest traceback and apply a fix to the service repository.

Frequently Asked Questions about web-monitor-auto-repair

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

FAQPage Schema
How do I automate Python traceback analysis and code repair for monitored web services?

Automated traceback analysis and code repair parses error logs to identify root causes, applies minimal version-controlled fixes to the repository, and executes pytest to verify the resolution.

What is the best way to fix runtime exceptions in Node.js environments automatically?

Fixing runtime exceptions in Node.js environments automatically requires parsing tracebacks, applying targeted code edits within defined repository boundaries, and running npm test suites to ensure non-destructive verification.

Do I need git and pytest to automate incident response for production web services?

Yes, automating incident response for production web services requires git, pytest, and npm toolchains to perform version-controlled code repairs and execute automated testing verification.

Can I use automated traceback analysis to fix assertion failures within specific repository boundaries?

Yes, automated traceback analysis operates within defined repository boundaries to safely resolve both runtime exceptions and assertion failures by applying targeted minimal code changes.

How does automated testing verify that applied code fixes are non-destructive?

Automated testing verifies applied code fixes are non-destructive by executing relevant test suites like pytest or npm test after the minimal code edits are applied to the repository.

Does automated diagnostic workflow support reporting repair status back to the team?

Yes, automated diagnostic workflow reports repair status back to the team via the oh-my-feishu Gateway after analyzing tracebacks, applying fixes, and completing test suite verification.