Testing conventions for the coach project. Use this skill whenever writing, editing, or reviewing tests — new test files, adding coverage, fixing a flaky test, anything. Always apply these conventions before writing test code.
원문 언어: 영어
메뉴
SkillsMP는 t-ded/coach에서 6개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 6개 중 6개를 표시합니다.
Testing conventions for the coach project. Use this skill whenever writing, editing, or reviewing tests — new test files, adding coverage, fixing a flaky test, anything. Always apply these conventions before writing test code.
원문 언어: 영어
Git and GitHub workflow rules for the coach project. Use this skill before committing, creating PRs, merging, or closing issues. These rules are non-negotiable for keeping history clean and master stable.
원문 언어: 영어
Step-by-step guide for adding a new LLM provider to the coach app. Use this skill when the user asks to add support for a new AI provider or LLM.
원문 언어: 영어
Chainlit-specific patterns and gotchas for the coach project. Use this skill whenever touching any file in coach/web/ — chainlit_app.py, session.py, coaching.py, profile_flow.py, strava_oauth.py, or any new web module. These quirks cause hard-to-debug…
원문 언어: 영어
Code style and structure conventions for this Python project. Use this skill whenever writing, editing, or reviewing any Python code in the coach repo — new modules, bug fixes, refactors, anything. Do not write code without consulting these conventions first.
원문 언어: 영어
Verify code changes are clean before considering a task done. Use this skill after making any code change — bug fix, feature, refactor. Always run the full check suite before declaring work complete.
원문 언어: 영어