Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

invoice-processor

invoice-processor에는 mkaraivanov에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
9
Stars
0
업데이트
2026-03-06
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

implement-test-phase
소프트웨어 품질 보증 분석가·테스터

Implement a numbered testing strategy phase from docs/testing_strategy_phases/phase_$ARGUMENTS_*.md step by step

2026-03-06
implement-phase
소프트웨어 개발자

Implement a numbered phase from docs/phases/phase-$ARGUMENTS.md step by step

2026-03-05
code-review
소프트웨어 품질 보증 분석가·테스터

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 just before creating a PR. Do NOT invoke after editing a single file or mid-way through a feature. If the user says "done", "finished", "phase complete", "ready to commit", or similar, trigger this review immediately.

2026-03-05
db-migrate
데이터베이스 아키텍트

Run prisma migrate dev, regenerate client to the correct output path, and verify import paths

2026-03-05
new-repository
소프트웨어 개발자

Scaffold a Prisma-backed repository for a given Prisma model

2026-03-05
new-service
소프트웨어 개발자

Scaffold a service class for a given domain following project conventions

2026-03-05
verify
소프트웨어 품질 보증 분석가·테스터

Final pre-commit check: run type-check (npx tsc --noEmit), lint (npm run lint), and tests (npm test)

2026-03-05
write-e2e
소프트웨어 품질 보증 분석가·테스터

Write a Playwright E2E test for a specified flow using the project's auth setup pattern

2026-03-05
write-tests
소프트웨어 품질 보증 분석가·테스터

Write Vitest tests for a specified file following the project's 3-project config

2026-03-05