Skip to main content
dipro-vn
GitHub 创作者资料

dipro-vn

按仓库查看 1 个 GitHub 仓库中的 124 个已收集 skills。

已收集 skills
124
仓库
1
更新
2026年8月24日
仓库浏览

仓库与代表性 skills

backend-change-record
未分类

Use when a task that changed backend code is finishing, before reporting it done. Symptoms — a migration was added, a request or response shape changed, a new route exists, a cache key was added, something could not be verified, a problem was found and…

2026年8月24日
backend-auth-authorization
未分类

Use when adding or changing a protected route, a guard, a role check, or any query that reads or writes records belonging to a user or tenant. Symptoms — a findById that takes only an id, a route with no guard, a role checked in the controller but not the…

2026年8月24日
backend-error-logging
未分类

Use when choosing which exception to throw, shaping an error response, or deciding what to log. Symptoms — a caught error that returns 200, a try/catch that swallows the cause, a 500 where the client should see 400, an error message exposing a stack trace or…

2026年8月24日
backend-query-cache-performance
未分类

Use when a list endpoint, heavy read, or cache is added, or when something is reported slow. Symptoms — a query inside a loop, a list without pagination, filtering or sorting on an unindexed column, request timeout, an external call per row, a response…

2026年8月24日
backend-security-review
未分类

Use when writing or reviewing an endpoint that touches protected data, accepts external input, or writes to the database. Symptoms — a new route, a changed guard, an entity returned from a controller, an ID taken from the request, dynamic orderBy, a file…

2026年8月24日
nestjs-best-practices
未分类

Use when writing or reviewing a NestJS controller, service, module, or DTO. Symptoms — business logic creeping into a controller, a service touching multiple tables, an endpoint returning an entity, a new provider, circular module imports, unvalidated query…

2026年8月24日
nestjs-testing
未分类

Use before writing implementation code for any feature or bug fix. Symptoms — a plan to add tests after the code, a bug fix with no failing test, a test that only asserts a mock was called, an endpoint with no validation or authorization test, acceptance…

2026年8月24日
postgresql
未分类

Use when creating or changing an entity, writing a migration, or building a QueryBuilder query. Symptoms — a new table or column, a migration with no down step, dynamic orderBy, a list query without skip and take, a loop that queries per row, a write touching…

2026年8月24日
已展示 8 / 124 个已收集 Skill。
已展示 1 / 1 个仓库
已展示全部仓库