windows-error-debugger

Diagnoses Windows crashes by analyzing event logs, minidumps, and driver health.

8|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/SufficientDaikon/archon --skill windows-error-debugger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: windows-error-debugger
Source: https://github.com/SufficientDaikon/archon/tree/main/skills/windows-error-debugger
Command: npx skills add https://github.com/SufficientDaikon/archon --skill windows-error-debugger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Diagnosing Windows stability issues can be time-consuming and error-prone; this skill provides a structured approach to triage and fix PC crashes, BSODs, and system hangs.

Core Features & Use Cases

  • Structured Windows crash triage: collects Event Log data, minidump analysis, and driver health checks to identify root causes.
  • Automated diagnostics and reporting: generates actionable fixes, scripts, and a growing knowledge base for future reference.
  • Knowledge-base integration: updates knowledge-base/resolved-issues.md and machine-profile.md with findings and recommended actions.

Quick Start

Run the Windows Error Debugger triage to collect system info, events, and minidumps, then generate a crash report and proposed fixes.

Frequently Asked Questions about windows-error-debugger

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose Windows BSOD crashes using minidump and event log analysis?

Windows BSOD diagnosis combines event log collection, minidump analysis, and driver health checks to identify faulty drivers, memory pressure, or disk issues. This approach triages system stability by applying resource checks and targeted diagnostics to generate actionable fixes and repair scripts.

What's the best way to automate PowerShell triage for system stability issues?

Automated PowerShell triage for Windows stability issues collects system info, event logs, and minidumps to generate crash reports and proposed fixes. The workflow applies safety checks, backups, and service audits to identify root causes and update a knowledge base for preventing recurrence.

Can I use PowerShell scripts to check driver health and memory pressure on Windows?

Yes, PowerShell scripts can audit driver health and check memory pressure by collecting event log data and system resource metrics. These diagnostics identify faulty drivers or resource exhaustion causing system hangs, producing targeted fixes and updating machine profiles with recommended actions.

Does Windows event log analysis help identify the root cause of recurring system hangs?

Windows event log analysis helps identify root causes of recurring system hangs by capturing system events, service states, and startup configurations. Combined with minidump analysis and resource checks, it pinpoints faulty drivers, disk issues, or memory pressure, generating a repeatable diagnostic workflow.

How do I troubleshoot Windows driver issues when my PC keeps crashing?

Troubleshooting Windows driver issues involves collecting minidump data, auditing driver health, and analyzing event logs to pinpoint faulty drivers causing PC crashes. The process generates actionable fix scripts with safety checks and backups, updating a knowledge base to prevent future recurrence.

What are the limitations of using PowerShell for BSOD minidump analysis?

PowerShell BSOD minidump analysis requires accessible minidump files and event logs on the target machine. Limitations include dependency on system restore points for safety backups and the need for administrative privileges to collect comprehensive driver health, service, and startup data for accurate triage.