debugging is agent-read markdown (skill) from akillness/jeo-skills: Run a reproduce → isolate → verify debugging workflow for concrete bugs, regressions, flaky failures, and environment-specific behavior. Use when the user already has a failing command, test, request, UI flow, or narrowed symptom and needs root-cause diagnosis or fix verification rather than raw log-line selection, broad test-policy design, PR review, or generic performance tuning..
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
# Debugging
Use this skill when the job is to **turn a concrete failure into a bounded diagnosis loop**.
The center of the skill is small and repeatable:
1. define the failing behavior in testable terms,
2. build or confirm the cheapest reliable reproducer,
3. isolate the narrowest failing boundary,
4. run one discriminating check per hypothesis,
5. verify the fix under the same conditions.
Read [references/handoff-boundaries.md](references/handoff-boundaries.md) before taking work that may belong to `log-analysis`, `testing-strategies`, `code-review`, or `performance-optimization`.
Read [references/debug-loop.md](references/debug-loop.md) for the full experiment-loop scaffolding.
Read [references/mode-selection-and-fast-checks.md](references/mode-selection-and-fast-checks.md) when the case is clearly a regression, flake, env/config mismatch, or artifact-led investigation.
## When to use this skill
- A command, test, request, or UI flow fails and the user needs a root-cause workflow
- A bug is reproducible or close to reproducible and needs narrowing before patching
- A regression has a likely change window or last-known-good state
…
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.
GET https://markdownregistry.com/api/v1/artifacts/art_3jqz7fawuxdzjtfu
GET https://markdownregistry.com/api/v1/resolve?ref=akillness/jeo-skills/debugging
GET https://markdownregistry.com/api/v1/blob/55367c1cc26c0ff3a5ce02b670544005fb372fe8a5619ecb886cc271f585c9c8
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.
akillness/jeo-skills · .agent-skills/academic-research/SKILL.md · Full academic research pipeline from discovery to publication — 4 reference pipelines, 27 modes, 39-agent ensemble…
akillness/jeo-skills · .agent-skills/agent-pulse/SKILL.md · Operate and extend barretlee/agent-pulse, the evidence-backed AI industry intelligence system: inspect source catalog…
akillness/jeo-skills · .agent-skills/agentic-gamedev-skills/SKILL.md · Discover, select, and safely install focused skills from abagames/agentic-gamedev-skills. Use when a user explicitly…
akillness/jeo-skills · .agent-skills/agentic-skills/SKILL.md · Production engineering lifecycle for spec-first, test-driven implementation, review, and staged shipping; use for…
akillness/jeo-skills · .agent-skills/agenticskills/SKILL.md · One-shot installer for the akillness/oh-my-gods agent skill bundle (80+ god-skills) — wraps the official install.sh…
akillness/jeo-skills · .agent-skills/aider-cli-workflow/SKILL.md · Runs a scope-locked, test-backed Aider coding loop with commit hygiene; use for local-repo AI pair-programming on one…
akillness/jeo-skills · .agent-skills/airship/SKILL.md · Drive Airship (`@airshiplabs/cli`), a CLI that puts a visual, pannable design canvas in front of a running dev server…
akillness/jeo-skills · .agent-skills/amrouter/SKILL.md · Self-hosted AI gateway with one OpenAI-compatible endpoint for multi-provider LLM, embedding, image, and audio routing…
akillness/jeo-skills · .agent-skills/animato/SKILL.md · Drive Animato (github.com/otdnnc/Animato) as an API-key agent loop that turns a rigged .fbx/.gltf model plus a…
code-yeongyu/oh-my-openagent · packages/shared-skills/skills/debugging/SKILL.md · Runs a hypothesis-driven debugging loop across any language or binary, escalating to orthogonal oracle angles and…
romiluz13/cc10x · plugins/cc10x/skills/debugging/SKILL.md · Debugging discipline: feedback loop FIRST, root cause before fix, blast radius after
fix. Covers the 10-rung…
iliaal/whetstone · distillery/generated-skills/debugging/SKILL.md · Systematic root-cause debugging: reproduce, investigate, hypothesize, fix with verification. Use when asked to "debug…
calebnewtonusc/chewbacca · skills/debugging/SKILL.md · Find the root cause of a bug instead of guessing at it. Use when the user reports something broken, pastes an error or…