Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
Security Analysis
high confidenceThe skill is an instruction-only debugging guide whose requirements and actions align with its stated purpose and request no extra credentials or installs.
Name and (implicit) purpose — systematic debugging help and language-specific commands — match the SKILL.md content. There are no unrelated environment variables, binaries, or installs requested.
The instructions include system-level diagnostic commands (lsof, netstat, ps, top, df, etc.) and git bisect which will inspect or temporarily change repository state; this is coherent for a debugging guide but these commands can reveal process, network, and filesystem information. The SKILL.md does not instruct reading unrelated user files or environment variables beyond what these commands expose.
No install spec and no code files — instruction-only. Nothing is written to disk by the skill package itself.
The skill requests no environment variables, credentials, or config paths. That is proportionate to its stated purpose.
always is false and the skill does not request persistent or privileged installation. It does not modify other skills or system-wide agent settings.
Guidance
This skill is a coherent debugging reference and does not request credentials or install code. Things to consider before installing: the commands it recommends (ps, lsof, netstat, top, df, curl, dig, git bisect, etc.) access and may display sensitive process, connection, or filesystem information — avoid running them on systems containing secrets or data you don't want exposed. git bisect will check out intermediate commits (use git bisect reset afterwards). Because the skill is instruction-only, the main risk is what the agent or operator chooses to run interactively or autonomously; ensure you trust the agent's permissions and review any commands it proposes before execution.
Latest Release
v1.0.0
debug-pro 1.0.0 initial release: - Introduces a detailed 7-step debugging protocol for systematic problem-solving. - Provides quick-reference debugging commands for JavaScript/TypeScript, Python, Swift, CSS/layout, network tools, and git bisect. - Includes a table of common error messages, their likely causes, and quick fixes. - Lists frequently used diagnostic shell commands for system and application troubleshooting.
More by @cmanfre7
Published by @cmanfre7 on ClawHub