Implement a numbered testing strategy phase from docs/testing_strategy_phases/phase_$ARGUMENTS_*.md step by step
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٩ من skills من mkaraivanov/invoice-processor. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٩ من أصل ٩ skills مجمعة.
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
لغة النص الأصلي: الإنجليزية