P
Prismaスキル
ego lite browser
スポンサーego liteは、AIエージェントがウェブ自動化を実行するための最速のブラウザであり、CodexやClaude Codeとログイン状態を共有し、コストゼロ、設定不要です。
Alpha Vantage MCP Server
スポンサー金融市場データにアクセス:リアルタイムおよび過去の株式、ETF、オプション、外国為替、暗号通貨、商品、ファンダメンタルズ、テクニカル指標など
adr-review
prisma
1つ以上の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
エージェントを構造化されたQ&Aモードに移行させ、ユーザーと対話を重ねながらトピックの完全な理解を目指し、その成果(プロジェクト仕様書など)を文書化します。
official
drive-orchestrate-plan
prisma
ユーザーがローカルブランチ上でプロジェクト計画をレビュー可能なクリーンな状態に、iterate-implement-reviewループを通じて導きたい場合に使用します。実装は…に委任します。
official
drive-pr-description
prisma
現在のブランチとデフォルトブランチ間のgit diffを分析して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コミットメッセージにシングルクォート文字列を使用します。ヒアドキュメントのエスケープ失敗によるコミットメッセージの文字化けを防ぎます。
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 format。この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。このPrisma機能を使用する際の参考情報。
official
prisma-cli-validate
prisma
prismaのバリデーション。このPrisma機能を使用する際の参考情報。
official
prisma-client-api
prisma
Prisma Client APIの完全なリファレンス。モデルクエリ、CRUD操作、フィルタリング、リレーション、トランザクションに対応。findUnique、findMany、create、update、delete、upsert、バルク操作とその戻り値バリアントを含む17のモデルクエリメソッドを網羅。結果を整形するためのクエリオプション(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
Raw Queries(生クエリ)。この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
PostgreSQL、MySQL、SQLite、MongoDB、SQL Server、CockroachDB、Prisma Postgresに対応したPrisma ORMのステップバイステップ設定ガイド。データソース設定、ドライバアダプターの選択、7つのデータベースプロバイダー向けのPrisma Clientインスタンス化を網羅。Prisma v7では明示的なドライバアダプター(例:PostgreSQL用@prisma/adapter-pg)と、接続URL用のprisma.config.tsファイルが必要。クイックリファレンス用のスキーマブロックと前提条件チェック(Node.js 20.19.0+、TypeScript 5.4.0+)を含む...
official
prisma-database-setup
prisma
様々なデータベースプロバイダ(PostgreSQL、MySQL、SQLite、MongoDBなど)でPrismaを設定するためのガイド。新しいプロジェクトのセットアップ時や変更時に使用します。
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ドライバーアダプターの実装に関する完全なリファレンス。トランザクションライフサイクル、エラーマッピング、型変換の詳細を含む。4つの必須インターフェース(SqlDriverAdapter、Transaction、SqlMigrationAwareDriverAdapterFactory、SqlQueryable)をカバーし、完全なメソッドシグネチャとライフサイクル要件を記載。Transactionのcommit()とrollback()はライフサイクルフックのみであり、PrismaはこれらのメソッドではなくexecuteRawを介してSQLを送信する。引数マッピング(string→int/bigint/float、base64→bytes)を含む...
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のアップグレードについて質問があったとき、provider = "mongodb"のプロジェクトで「prisma 7にアップグレード」という話題が出たとき、または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を説明して」「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をプロジェクトのビルドシステムに適切なビルドツールプラグインで接続します — 現在はVite向けに@prisma-next/vite-plugin-contract-emit(Vite 7 / 8)、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(バグまたは機能リクエスト)を提出するか、Q&A / 設計議論 / チームへの直接連絡を…にルーティングします。
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マイグレーション — DB更新かマイグレーションプランを選択し、フレームワークがレンダリングした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データベースのセットアップとプログラムによる管理を、コンソール、CLI、APIを通じて行います。4つの主要なワークフロー:手動コンソールセットアップ、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
新しいPrisma Postgresデータベースをセットアップし、Management APIを使用してローカルプロジェクトに接続します。「データベースをセットアップする」「Prismaを作成する」と依頼された場合に使用します。
official
prisma-postgres-setup
prisma
新しいPrisma Postgresデータベースをセットアップし、Management APIを使用してローカルプロジェクトに接続します。「データベースをセットアップする」「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固有の変更という7つの重要なルールカテゴリを網羅。Node.js 20.19.0+およびTypeScript 5.4.0+が必要。MongoDBはv7では未サポート。破壊的変更には、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 Config。このPrisma機能を使用する際の参考情報。
official
prisma-upgrade-v7-removed-features
prisma
削除された機能。このPrisma機能を使用する際の参考情報。
official
prisma-upgrade-v7-schema-changes
prisma
スキーマ変更。この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
トリアージされたレビューアクションを実装し、焦点を絞った修正をコミットし、Doneを投稿してスレッドを解決します。ユーザーが…の実装フェーズのみを希望する場合に使用します。
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