workflows/workflows/agent-environment-setup/platforms/claude/generated-skills/debug/SKILL.md
Investigate a failure systematically, confirm the root cause, and verify the fix path.
npx skillsauth add cubetiq/cubis-foundry debugInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Turns a vague failure report into a reproducible symptom, a confirmed cause, and a verified fix path.
Use this when reproduction, diagnosis, and evidence matter more than immediately editing code.
debugger
systematic-debugging.web-testing, android-emulator-testing, or ios-simulator-testing when the bug only proves out in a live browser or device runtime.Provide the observed symptom, expected behavior, reproduction steps, and recent changes if known.
The workflow is complete only when the root cause is explicit and the fix is validated against the original symptom.
DEBUG_WORKFLOW_RESULT:
symptom: <failure>
root_cause: <cause>
evidence:
- <proof>
verification: <fix confirmation>
Typical next step: /implement or /test
tools
Use when investigating latest vendor behavior, comparing tools or platforms, verifying claims beyond the repo, or gathering external evidence before implementation.
documentation
Use when designing database schemas, normalization strategies, indexing plans, query optimization, and migration workflows for relational, document, or hybrid data stores.
development
Use when writing, reviewing, or refactoring modern C#/.NET code, including minimal APIs, records, async streams, pattern matching, DI lifetimes, and memory-efficient performance tuning.
development
Use when conducting code reviews, building review checklists, calibrating review depth, providing structured feedback, or establishing team review practices. Covers review methodology, feedback patterns, automated checks, and batch review strategies.