Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

invoice-processor

invoice-processor 收录了来自 mkaraivanov 的 9 个 skills,并提供仓库级职业覆盖和站内 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