Home / jnpiyush / agentx · .github/skills/development/systematic-debugging/SKILL.md · GitHub

systematic-debugging skillA

systematic-debugging is agent-read markdown (skill) from jnpiyush/agentx: Disciplined debugging for stalled bug fixes. Use when an Engineer or Reviewer has tried two or more fixes that did not work, when symptoms keep moving, or when the same test keeps failing for different reasons. Forces root-cause investigation, pattern analysis, hypothesis testing, and a final implementation, in that order..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Systematic Debugging

> WHEN: A bug fix has failed two or more times, the same test keeps failing for different reasons, or the symptom keeps moving when fixes are applied. Also use proactively for any `type:bug` that touches more than one file or crosses a module boundary.

## When to Use This Skill

Load this skill when:

- Two or more fixes for the same bug have not held
- The failing test now fails in a different way after each attempt
- A `type:bug` issue is non-trivial (more than a single-file typo)
- A Reviewer has issued `CHANGES REQUESTED` twice on the same defect
- You feel the urge to "try one more thing" instead of investigating

Skip when:

- The bug is a single-line obvious typo with no dependencies
- The failure mode is fully understood and the fix is mechanical

## Prerequisites

- Reproduction of the bug, or a failing test that captures it
- Access to the relevant logs, stack traces, and recent commits
- Time budget; this skill is slower than guess-and-fix, on purpose

## Rationalization Table

The three-failed-fixes rule exists because LLMs and humans both reach for these instead of investigating.

| Rationalization | Reality |
|-----------------|---------|
…

Read the whole file at its exact version.

How to install

Latest version
mdr add jnpiyush/agentx/systematic-debugging@git:20260915.f17c505
Exact content
mdr add jnpiyush/agentx/systematic-debugging@sha256:e2b8a8bf69f6ec20

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_w4zhtfw7jbx7y5dm.svg)](https://markdownregistry.com/a/art_w4zhtfw7jbx7y5dm)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260915.f17c505 latest2026-09-15 f17c505 7,261 BA view · diff
git:20260517.4703a792026-05-17 4703a79 7,259 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (7261 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

jnpiyush/agentx · 16 stars · license Apache-2.0 · pushed 2026-09-21 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_w4zhtfw7jbx7y5dm
GET https://markdownregistry.com/api/v1/resolve?ref=jnpiyush/agentx/systematic-debugging
GET https://markdownregistry.com/api/v1/blob/e2b8a8bf69f6ec2037916be054c5fb73f0dccfadb6a1490ba0fd1ab66859efc9

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from jnpiyush/agentx

000-frontier-core rules
jnpiyush/agentx · .cursor/rules/000-frontier-core.mdc · Frontier core operating contract for Cursor. Always applied.
git:20260915.f17c505 · audit A · 16 stars
ai rules
jnpiyush/agentx · .cursor/rules/ai.mdc · AI / agent / LLM workflow standards (Frontier)
git:20260915.f17c505 · audit A · 16 stars
csharp rules
jnpiyush/agentx · .cursor/rules/csharp.mdc · C# / .NET coding standards (Frontier)
git:20260915.f17c505 · audit A · 16 stars
python rules
jnpiyush/agentx · .cursor/rules/python.mdc · Python coding standards (Frontier)
git:20260915.f17c505 · audit A · 16 stars
react rules
jnpiyush/agentx · .cursor/rules/react.mdc · React / TSX frontend standards (Frontier)
git:20260915.f17c505 · audit A · 16 stars
typescript rules
jnpiyush/agentx · .cursor/rules/typescript.mdc · TypeScript / Node backend standards (Frontier)
git:20260915.f17c505 · audit A · 16 stars
agent-memory-systems skill
jnpiyush/agentx · .github/skills/ai-systems/agent-memory-systems/SKILL.md · Design agent memory beyond a single context window: short-term (working / scratchpad), long-term (episodic, semantic…
v1.0.0 · audit A · 16 stars
agent-observability skill
jnpiyush/agentx · .github/skills/ai-systems/agent-observability/SKILL.md · Instrument LLM agents with tracing, metrics, and evaluation telemetry. Use when adding OpenTelemetry GenAI semantic…
v1.0.0 · audit A · 16 stars
ai-agent-development skill
jnpiyush/agentx · .github/skills/ai-systems/ai-agent-development/SKILL.md · Build production-ready AI agents with Microsoft Foundry and Agent Framework. Use when creating AI agents, selecting LLM…
git:20260903.b3f2610 · audit A · 16 stars
ai-evaluation skill
jnpiyush/agentx · .github/skills/ai-systems/ai-evaluation/SKILL.md · Use when evaluating AI quality, safety, completeness and cost with held-out tasks, executable graders, calibrated…
v1.1.0 · audit A · 16 stars
ai-safety-and-red-teaming skill
jnpiyush/agentx · .github/skills/ai-systems/ai-safety-and-red-teaming/SKILL.md · Defend LLM systems against prompt injection, jailbreaks, data exfiltration, and unsafe output. Covers input/output…
v1.0.0 · audit B · 16 stars
anthropic-claude skill
jnpiyush/agentx · .github/skills/ai-systems/anthropic-claude/SKILL.md · Implement production applications with Anthropic Claude models -- Messages API, tool use, prompt caching, extended…
v1.0.0 · audit A · 16 stars

Every file in jnpiyush/agentx

Other files named systematic-debugging

systematic-debugging skill
obra/superpowers · skills/systematic-debugging/SKILL.md · Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
git:20260724.c74782e · audit A · 291,204 stars
systematic-debugging skill
jnmetacode/superpowers-zh · skills/systematic-debugging/SKILL.md · 遇到任何 bug、测试失败或异常行为时使用,在提出修复方案之前执行
v1.0.0 · audit A · 8,203 stars
systematic-debugging skill
a5c-ai/babysitter · library/methodologies/superpowers/skills/systematic-debugging/SKILL.md · Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes. Requires root cause…
git:20260601.da7723a · audit A · 1,809 stars
systematic-debugging skill
a5c-ai/babysitter · library/methodologies/rpikit/skills/systematic-debugging/SKILL.md · Structured debugging methodology using hypothesis-driven investigation, log analysis, and bisection to isolate and…
git:20260605.09bdbf7 · audit A · 1,809 stars
systematic-debugging skill
ganyuanran/aegis · skills/systematic-debugging/SKILL.md · Use when encountering a bug, test failure, or unexpected behavior, before proposing fixes
git:20260907.f725a76 · audit A · 1,280 stars
systematic-debugging skill
mateaix/mateclaw · mateclaw-server/src/main/resources/skills/systematic-debugging/SKILL.md · 4-phase root cause debugging: understand bugs before fixing.
v1.1.0 · audit A · 1,127 stars
systematic-debugging skill
sethgammon/citadel · skills/systematic-debugging/SKILL.md · 4-phase root cause analysis: observe, hypothesize, verify, fix. Enforces investigation before any code changes…
git:20260624.445e974 · audit A · 923 stars
systematic-debugging skill
taracodlabs/aiden · skills/systematic-debugging/SKILL.md · Four-phase root cause investigation for bugs and unexpected behavior
v1.0.0 · audit A · 843 stars

Browse by kind, by grade A, or by owner.