diagnose
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Network Diagnostics Workflow
Run comprehensive network diagnostics against the target.
Target
Target: $ARGUMENTS
If no target was provided, ask the user for a target before proceeding. Verify the target is in .pentest/scope.json (run cat .pentest/scope.json to check). If not in scope, ask the user to add it with /scope add <target>.
Environment Detection
- Wrapper scripts available: !
test -f scripts/diagnostics/dns.sh && echo "YES" || echo "NO"
Important: Two Script Types
Diagnostic auto-report scripts (scripts/diagnostics/) do NOT support -j or -x flags. They run non-interactively and output directly to stdout in pass/fail/warn format. Interpret their text output directly.
Tool wrapper scripts (scripts/traceroute/, scripts/dig/) support -j -x as usual.