Schema design, migrations, query optimization, indexes, ORM models. Proactive: before adding tables, writing complex joins, or planning migrations. NOT for app-layer business logic.
原文语言:英语
菜单
这个仓库中的 skills
SkillsMP 已收集 bpmforge/attest 中的 45 个 Skill。打开任一 Skill 可查看来源和详情。
bpmforge/attest已展示 5 / 45 个已收集 Skill。
Schema design, migrations, query optimization, indexes, ORM models. Proactive: before adding tables, writing complex joins, or planning migrations. NOT for app-layer business logic.
原文语言:英语
CI/CD pipelines, runbooks, monitoring, incident response, deployment strategies. Proactive: before production deploys. NOT for building or debugging container images — use /containers for that.
原文语言:英语
Profile and optimize bottlenecks — benchmarks, O(n²) detection, memory hotspots. Proactive: when slowness is observed or before scaling. RULE: always measure before optimizing — never guess.
原文语言:英语
Deep research before decisions — tech comparisons, competitive landscape, feasibility studies. Proactive: when choosing between 2+ options or before irreversible architectural choices.
原文语言:英语
Write or review Playwright e2e, vitest/jest unit, integration tests; test strategy; coverage analysis. Proactive: after implementing features or when coverage is unknown.
原文语言:英语