skill
职业分类
描述
更新
dto-return-types
软件开发工程师
NestJS endpoint return-type and DTO rules — explicit DTO return types, @ApiOkResponse matching, wrapper DTOs, constructor patterns, and the post-edit `bun run gen-api` step. Read before editing any *.dto.ts or *.controller.ts in server/.
2026-07-16
local-db
软件开发工程师
Query the local Postgres database — credentials via server/.env, psql one-liners, TypeORM table/column naming, dev vs test DB.
2026-07-16
migrations
软件开发工程师
Generate and review TypeORM database migrations in server/ — migration:generate vs migration:create, and the column-rename DROP+ADD pitfall. Read before generating or writing any db migration.
2026-07-16
playwright
软件质量保证分析师与测试员
Verify changes against the locally running apps — curl the API, drive the admin/frontend GUIs with Playwright
2026-07-16