返回 Skill 列表
extension
分类: 开发与工程无需 API Key

with-backend

后端开发标准,适用于API、数据库和基础设施。在编辑服务器代码、API路由、数据库模式或迁移时使用。不要用于仅涉及UI的更改——请参阅with-frontend技能。

person作者: jakexiaohubgithub

Server-side implementation standards for database changes and API boundaries.

Database Changes

  • Call out lock-risk operations (large table ALTERs, index rebuilds on hot tables) before executing.
  • Include verification SQL or a test that confirms each schema change took effect.

Anti-Patterns

  • Migrations without verification evidence that the schema change took effect