debugger-job-protocols

Codify debugging procedures for incident root cause analysis.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ngmthaq/my-copilot --skill debugger-job-protocols
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debugger-job-protocols
Source: https://github.com/ngmthaq/my-copilot/tree/main/skills/debugger-job-protocols
Command: npx skills add https://github.com/ngmthaq/my-copilot --skill debugger-job-protocols

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guidelines and protocols for Debuggers to execute tasks effectively while adhering to the core mandate of not modifying frontend or backend systems, infrastructure, or deployment processes.

Core Features & Use Cases

  • Structured investigation framework covering reproduction, isolation, tracing, hypothesis, validation, and reporting.
  • Clear guardrails to avoid accidental changes to production systems and to ensure auditable RCA artifacts.
  • Supports collaboration with the technical-leader through standardized RCA outputs.
  • Skills Reference highlights recommended tooling and methods: ask-user, chrome-devtools, scan-js-codebase.

Quick Start

Describe the bug succinctly, reproduce it exactly, then follow the debugger protocol to produce a complete RCA.

Frequently Asked Questions about debugger-job-protocols

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

FAQPage Schema
What is a structured debugging protocol for incident RCA?

A structured debugging protocol for incident RCA codifies safe, repeatable procedures covering reproduction, isolation, tracing, hypothesis, validation, and reporting to ensure auditable root cause analysis without modifying production code.

How do I perform root cause analysis without modifying production systems?

To perform root cause analysis without modifying production systems, follow structured guardrails that restrict code changes and focus on evidence gathering, tracing, and validation to produce complete, auditable RCA documentation.

Can I use this debugging protocol for both frontend and backend investigation workflows?

Yes, you can use this debugging protocol for both frontend and backend investigation workflows, as it applies safely across infrastructure boundaries and supports both manual and semi-automated debugging tasks.

What is the best way to document incident investigation evidence for a technical leader?

The best way to document incident investigation evidence for a technical leader is to use a standardized RCA output framework that gathers reproduction steps, isolation data, and validation results into clear, auditable artifacts.

Does this RCA investigation protocol require any external tooling dependencies to run?

No, this RCA investigation protocol requires no external tooling dependencies to run, though it highlights recommended methods like chrome-devtools and scan-js-codebase to assist with evidence gathering and codebase tracing.

Why should I not use ad-hoc debugging approaches during an incident?

You should avoid ad-hoc debugging during an incident because it lacks the structured guardrails needed to prevent accidental changes to production systems and fails to generate the standardized RCA outputs required for thorough documentation.