Self-review checklist to run before considering implementation work complete. Use before finishing a feature, after all tests pass, before committing.
원문 언어: 영어
메뉴
SkillsMP는 GenerateNU/StrideTrack에서 4개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 4개 중 4개를 표시합니다.
Self-review checklist to run before considering implementation work complete. Use before finishing a feature, after all tests pass, before committing.
원문 언어: 영어
Structured approach to finding and fixing bugs through root cause investigation before applying fixes. Use when encountering errors, test failures, or unexpected behavior.
원문 언어: 영어
Structured approach to understanding requirements and planning implementation before writing code. Use when starting a new feature, significant refactor, or multi-file change.
원문 언어: 영어
Write tests before implementation for new backend logic, following red-green-refactor methodology. Use when creating new service functions, repository methods, or fixing bugs.
원문 언어: 영어