omh-native-debugging
Installation
SKILL.md
Native Debugging
This is a Hermes-native native-debugging workflow skill.
Why This Exists
native-debugging closes OMH's zero-coverage low-level domain by preparing a hypothesis-driven, DAP-first debugging plan for native binaries, while OMH itself continues to execute nothing.
Do Not Use When
- The failure is a build or CI failure rather than a runtime fault in a binary; use
build-failure-triage. - The subject is an agent or workflow misbehaving rather than a native binary; use
agent-debug. - The change is Rust source work whose risk is
unsafeor UB discipline; userust. - The request is to judge whether a fix is verified rather than to find the fault; use
verification-gate.
Examples
Good example: