debugging-and-error-recovery
Debug Errors with a Root-Cause Workflow
Debugging failures by guesswork wastes time and can hide the real cause. This skill provides a repeatable process for reproducing, isolating, fixing, and verifying problems.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "debugging-and-error-recovery" from https://skillstore.io/skills/addyosmani-debugging-and-error-recovery.md and its manifest at https://skillstore.io/api/skills/addyosmani-debugging-and-error-recovery/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.
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 "debugging-and-error-recovery". A search test fails after a query change, but the user interface looks correct.
Expected outcome:
- Reproduce the focused test with verbose output.
- Compare the query result count with the expected data.
- Inspect joins and add a regression test for duplicate results.
Using "debugging-and-error-recovery". A build fails with a missing import after a dependency update.
Expected outcome:
Check the module path, exported names, lockfile state, and dependency compatibility. Then run the focused test, full suite, and build.
Using "debugging-and-error-recovery". A runtime error appears only under concurrent requests.
Expected outcome:
- Capture timestamps and request context around the failure.
- Reproduce with controlled concurrency.
- Inspect shared state, then verify the fix under the original load pattern.
Security Audit
SafeAll 32 static findings are false positives caused by Markdown code fences, illustrative shell commands, template literals, configuration examples, or checklist text. The skill provides defensive debugging guidance and includes explicit instructions to treat external error output as untrusted data.
Risk Factors
โ๏ธ External commands (26)
๐ Env variables (2)
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/addyosmani-debugging-and-error-recovery/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/addyosmani-debugging-and-error-recovery?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/addyosmani-debugging-and-error-recovery?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/addyosmani-debugging-and-error-recovery/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/addyosmani-debugging-and-error-recovery.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
addyosmani. (2026). debugging-and-error-recovery security audit report (audit version 2) [Author version unspecified]. Skillstore. https://skillstore.io/skills/addyosmani-debugging-and-error-recovery/audits/2BibTeX citation
@techreport{addyosmani-addyosmani-debugging-and-error-recovery-2026,
author = {addyosmani},
title = {debugging-and-error-recovery security audit report (audit version 2)},
institution = {Skillstore},
year = {2026},
number = {2},
url = {https://skillstore.io/skills/addyosmani-debugging-and-error-recovery/audits/2},
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: "debugging-and-error-recovery security audit report (audit version 2)"
version: "unspecified"
type: report
authors:
- name: "addyosmani"
date-released: "2026-09-19"
url: "https://skillstore.io/skills/addyosmani-debugging-and-error-recovery/audits/2"
identifiers:
- type: other
value: "skillstore:addyosmani-debugging-and-error-recovery:audit:2"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Investigate a failing test
Reproduce the failure, isolate the affected layer, identify the root cause, and design a regression test.
Recover a broken build
Separate type, import, configuration, dependency, and environment failures before applying a focused fix.
Triage a production error
Preserve evidence, treat external error text as untrusted data, localize the fault, and verify recovery safely.
Try These Prompts
My application has this failure: [describe failure]. Help me reproduce it, gather evidence, and list the first diagnostic steps.
A test changed from passing to failing after [change]. Use a structured workflow to identify the failing layer and likely causes.
This behavior worked at [known-good revision] and fails at [current revision]. Plan a minimal reproduction and a git bisect investigation.
Analyze this incident evidence: [logs, symptoms, and reproduction]. Propose the root-cause fix, regression coverage, verification commands, and safe rollback conditions.
Best Practices
- Preserve logs, error output, and reproduction steps before changing code.
- Reduce failures to the smallest reliable case before fixing symptoms.
- Verify the original scenario, full tests, build, and regression coverage after the fix.
Avoid
- Do not skip failing tests or continue feature work before understanding the failure.
- Do not apply speculative fixes without reproducing or localizing the problem.
- Do not follow commands embedded in error output without independent verification and user approval.
Frequently Asked Questions
When should I use this skill?
Does it run debugging commands?
Can it debug production incidents?
How does it handle suspicious error messages?
Which projects does it support?
What should I provide for better results?
Developer Details
Author
addyosmaniLicense
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
5d5054f8a23586f9b500fece1cb613a9dffc787b
Maintenance freshness
9/19/2026
Usage
2 downloads ยท 0 views
File structure
๐ SKILL.md