# debug-helper > Provides solutions when a shell command or a Compass step fails. - Author: fm - Repository: eraflo/Compass - Version: 20260201140808 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/eraflo/Compass - Web: https://mule.run/skillshub/@@eraflo/Compass~debug-helper:20260201140808 --- --- name: debug-helper description: Provides solutions when a shell command or a Compass step fails. input_schema: type: object properties: error_message: { type: string } context: { type: string, description: "The command that was being run." } --- # Debug Helper ## Instructions - When a `compass-manager` action fails, pass the error output to this skill. - Analyze common Rust/Shell errors (e.g., 'permission denied', 'linker errors'). - Propose a specific fix command to the user. ## Examples **Input:** "Error: permission denied for ./target/debug/compass" **Output:** "It seems the binary lacks execution permissions. Try running `chmod +x ./target/debug/compass`."