·automated-instrumented-debugging
</>

automated-instrumented-debugging

minleev5/automated-instrumented-debugging-skill

A systematic debugging capability that automates evidence collection via dynamic instrumentation. Use when manual tracing is tedious or environment is restricted.

3Installs·0Trend·@minleev5

Installation

$npx skills add https://github.com/minleev5/automated-instrumented-debugging-skill --skill automated-instrumented-debugging

SKILL.md

Core Philosophy: Don't guess. Instrument, measure, and let the data reveal the root cause.

This skill empowers you to debug complex issues by systematically injecting lightweight probes (fetch calls) into the codebase. These probes stream real-time execution data (function entries, variable states, errors) to a local debug server, allowing you to reconstruct the exact execution flow without relying on scattered console logs or interactive debuggers.

Don't rush to code. First, define what you need to capture.

A systematic debugging capability that automates evidence collection via dynamic instrumentation. Use when manual tracing is tedious or environment is restricted. Source: minleev5/automated-instrumented-debugging-skill.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/minleev5/automated-instrumented-debugging-skill --skill automated-instrumented-debugging
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is automated-instrumented-debugging?

A systematic debugging capability that automates evidence collection via dynamic instrumentation. Use when manual tracing is tedious or environment is restricted. Source: minleev5/automated-instrumented-debugging-skill.

How do I install automated-instrumented-debugging?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/minleev5/automated-instrumented-debugging-skill --skill automated-instrumented-debugging Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/minleev5/automated-instrumented-debugging-skill

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01

Related Skills

None