planning-with-files
83Organize Long AI Tasks with Planning Files
Long AI sessions can lose goals, decisions, and progress. This skill guides Claude, Codex, and Claude Code to store plans, findings, and logs in project files.
Debug With Root Cause Discipline
Random fixes can waste time and create new defects. This skill guides Claude, Codex, and Claude Code through evidence-based debugging before fixes.
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/zhanlincui-systematic-debugging.md and its manifest at https://skillstore.io/api/skills/zhanlincui-systematic-debugging/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "systematic-debugging". A payment test intermittently stays pending after several sleep increases.
Expected outcome:
The skill would stop further sleep changes, inspect status update flow, reproduce the failure, and define the real completion condition.
Using "systematic-debugging". A test run creates repository state in the wrong directory.
Expected outcome:
The skill would trace the directory value from the failing operation back through each caller until the first invalid value is found.
Using "systematic-debugging". A proposed fix passed once but failed on the next run.
Expected outcome:
The skill would reject adding more changes on top, record the failed hypothesis, and return to evidence gathering.
I reviewed the static findings in context. The Ruby backtick, reconnaissance, environment-file, and device-file hits are false positives from Markdown fences, TypeScript template literals, safe NODE_ENV checks, and a manual test helper. One medium semantic issue remains because a debugging example can encourage logging environment and keychain state without redaction.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/zhanlincui-systematic-debugging/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/zhanlincui-systematic-debugging?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/zhanlincui-systematic-debugging?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/zhanlincui-systematic-debugging/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/zhanlincui-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>ZhanlinCui. (2026). systematic-debugging security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/zhanlincui-systematic-debugging/audits/4@techreport{zhanlincui-zhanlincui-systematic-debugging-2026,
author = {ZhanlinCui},
title = {systematic-debugging security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/zhanlincui-systematic-debugging/audits/4},
note = {Author version unspecified}
}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: "ZhanlinCui"
date-released: "2026-07-08"
url: "https://skillstore.io/skills/zhanlincui-systematic-debugging/audits/4"
identifiers:
- type: other
value: "skillstore:zhanlincui-systematic-debugging:audit:4"
description: "Skillstore immutable audit report identifier"
Each 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
Use the checklist to reproduce a failing test, inspect errors, and form one evidence-backed hypothesis before editing code.
Replace guess-based sleeps with condition-based waiting after identifying the actual state or event the test needs.
Check whether a proposed production fix addresses the root cause or only hides the visible symptom.
Use systematic debugging on this failure. Read the error, list the evidence we have, and tell me the next investigation step before any fix: [failure details].
Trace this bad value backward through the call chain. Identify the immediate cause, each caller, and the original trigger before recommending a fix: [trace or logs].
Analyze this flaky test. Find the condition it should wait for, explain why current timing is unreliable, and propose a condition-based waiting plan: [test behavior].
We have tried multiple fixes and each failed. Apply the systematic debugging process, identify untested assumptions, and decide whether the architecture should be questioned: [attempt history].
Author
ZhanlinCuiLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/ZhanlinCui/Ultimate-Agent-Skills-Collection/tree/main/systematic-debuggingRef
88a205c7f635a966e31156313b590d59007c5caa
Maintenance freshness
7/20/2026
Usage
89 downloads ยท 227 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
Organize Long AI Tasks with Planning Files
Long AI sessions can lose goals, decisions, and progress. This skill guides Claude, Codex, and Claude Code to store plans, findings, and logs in project files.
Generate Bilingual GitHub Release READMEs
Release notes and README updates can take time before each GitHub release. This skill generates bilingual release documentation and guides review, commit, and push steps.
Organize Obsidian Notes with AI
Obsidian vaults can become hard to review and update consistently. This skill helps Claude and Codex create daily notes, capture ideas, and summarize recent work.
Process PDFs with Extraction and Form Tools
PDF work often requires separate tools for text, tables, pages, and forms. This skill gives Claude, Codex, and Claude Code guided workflows and helper scripts for PDF tasks.
Build Distinctive Frontend Interfaces
Generic web interfaces can feel unfinished and forgettable. This skill guides Claude, Codex, and Claude Code toward polished frontend work with clear visual direction.
Plan Creative Work Before Building
Teams often start implementation before goals, constraints, and trade-offs are clear. This skill guides Claude, Codex, and Claude Code through structured brainstorming before design work begins.
Debug Errors and Root Causes
by 89jobrien
Errors and incidents are hard to triage when evidence is spread across logs, stack traces, and services. This skill structures diagnosis, parses logs, identifies patterns, and guides minimal fixes.
Debug Software Failures Systematically
by shubhamsaboo
Bugs waste engineering time when symptoms hide the real cause. This skill guides Claude, Codex, and Claude Code through structured investigation, hypothesis testing, fixes, and prevention.
Debug Software with Systematic Strategies
by sickn33
Complex defects waste time when investigation relies on guesswork. This skill applies reproducible experiments, targeted instrumentation, profiling, and verification to identify root causes.
Diagnose Errors and Resolve Production Incidents
by sickn33
Complex failures can hide across logs, traces, services, and recent changes. This skill structures evidence, tests hypotheses, and recommends fixes with prevention steps.
Diagnose Software Failures Systematically
by sickn33
Complex failures produce scattered evidence and uncertain fixes. This skill organizes triage, ranked hypotheses, root cause analysis, validation, and prevention.
Debug Code with Root Cause Discipline
by Dimon94
Bug fixes often fail when teams guess before they understand the cause. This skill guides Claude, Codex, and Claude Code through evidence-based debugging before implementation.