Sub-skill of aqwa-batch-execution: Debug Sequence.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill debug-sequence --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Debug Sequence?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-debug-sequence-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: aqwa-batch-execution-debug-sequence
description: 'Sub-skill of aqwa-batch-execution: Debug Sequence.'
version: 1.1.0
category: engineering
type: reference
scripts_exempt: true
---
# Debug Sequence
## Debug Sequence
```bash
# Step 1 — check license
echo "License: $ANSYSLMD_LICENSE_FILE"
lmstat -a -c $ANSYSLMD_LICENSE_FILE 2>/dev/null | grep -i aqwa
# Step 2 — run with all output captured
${AQWA_EXE} std analysis 2>&1 | tee analysis.run.log
# Step 3 — triage .MES (most informative)
cat analysis.mes
# Step 4 — scan .LIS for fatal lines
grep -n "FATAL\|ERROR\|STOP\|WARNING" analysis.lis | head -40
# Step 5 — confirm panel count echo
grep "TOTAL NUMBER OF PANELS" analysis.lis
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.