debug-workflow

Create and search reusable debugging session records via scripts.

1|Updated Jun 15, 2025
One-click install
npx skills add https://github.com/shioki/Cursor-Knowledge-Management-System --skill debug-workflow-shioki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-workflow
Source: https://github.com/shioki/Cursor-Knowledge-Management-System/tree/main/templates/.cursor/skills/debug-workflow
Command: npx skills add https://github.com/shioki/Cursor-Knowledge-Management-System --skill debug-workflow-shioki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Debugging and incident investigations often lack a consistent, reusable record of steps, decisions, and references. This skill provides a standardized workflow to organize, track, and re-use past debugging sessions, reducing time to identify root causes.

Core Features & Use Cases

  • Session creation and logging via scripts under scripts/
  • Quick access to past problems through references/ templates
  • Reusable debugging workflows to share with team during incident response
  • On-demand search and retrieval of prior sessions for context and learning

Quick Start

Start a debugging session by running the create-session.sh script with a concise problem summary.

Frequently Asked Questions about debug-workflow

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

FAQPage Schema
How do I track and record debugging sessions for incident investigations?

Tracking debugging sessions involves using script-based workflows to create structured logs of problem investigations. You run a script with a concise problem summary to start, organizing steps, decisions, and references for each incident consistently.

What is the best way to organize reusable debugging workflows for software bug hunts?

Organizing reusable debugging workflows requires a standardized structure using templates and scripts. This approach records error analysis steps and performance investigations, creating historical references that reduce the time needed to identify root causes.

Can I search past debugging sessions to find context for a recurring error analysis?

Yes, you can search past debugging sessions on demand. The workflow includes scripts specifically designed to search and retrieve prior session records, allowing you to reuse historical context and reference templates during current problem investigations.

How do I start a new debugging session using a script-based workflow?

To start a debugging session, you execute the session creation script with a concise problem summary. This initiates the structured logging process, applying a standardized template to record the investigation steps and decisions from that point forward.

Does this debugging workflow require any external dependencies or specific environments?

No, this debugging workflow requires no external dependencies. It operates independently using included scripts and reference templates, meaning you can implement it in your current environment without installing additional software or packages.