Implement a numbered testing strategy phase from docs/testing_strategy_phases/phase_$ARGUMENTS_*.md step by step
원문 언어: 영어
메뉴
SkillsMP는 mkaraivanov/invoice-processor에서 9개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 9개 중 9개를 표시합니다.
Implement a numbered testing strategy phase from docs/testing_strategy_phases/phase_$ARGUMENTS_*.md step by step
원문 언어: 영어
Implement a numbered phase from docs/phases/phase-$ARGUMENTS.md step by step
원문 언어: 영어
Review changed code for correctness, security, and project conventions. Invoke this skill automatically whenever a complete unit of work is done — a full implementation phase, a complete feature (repository + service + route + component all connected), or…
원문 언어: 영어
Run prisma migrate dev, regenerate client to the correct output path, and verify import paths
원문 언어: 영어
Scaffold a Prisma-backed repository for a given Prisma model
원문 언어: 영어
Scaffold a service class for a given domain following project conventions
원문 언어: 영어
Final pre-commit check: run type-check (npx tsc --noEmit), lint (npm run lint), and tests (npm test)
원문 언어: 영어
Write a Playwright E2E test for a specified flow using the project's auth setup pattern
원문 언어: 영어
Write Vitest tests for a specified file following the project's 3-project config
원문 언어: 영어