Implement a numbered testing strategy phase from docs/testing_strategy_phases/phase_$ARGUMENTS_*.md step by step
原文语言:英语
菜单
SkillsMP 已收集 mkaraivanov/invoice-processor 中的 9 个 Skill。打开任一 Skill 可查看来源和详情。
已展示 9 / 9 个已收集 Skill。
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
原文语言:英语