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

VibeSDLC

VibeSDLC 收录了来自 xmark168 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
4
更新
2025-12-15
Forks
0
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

database-seed
数据库管理员

Create robust, error-proof Prisma seed scripts with comprehensive error handling and validation.

2025-12-15
api-route
网页开发工程师

Create Next.js 16 API Route Handlers. Use when building REST endpoints (GET, POST, PUT, DELETE), implementing CRUD operations, or creating authenticated APIs with Zod validation.

2025-12-15
frontend-component
网页开发工程师

Create React/Next.js 16 components. Use when building pages, client/server components, forms with useActionState, or UI with shadcn/ui. ALWAYS activate with frontend-design together.

2025-12-15
unit-test
软件质量保证分析师与测试员

Unit tests with Jest + React Testing Library. CRITICAL - Uses Jest (NOT Vitest).

2025-12-14
integration-test
软件质量保证分析师与测试员

Write integration tests with Jest for API routes and database operations. Use when testing backend logic, API endpoints, or data layer.

2025-12-14
code-review
软件质量保证分析师与测试员

Review code for quality, security, performance, and best practices. Use when reviewing changes before commit, auditing code for issues, or suggesting improvements.

2025-12-14
debugging
软件开发工程师

Debug code errors systematically. Use when analyzing error messages, fixing bugs, resolving build/lint errors, or troubleshooting runtime issues.

2025-12-14
authentication
网页开发工程师

Implement authentication with NextAuth v5. Use when adding login/logout, checking sessions, protecting API routes, server actions, or pages.

2025-12-14
database-model
数据库架构师

Create Prisma schema models with relations and indexes. Use when designing database schemas, adding models, or defining entity relationships.

2025-12-14
feature-plan
软件开发工程师

Create implementation plans for Next.js features. Use when breaking down user stories into tasks, planning feature implementation, or decomposing complex requirements.

2025-12-14
state-management
网页开发工程师

Manage client-side state with Zustand. Use when building shopping cart, user preferences, theme toggle, UI state, or any cross-component shared state with localStorage persist.

2025-12-14
typescript-types
软件开发工程师

Define TypeScript types, interfaces, and type utilities. Use when creating type definitions, DTOs, API response types, or component props.

2025-12-14