Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

invoice-processor

يحتوي invoice-processor على 9 من skills المجمعة من mkaraivanov، مع تغطية مهنية على مستوى المستودع وصفحات 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