genai-io/san · .san/personas/software-engineer/skills/debug/SKILL.md · Systematic debugging that finds the root cause before changing any code — collect symptoms, trace the code path, check…
genai-io/san · .san/personas/software-engineer/skills/simplify/SKILL.md · Review changed code for reuse, quality, and efficiency, then clean up what you find — duplicated logic that could reuse…
genai-io/san · .san/personas/software-engineer/skills/tdd/SKILL.md · Test-driven development — write a failing test that names the behavior, watch it fail, implement the minimum to make it…
genai-io/san · .san/skills/qa/SKILL.md · Regression test a San feature by name. Looks for a feature doc in docs/reference/ or docs/packages/2-feature/, runs…
genai-io/san · .san/skills/release/SKILL.md · Create a new versioned release with changelog. Bumps version in code, updates CHANGELOG.md, commits, tags, and pushes…