.agent/skills/systematic-debugging/SKILL.md
Structured debugging workflow. Use when encountering bugs, test failures, or unexpected behaviour. Reproduce, isolate, hypothesise, verify, fix, regression test.
npx skillsauth add oaknational/oak-open-curriculum-ecosystem systematic-debuggingInstall 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.
A structured approach to diagnosing and fixing defects. Follow these steps in order — do not skip to a fix before understanding the cause.
git diff, git log) for likely introduction points.agent/directives/principles.md — TDD discipline, fail-fast principles.agent/directives/testing-strategy.md — test pyramid, isolation requirementstools
When and how to use git worktrees for isolated work.
documentation
TSDoc and documentation workflow for canonical source comments, README updates, and ADR touchpoints.
development
Structured debugging workflow: reproduce, isolate, hypothesise, verify, fix, regression test.
data-ai
Load the shared thorough start-right workflow from `.agent/skills/start-right-thorough/shared/start-right-thorough.md`.