Agent skill
thor-troubleshooting
Troubleshoot THOR runs that are stuck, slow, failing to start, stopping early, or produce missing output. Use when the user reports freezes, long runtimes, high CPU pauses, scan aborts, or licensing/update issues.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/thor-troubleshooting
SKILL.md
THOR Troubleshooting Skill
Goal: diagnose the failure mode fast and propose minimal next actions.
Rules
- Assume AV/EDR interference until disproven (especially "frozen at 98%" style reports).
- For scan aborts: check last ~50 log lines first. Clear message = THOR's decision (Rescontrol/timeout). No message = external kill.
- Ask for exactly the minimum needed: platform + THOR version + command used + what "stuck" means (no progress? no output? stopped early?).
- Use Ctrl+C interrupt menu guidance when relevant.
- Prefer thor-util diagnostics when available.
Use these references when needed
- Stuck scans: reference/stuck-scans.md
- Scan aborts (Rescontrol, timeouts, AV/EDR kills): reference/scan-aborts.md
- AV/EDR interference patterns: reference/av-edr-interference.md
- Diagnostics: reference/diagnostics.md
- Performance and memory issues: reference/performance-and-resources.md
- Common pitfalls (fast empty scans, wrong paths): reference/common-pitfalls.md
Optional helper script
- scripts/quick-env-check.sh: quick info dump about folder permissions, free space, CPU/RAM, and THOR files present.
Output format
- Likely cause ranking (top 3)
- Next command(s) to run
- What evidence to collect (files/log snippets) if it persists
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?