systematic-debugging
Debug Software Issues Systematically
Random fixes waste time and create regressions. This skill guides Claude, Codex, and Claude Code through root-cause debugging before implementation.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "systematic-debugging" from https://skillstore.io/skills/sickn33-systematic-debugging.md and its manifest at https://skillstore.io/api/skills/sickn33-systematic-debugging/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "systematic-debugging". A payment test sometimes returns pending status instead of completed status.
Expected outcome:
The skill would ask for reproduction steps, recent changes, event timing evidence, and the first point where status stops updating.
Using "systematic-debugging". A git operation runs in the wrong directory during tests.
Expected outcome:
The skill would trace the directory value back through callers, identify the source of the empty path, and add validation at several layers.
Using "systematic-debugging". Three attempted fixes changed different parts of a shared workflow and still failed.
Expected outcome:
The skill would stop more patching, summarize failed hypotheses, and evaluate whether the architecture is the actual problem.
Security Audit
High RiskMost static findings are false positives from markdown fences, JavaScript template literals, and documentation examples. Real risk remains in the main guidance for printing environment and signing diagnostics, plus the bundled shell script that executes npm tests. No prompt-injection attempt, malicious persistence, or data-exfiltration code was found.
Confirmed security concerns (2)
Capability review items (2)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (20)
๐ Filesystem access (3)
๐ Env variables (4)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-systematic-debugging/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-systematic-debugging?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-systematic-debugging?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-systematic-debugging/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-systematic-debugging.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). systematic-debugging security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-systematic-debugging/audits/4BibTeX citation
@techreport{sickn33-sickn33-systematic-debugging-2026,
author = {sickn33},
title = {systematic-debugging security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/sickn33-systematic-debugging/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "systematic-debugging security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/sickn33-systematic-debugging/audits/4"
identifiers:
- type: other
value: "skillstore:sickn33-systematic-debugging:audit:4"
description: "Skillstore immutable audit report identifier"
Compare variants
12 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
asmayaseen-systematic-debugging
2026-08-21
chriswiles-systematic-debugging
2026-08-21
doyajin174-systematic-debugging
2026-08-21
dmjgilbert-systematic-debugging
2026-08-21
codingcossack-systematic-debugging
2026-08-21
zhanlincui-systematic-debugging
2026-08-21
obra-systematic-debugging
2026-08-21
cycleaddict-systematic-debugging
2026-08-21
davila7-systematic-debugging
2026-08-21
dyai2025-systematic-debugging
2026-08-21
cygnusfear-systematic-debugging
2026-08-21
sickn33-systematic-debugging
2026-08-21
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Diagnose Failing Tests
Use the process to reproduce a failure, inspect recent changes, and confirm one root-cause hypothesis before editing code.
Stabilize Flaky Async Tests
Replace timing guesses with condition-based waiting patterns and clear timeout messages.
Review Repeated Failed Fixes
Pause after multiple failed fixes, reassess architecture, and avoid stacking unrelated changes.
Try These Prompts
Use systematic debugging on this failing test: [test name]. Error: [message]. Start with evidence gathering and do not propose fixes yet.
Trace this bad value backward through the call stack: [value and symptom]. Identify where it first becomes wrong before suggesting changes.
This test uses sleeps and fails intermittently: [summary]. Find the real condition to wait for and propose a minimal verification plan.
I tried these fixes and they failed: [list]. Apply the systematic process, question the architecture if needed, and define the next experiment.
Best Practices
- Reproduce the problem and read the full error before proposing any fix.
- Test one clear hypothesis at a time with the smallest useful change.
- Create a failing test or repeatable check before implementing the final fix.
Avoid
- Guessing a quick fix before finding the root cause.
- Bundling several unrelated changes into one debugging attempt.
- Fixing the deepest symptom without tracing where the bad input began.
Frequently Asked Questions
When should I use this skill?
Does it write the fix for me?
Can it help under time pressure?
Does it require a specific language?
Is the included script safe to run?
How does it handle flaky tests?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/systematic-debuggingRef
9f814fc6a43fd99946f2da5e0df231c65a38bc76
Maintenance freshness
7/18/2026
Usage
10 downloads ยท 181 views
File structure
๐ condition-based-waiting-example.ts
๐ condition-based-waiting.md
๐ CREATION-LOG.md
๐ defense-in-depth.md
๐ find-polluter.sh
๐ SKILL.md
๐ test-academic.md
๐ test-pressure-1.md
๐ test-pressure-2.md
๐ test-pressure-3.md