P

Prisma技能

adr-review
prisma
以全新的視角(如同沒有先前背景的團隊成員)審查一或多個 ADR,找出敘事與結構上的問題,然後重新撰寫。適用於當…
official
adr-review
prisma
Review one or more ADRs with fresh eyes (as a team member without prior context), identify narrative and structural issues, then rewrite them. Use when the…
official
ast-visitor-pattern
prisma
Use the frozen-class/visitor pattern for discriminated unions that have multiple dispatch sites. Use when creating a new set of variants (commands, IR nodes,…
official
ast-visitor-pattern
prisma
對於具有多個分派點的可區分聯合,使用凍結類/訪問者模式。在創建新的變體集合(命令、IR節點……)時使用。
official
bumping-biome
prisma
Bumps `biome` package versions (e.g. `@biomejs/biome`) using `pnpm`, aligns `biome.jsonc` files with the new version/s across the repository and runs…
official
bumping-biome
prisma
Bumps `biome` package versions (e.g. `@biomejs/biome`) using `pnpm`, aligns `biome.jsonc` files with the new version/s across the repository and runs…
official
contrib-pr
prisma
針對 prisma-next 開啟一個高品質的外部貢獻者 PR。當使用者是外部貢獻者(非 Prisma 維護者)且想要提交…時使用。
official
create-pr
prisma
Creates a GitHub PR with a Linear-ticket-prefixed title and a decision-led, narrative description for prisma-next. Use when the user wants to create a pull…
official
create-pr
prisma
建立一個 GitHub PR,標題包含 Linear 票證前綴,並為 prisma-next 提供以決策為主導的敘述性說明。當使用者想要建立一個拉取請求時使用。
official
draft-release-notes
prisma
Author the committed release-notes file for a stable Prisma Next release by enumerating the merged PRs since the previous stable `v*` tag, resolving opaque…
official
drive-agent-personas
prisma
代理角色庫 — 具名偏見框架,供其他技能載入以改變執行時的預設行為。技能透過ID指定角色(例如「採用建築師…」)
official
drive-code-review
prisma
Generate local PR/branch review artifacts for the current branch vs its base — an in-repo canonical spec (if present) or an inferred review `spec.md`, plus…
official
drive-create-plan
prisma
當使用者想要規劃專案、將規格拆解為里程碑、從規格產生任務,或建立執行計畫時使用。從中推導出測試案例…
official
drive-create-project
prisma
在 projects/<project>/ 下建立新的暫存專案工作區(資料夾 + 可選的暫存文件),然後交接給 drive-create-spec / drive-create-plan。
official
drive-create-spec
prisma
將已確定的設計轉化為明確的工程規格,準備交給實作者。當使用者想要撰寫規格、PRD或產品…時使用。
official
drive-discussion
prisma
將代理切換至結構化問答模式,與使用者逐步迭代以達成對主題的完整理解,隨後記錄成果(專案規格、…)
official
drive-orchestrate-plan
prisma
當使用者希望透過迭代-實作-審查循環,將專案計畫推進至本地分支上的審查就緒狀態時使用。將實作委派給…
official
drive-pr-description
prisma
透過分析當前分支與預設分支之間的 Git 差異來生成 PR 描述。當使用者要求 PR 描述、拉取請求…時使用。
official
drive-pr-local-review
prisma
Generate local PR/branch review artifacts for the current branch vs its base — an in-repo canonical spec (if present) or an inferred review `spec.md`, plus…
official
drive-pr-walkthrough
prisma
撰寫一個以意圖為導向的逐步解說(語意敘述),針對一個 PR/分支或提交範圍——整體目的、概念步驟的順序、具體的…
official
github-review-iteration
prisma
Orchestrates a GitHub PR review loop by delegating triage and implementation to dedicated sub-agents, then repeating until actionable review items are cleared.…
official
github-review-iteration
prisma
透過將分類與實作委派給專屬子代理,協調 GitHub PR 審查循環,並重複此流程直到所有可處理的審查項目被清除。
official
markdown-no-artificial-line-wraps
prisma
Writes and edits Markdown without inserting manual hard line breaks at a fixed column (e.g. 72 or 80). GitHub, docs sites, and editors soft-wrap prose;…
official
markdown-no-artificial-line-wraps
prisma
撰寫與編輯 Markdown 時,不會在固定欄位(例如 72 或 80)插入人工強制換行。GitHub、文件網站與編輯器會對文字進行軟換行;…
official
multiline-commit-messages
prisma
Use single-quoted strings for multiline git commit messages in the Shell tool. Prevents heredoc escaping failures that produce garbled commit messages.
official
multiline-commit-messages
prisma
在 Shell 工具中,對多行 git 提交訊息使用單引號字串。可防止因 heredoc 跳脫失敗而產生亂碼的提交訊息。
official
no-bare-casts
prisma
Writing `as` in TypeScript or TSX production code, modifying a file that contains a bare `as` cast, silencing a type error with a cast, encountering `as…
official
no-bare-casts
prisma
Writing `as` in TypeScript or TSX production code, modifying a file that contains a bare `as` cast, silencing a type error with a cast, encountering `as…
official
prisma-8
prisma
Comprehensive guide for building with Prisma 8 (Prisma Next), the contract-first data layer. Use whenever working on Prisma code in a project that uses it —…
official
prisma-8-extension-upgrade
prisma
Upgrade Prisma Next in your extension. Bumps every `@internal/*` dependency to the requested target (or npm `latest`), runs the per-transition upgrade…
official
prisma-8-migration-review
prisma
Review what Prisma Next migrations will run on merge or deploy, render the migration graph, resolve concurrent / diamond-convergence conflicts, and configure…
official
prisma-cli
prisma
Prisma CLI 指令、選項及工作流程的完整參考,涵蓋設定、遷移與資料庫操作。包含 20 多個按優先順序組織的指令:設定(init)、生成(generate)、開發(dev)、資料庫操作(db pull/push/seed/execute)以及遷移(migrate dev/deploy/reset/status/diff/resolve)。包含 Prisma 7.x 的變更:新的 prisma.config.ts 設定檔、已移除的旗標(--skip-generate、--skip-seed、--schema、--url)以及明確...
official
prisma-cli
prisma
將模糊的 Prisma CLI、Prisma Compute 或應用程式部署提示導向正確的特定技能。用於「將我的應用程式部署到 Prisma」、「部署此應用程式」、「設定…」
official
prisma-cli
prisma
Prisma ORM CLI 指令參考,涵蓋 init、generate、migrate、db、dev、studio、validate、format、debug 與 mcp。適用於 ORM/資料庫 CLI 工作流程,不適用於…
official
prisma-cli
prisma
Complete reference for Prisma CLI commands, options, and workflows across setup, migrations, and database operations. Covers 20+ commands organized by priority: setup ( init ), generation ( generate ), development ( dev ), database operations ( db pull/push/seed/execute ), and migrations ( migrate dev/deploy/reset/status/diff/resolve ) Includes Prisma 7.x changes: new prisma.config.ts configuration file, removed flags ( --skip-generate , --skip-seed , --schema , --url ), and explicit...
official
prisma-cli-db-execute
prisma
prisma db execute。使用此 Prisma 功能時的參考。
official
prisma-cli-db-pull
prisma
prisma-cli-db-pull — 一個可安裝的 AI 代理技能,由 prisma/cursor-plugin 發布。
official
prisma-cli-db-push
prisma
prisma db push。使用此 Prisma 功能時的參考。
official
prisma-cli-db-seed
prisma
prisma db seed。使用此 Prisma 功能時的參考。
official
prisma-cli-debug
prisma
Prisma 除錯。使用此 Prisma 功能時的參考。
official
prisma-cli-deploy-nextjs
prisma
協助代理使用 Prisma CLI 和 Prisma Compute 部署 Next.js 應用程式。用於「部署這個 Next.js 應用程式」、「將我的 Next 應用部署到 Prisma」、「prisma-cli 應用…」
official
prisma-cli-dev
prisma
prisma dev。使用此 Prisma 功能時的參考。
official
prisma-cli-feedback
prisma
將 Prisma CLI、Prisma Compute 或應用程式部署的問題或報告轉交給團隊。用於錯誤、錯誤回報、提交問題、回報錯誤、功能請求……
official
prisma-cli-format
prisma
prisma 格式化。使用此 Prisma 功能時的參考。
official
prisma-cli-generate
prisma
prisma generate。使用此 Prisma 功能時的參考。
official
prisma-cli-init
prisma
prisma-cli-init — 一個可安裝的AI代理技能,由prisma/cursor-plugin發布。
official
prisma-cli-migrate-deploy
prisma
prisma migrate deploy
official
prisma-cli-migrate-dev
prisma
prisma migrate dev。使用此 Prisma 功能時的參考。
official
prisma-cli-migrate-diff
prisma
prisma migrate diff。使用此 Prisma 功能時的參考。
official
prisma-cli-migrate-reset
prisma
prisma migrate reset
official
prisma-cli-migrate-resolve
prisma
prisma migrate resolve
official
prisma-cli-migrate-status
prisma
prisma 遷移狀態
official
prisma-cli-studio
prisma
使用 Prisma Studio 時參考此功能。
official
prisma-cli-validate
prisma
prisma validate。使用此 Prisma 功能時的參考。
official
prisma-client-api
prisma
完整的 Prisma Client API 參考,涵蓋模型查詢、CRUD 操作、過濾、關聯與事務。包含 17 種模型查詢方法,如 findUnique、findMany、create、update、delete、upsert 及批量操作與回傳變體。提供查詢選項以塑造結果:select、include、omit、orderBy、take、skip、cursor 與 distinct。包含標量與邏輯過濾運算子(equals、in、contains、startsWith、lt、gt)以及關聯過濾(some、...)
official
prisma-client-api
prisma
Prisma Client API 參考文件,涵蓋模型查詢、篩選條件、運算子及客戶端方法。適用於撰寫資料庫查詢、使用 CRUD 操作、篩選…
official
prisma-client-api
prisma
Complete Prisma Client API reference for model queries, CRUD operations, filtering, relations, and transactions. Covers 17 model query methods including findUnique , findMany , create , update , delete , upsert , and bulk operations with return variants Provides query options for shaping results: select , include , omit , orderBy , take , skip , cursor , and distinct Includes scalar and logical filter operators ( equals , in , contains , startsWith , lt , gt ) plus relation filters ( some ,...
official
prisma-client-api-client-methods
prisma
用戶端方法。使用此 Prisma 功能時的參考。
official
prisma-client-api-constructor
prisma
PrismaClient 建構器
official
prisma-client-api-filters
prisma
篩選條件與運算子
official
prisma-client-api-model-queries
prisma
模型查詢。使用此Prisma功能時的參考。
official
prisma-client-api-query-options
prisma
查詢選項。使用此 Prisma 功能時的參考。
official
prisma-client-api-raw-queries
prisma
原始查詢。使用此 Prisma 功能時的參考。
official
prisma-client-api-relations
prisma
關聯查詢。使用此 Prisma 功能時的參考。
official
prisma-client-api-transactions
prisma
交易。使用此 Prisma 功能時的參考。
official
prisma-composer
prisma
How to write, test, and deploy an app with Prisma Composer (`@prisma/composer`): declare services with `compute()` and typed dependencies, define RPC…
official
prisma-compute
prisma
Prisma Compute deployment and hosting guide. Use whenever the user mentions Prisma Compute, `prisma.compute.ts`, `defineComputeConfig`, deploying or hosting a Prisma app, `@prisma/cli app deploy`, `compute:deploy`, `create-prisma --deploy`, `PRISMA_SERVICE_TOKEN`, `auth workspace`, Compute apps/deployments/build logs/domains, `@prisma/cli agent install`, localhost vs `0.0.0.0`, deploy port binding, or framework deploy readiness for Hono, Elysia, Next.js, TanStack Start, Astro, Nuxt, Svelte,...
developmentdevopsofficial
prisma-compute
prisma
Prisma Compute deployment and hosting guide. Use whenever the user mentions Prisma Compute, `prisma.compute.ts`, `defineComputeConfig`, deploying or hosting a…
official
prisma-compute
prisma
Prisma Compute deployment and hosting guide. Use whenever the user mentions Prisma Compute, `prisma.compute.ts`, `defineComputeConfig`, deploying or hosting a…
official
prisma-database-setup
prisma
逐步配置指南,涵蓋 Prisma ORM 在 PostgreSQL、MySQL、SQLite、MongoDB、SQL Server、CockroachDB 及 Prisma Postgres 中的設定。內容包括資料來源配置、驅動程式轉接器選擇,以及針對七種資料庫提供者的 Prisma Client 實例化。Prisma v7 需要明確的驅動程式轉接器(例如 PostgreSQL 使用 @prisma/adapter-pg)以及用於連線 URL 的 prisma.config.ts 檔案。另附快速參考的 schema 區塊與先決條件檢查(Node.js 20.19.0+、TypeScript 5.4.0+)...
official
prisma-database-setup
prisma
引導如何配置 Prisma 與不同資料庫提供者(PostgreSQL、MySQL、SQLite、MongoDB 等)。適用於設定新專案、變更…
official
prisma-database-setup
prisma
Step-by-step configuration guides for Prisma ORM across PostgreSQL, MySQL, SQLite, MongoDB, SQL Server, CockroachDB, and Prisma Postgres. Covers datasource configuration, driver adapter selection, and Prisma Client instantiation for seven database providers Prisma v7 requires explicit driver adapters (e.g., @prisma/adapter-pg for PostgreSQL) and a prisma.config.ts file for connection URLs Includes quick-reference schema blocks and prerequisite checks (Node.js 20.19.0+, TypeScript 5.4.0+)...
official
prisma-database-setup-cockroachdb
prisma
CockroachDB 設定。使用此 Prisma 功能時的參考。
official
prisma-database-setup-mongodb
prisma
MongoDB 設定。使用此 Prisma 功能時的參考。
official
prisma-database-setup-mysql
prisma
MySQL 設定。使用此 Prisma 功能時的參考。
official
prisma-database-setup-postgresql
prisma
PostgreSQL 設定。使用此 Prisma 功能時的參考。
official
prisma-database-setup-prisma-client-setup
prisma
Prisma Client 設定。使用此 Prisma 功能時的參考。
official
prisma-database-setup-prisma-postgres
prisma
Prisma Postgres 設定
official
prisma-database-setup-sqlite
prisma
SQLite 設定。使用此 Prisma 功能時的參考。
official
prisma-database-setup-sqlserver
prisma
SQL Server 設定。使用此 Prisma 功能時的參考。
official
prisma-driver-adapter-implementation
prisma
實作 Prisma v7 驅動程式轉接器的完整參考,包含交易生命週期、錯誤對應及型別轉換細節。涵蓋四個必要介面:SqlDriverAdapter、Transaction、SqlMigrationAwareDriverAdapterFactory 與 SqlQueryable,並提供完整方法簽章與生命週期需求。Transaction 的 commit() 與 rollback() 僅為生命週期鉤子;Prisma 透過 executeRaw 傳送 SQL,而非這些方法。包含引數對應(字串→整數/大整數/浮點數、base64→位元組)...
official
prisma-driver-adapter-implementation
prisma
Prisma v7 驅動適配器工作的必要參考。在實作或修改適配器、新增資料庫驅動程式或涉及…時使用。
official
prisma-driver-adapter-implementation
prisma
Required reference for Prisma ORM 7 SQL driver adapter work. Use when implementing or modifying adapters, adding database drivers, or touching…
official
prisma-mongodb-upgrade
prisma
針對使用 Prisma ORM 的 MongoDB 專案(版本 v6,且無升級至 v7 的路徑)所設計的決策與遷移指南。適用於當 MongoDB 專案詢問 Prisma 升級事宜、專案中出現「升級至 Prisma 7」且 provider 設定為 "mongodb" 時,或評估遷移至 Prisma Next 的情境。觸發關鍵字包括「upgrade prisma mongodb」、「prisma 7 mongodb」、「mongodb prisma migration」、「prisma next mongodb」。
official
prisma-mongodb-upgrade
prisma
Decision and migration guide for Prisma ORM MongoDB projects on v6, which have no upgrade path to v7. Use when a MongoDB project asks about upgrading Prisma,…
official
prisma-next
prisma
將模糊的 Prisma Next 提示引導至正確的特定技能。用於「幫我處理 Prisma Next」、「什麼是 Prisma Next」、「解釋 Prisma Next」、「我是新手…」
official
prisma-next
prisma
Route a vague Prisma Next prompt to the right specific skill. Use for "help me with Prisma Next", "what is Prisma Next", "explain Prisma Next", "I'm new to…
official
prisma-next-build
prisma
將 Prisma Next 整合到專案的建置系統中,使用正確的建置工具外掛程式 — 目前可透過 @prisma-next/vite-plugin-contract-emit(Vite 7 / 8)用於 Vite;Next.js…
official
prisma-next-build
prisma
Wire Prisma Next into the project's build system with the right build-tool plugin — Vite today via @internal/vite-plugin-contract-emit (Vite 7 / 8); Next.js /…
official
prisma-next-contract
prisma
編輯 Prisma Next 資料合約 — 新增模型、欄位、關聯、索引、列舉、值物件(複合類型)、型別別名、命名空間(Postgres…
official
prisma-next-contract
prisma
Edit the Prisma Next data contract — add models, fields, relations, indexes, enums, value objects (composite types), type aliases, namespaces (Postgres…
official
prisma-next-debug
prisma
讀取 Prisma Next 結構化錯誤封包,並導向正確的復原方式 — 包含代碼、領域、嚴重性、原因、修復方法與後設資料。適用於錯誤、例外、my emit…
official
prisma-next-debug
prisma
Read a Prisma Next structured error envelope and route to the right recovery — code, domain, severity, why, fix, meta. Use for error, exception, my emit…
official
prisma-next-extension-upgrade
prisma
Upgrade Prisma Next in your extension. Bumps every `@prisma-next/*` dependency to the requested target (or npm `latest`), runs the per-transition upgrade…
official
prisma-next-extension-upgrade
prisma
Upgrade Prisma Next in your extension. Bumps every `@prisma-next/*` dependency to the requested target (or npm `latest`), runs the per-transition upgrade…
official
prisma-next-extension-upgrade
prisma
Upgrade Prisma Next in your extension. Bumps every `@prisma-next/*` dependency to the requested target (or npm `latest`), runs the per-transition upgrade…
official
prisma-next-feedback
prisma
將 Prisma Next 的問題或回報轉交給團隊——提交 GitHub issue(錯誤或功能請求),或將問答、設計討論、直接聯繫團隊等事宜導向……
official
prisma-next-feedback
prisma
Hand a Prisma Next question or report off to the team — file a GitHub issue (bug or feature request), or route Q&A / design discussion / direct-team-contact to…
official
prisma-next-migration-review
prisma
審查 Prisma Next 遷移在合併或部署時將執行的內容,呈現遷移圖表,解決並行/鑽石收斂衝突,並配置…
official
prisma-next-migration-review
prisma
Review what Prisma Next migrations will run on merge or deploy, render the migration graph, resolve concurrent / diamond-convergence conflicts, and configure…
official
prisma-next-migrations
prisma
Author Prisma Next migrations — choose db update vs migration plan, edit the framework-rendered migration.ts (replace placeholder sentinels with dataTransform…
official
prisma-next-migrations
prisma
作者 Prisma Next 遷移 — 選擇資料庫更新或遷移計畫,編輯框架渲染的 migration.ts(將佔位標記替換為 dataTransform…
official
prisma-next-queries
prisma
Write Prisma Next queries for Postgres, SQLite, or Mongo — pick a lane (Postgres/SQLite `db.orm.<Model>` + `db.sql.<table>`; Mongo `db.orm.<root>` +…
official
prisma-next-queries
prisma
Write Prisma Next queries for Postgres, SQLite, or Mongo — pick a lane (Postgres/SQLite `db.orm.<Model>` + `db.sql.<table>`; Mongo `db.orm.<root>` +…
official
prisma-next-quickstart
prisma
在新專案中採用 Prisma Next,套用至現有資料庫,或是在引導工具將你置入脚手架後作為第一步。用於「我能做什麼…」
official
prisma-next-quickstart
prisma
Adopt Prisma Next into a new project, onto an existing database, or as the first move after a bootstrap tool dropped you into a scaffold. Use for "what can I…
official
prisma-next-runtime
prisma
Wire the Prisma Next runtime — `db.ts` setup using `postgres<Contract>(...)` from `@prisma-next/postgres/runtime`, `sqlite<Contract>(...)` from…
official
prisma-next-runtime
prisma
Wire the Prisma Next runtime — `db.ts` setup using `postgres<Contract>(...)` from `@internal/postgres/runtime`, `sqlite<Contract>(...)` from…
official
prisma-next-supabase
prisma
Use Prisma Next with a Supabase project via `@prisma-next/extension-supabase` — wire `extensions: [supabasePack]`, declare cross-space FKs to…
official
prisma-next-supabase
prisma
Use Prisma Next with a Supabase project via `@internal/extension-supabase` — wire `extensions: [supabasePack]`, declare cross-space FKs to…
official
prisma-next-upgrade
prisma
Upgrade Prisma Next in your app. Bumps every `@prisma-next/*` dependency from the version pinned in the lockfile to the requested target (or npm `latest`),…
official
prisma-next-upgrade
prisma
Upgrade Prisma Next in your app. Bumps every `@prisma-next/*` dependency from the version pinned in the lockfile to the requested target (or npm `latest`),…
official
prisma-next-upgrade
prisma
Upgrade Prisma Next in your app. Bumps every `@internal/*` dependency from the version pinned in the lockfile to the requested target (or npm `latest`),…
official
prisma-postgres
prisma
Prisma Postgres 資料庫的設定與程式化管理,涵蓋 Console、CLI 及 API。四種核心工作流程:手動 Console 設定、透過 create-db CLI 即時佈建、使用服務令牌或 OAuth 的 REST API 整合,以及透過 @prisma/management-api-sdk 的型別安全 TypeScript 整合。支援建立臨時資料庫(約 24 小時後自動刪除)、用於持久化的聲明 URL,以及區域選擇。管理 API 位於 https://api.prisma.io/v1,附有 OpenAPI 文件及...
official
prisma-postgres
prisma
Prisma Postgres 在 Console、create-db CLI、Management API 及 Management API SDK 中的設定與操作指引。適用於建立 Prisma Postgres…
official
prisma-postgres
prisma
Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres…
official
prisma-postgres-setup
prisma
使用 Management API 設定新的 Prisma Postgres 資料庫,並將其連接到本地專案。當被要求「設定資料庫」、「建立 Prisma…」時使用。
official
prisma-postgres-setup
prisma
使用 Management API 設定新的 Prisma Postgres 資料庫,並將其連接到本地專案。當被要求「設定資料庫」、「建立 Prisma…」時使用。
official
prisma-postgres-setup
prisma
Set up a new Prisma Postgres database and connect it to a local project using the Management API. Use when asked to "set up a database", "create a Prisma…
official
prisma-upgrade-v7
prisma
將 Prisma ORM 從 v6 升級至 v7 的完整遷移指南,涵蓋 ESM、驅動程式適配器及新配置。包含七大關鍵規則類別:結構描述遷移、驅動程式適配器、ESM 支援、配置、已移除功能,以及 Accelerate 專屬變更。需使用 Node.js 20.19.0+ 與 TypeScript 5.4.0+;v7 尚未支援 MongoDB。重大變更包括僅限 ESM 模組、必要的驅動程式適配器、明確的輸出路徑,以及 prisma.config.ts 配置。提供逐步操作說明...
official
prisma-upgrade-v7
prisma
涵蓋所有重大變更的 Prisma ORM v6 到 v7 完整遷移指南。適用於升級 Prisma 版本、遇到 v7 錯誤或進行遷移時…
official
prisma-upgrade-v7
prisma
Complete migration guide from Prisma ORM v6 to v7 covering all breaking changes. Use when upgrading Prisma versions, encountering v7 errors, or migrating…
official
prisma-upgrade-v7-accelerate-users
prisma
Prisma Accelerate 使用者
official
prisma-upgrade-v7-driver-adapters
prisma
驅動程式適配器。使用此 Prisma 功能時的參考。
official
prisma-upgrade-v7-env-variables
prisma
環境變數
official
prisma-upgrade-v7-esm-support
prisma
ESM 支援。使用此 Prisma 功能時的參考。
official
prisma-upgrade-v7-prisma-config
prisma
Prisma 配置。使用此 Prisma 功能時的參考。
official
prisma-upgrade-v7-removed-features
prisma
已移除的功能。使用此 Prisma 功能時的參考。
official
prisma-upgrade-v7-schema-changes
prisma
Schema 變更。使用此 Prisma 功能時的參考。
official
publish-npm-version
prisma
切割 Prisma Next 的下一個次要版本:更新根目錄 package.json 版本號,將其同步至所有工作區套件,並開啟一個標題為…的 PR。
official
record-gotchas
prisma
捕捉在使用 Prisma Next、Prisma Compute 或 Prisma Postgres 的公開表面時遇到的意外、變通方法及粗糙邊緣——任何實際…
official
record-upgrade-instructions
prisma
Record upgrade instructions alongside a Prisma Next breaking-change PR, so downstream consumers (users of `@prisma-next/*` and authors of Prisma Next…
official
record-upgrade-instructions
prisma
Record upgrade instructions alongside a Prisma Next breaking-change PR, so downstream consumers (users of `@prisma-next/*` and authors of Prisma Next…
official
review-fetch-phase
prisma
Fetches canonical PR review state and renders derived state artifacts. Use when the user wants the state acquisition phase only (fetch, render, summarize) for…
official
review-fetch-phase
prisma
擷取標準的 PR 審查狀態並呈現衍生的狀態產物。當使用者僅需要狀態獲取階段(擷取、呈現、摘要)時使用,適用於…
official
review-implement-phase
prisma
Implements triaged review actions, commits focused fixes, and posts Done plus resolves threads. Use when the user wants only the implementation phase of the…
official
review-implement-phase
prisma
執行已分類的審查行動,提交針對性的修正,並發布完成狀態及解決討論串。當使用者僅需執行……的實作階段時使用。
official
review-triage-phase
prisma
Produces canonical review actions from fetched review state and renders action markdown. Use when the user wants only triage/action-planning for the…
official
review-triage-phase
prisma
根據擷取的審查狀態產生標準審查動作,並呈現動作標記。當使用者僅需針對……進行分類或行動規劃時使用。
official
write-architecture-docs
prisma
Write or rewrite architecture subsystem docs, ADRs, and reference material for the engineering team. Use when creating, updating, or reviewing docs under…
official
write-architecture-docs
prisma
為工程團隊撰寫或重寫架構子系統文件、ADR 及參考資料。適用於建立、更新或審閱以下文件…
official