スキル prisma-next-debug
📦

prisma-next-debug

コンテンツリビジョン r1 高リスク ⚙️ 外部コマンド🌐 ネットワークアクセス📁 ファイルシステムへのアクセス🔑 環境変数

Diagnose Prisma Next Errors

Prisma Next failures expose detailed envelopes that can be difficult to route correctly. This skill maps codes, metadata, and symptoms to focused recovery steps.

対応: Claude Codex Code(CC)
⚠️ 38 不十分

自分のエージェントでインストール

このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。

エージェントリクエスト
Review the Skillstore skill "prisma-next-debug" from https://skillstore.io/skills/prisma-prisma-next-debug.md and its manifest at https://skillstore.io/api/skills/prisma-prisma-next-debug/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.

エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。

エージェントが読めるリソース

AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。

テストする

「prisma-next-debug」を使用しています。 A runtime envelope reports BUDGET.TIME_EXCEEDED with a strict latency limit.

期待される結果:

Category: budget enforcement. Review query cost and the configured latency budget before increasing the threshold. Re-run the same workload after one controlled change.

「prisma-next-debug」を使用しています。 A migration command returns PN-RUN-3000 and reports MIGRATION.HASH_MISMATCH in its metadata.

期待される結果:

The outer code is a wrapper. The metadata identifies a migration hash mismatch. Re-emit the named migration, inspect the resulting diff, and verify state before applying changes.

「prisma-next-debug」を使用しています。 A script prints query results but does not exit, and db.end is unavailable.

期待される結果:

The Prisma Next client uses db.close for teardown. Close it after all queries complete. Do not close a shared client inside a request handler.

セキュリティ監査

高リスク

Static analysis misidentified Markdown inline-code formatting as executable shell syntax. The skill is documentation-only, but it recommends a command that can apply destructive database changes without explicit approval.

1
スキャンされたファイル
146
解析済み行数
0
レビュー項目
0
誤検知を無視

確認済みのセキュリティ上の懸念 (1)

高
Destructive Database Confirmation Bypass
The recovery table advises re-running db update with -y to apply destructive changes without requiring explicit user approval or a backup.
Line 101 explicitly recommends the confirmation-bypass flag for a command identified as destructive. A dry-run alternative reduces, but does not remove, the risk.
監査者: codex
このレポートを共有・引用

バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。

バージョン別レポートを開く
セキュリティ評価

レポートリンクをコピー

https://skillstore.io/skills/prisma-prisma-next-debug/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdownバッジ

[![Skillstore security assessment](https://skillstore.io/badges/skills/prisma-prisma-next-debug/security.svg)](https://skillstore.io/skills/prisma-prisma-next-debug?utm_source=security_passport_badge)

HTMLバッジ

<a href="https://skillstore.io/skills/prisma-prisma-next-debug?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/prisma-prisma-next-debug/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

埋め込みカード

<iframe src="https://skillstore.io/embed/skills/prisma-prisma-next-debug.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
学術引用 (APA · BibTeX · CFF)

APA形式の引用

prisma. (2026). prisma-next-debug security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/prisma-prisma-next-debug/audits/1

BibTeX形式の引用

@techreport{prisma-prisma-prisma-next-debug-2026, author = {prisma}, title = {prisma-next-debug security audit report (audit version 1)}, institution = {Skillstore}, year = {2026}, number = {1}, url = {https://skillstore.io/skills/prisma-prisma-next-debug/audits/1}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "prisma-next-debug security audit report (audit version 1)" version: "unspecified" type: report authors: - name: "prisma" date-released: "2026-08-17" url: "https://skillstore.io/skills/prisma-prisma-next-debug/audits/1" identifiers: - type: other value: "skillstore:prisma-prisma-next-debug:audit:1" description: "Skillstore immutable audit report identifier"

Skillstore スコア

このスコアの理由 証拠の信頼度: 中
55
アーキテクチャ
85
保守性
87
コンテンツ
65
コミュニティ
83
仕様準拠

作成できるもの

Route a CLI failure

Identify the envelope code, severity, and metadata, then select the matching recovery path.

Recover a migration

Interpret migration wrappers, hash mismatches, drift, and marker diagnostics before choosing the next command.

Diagnose runtime behavior

Separate query, capability, budget, cancellation, and client lifecycle failures during incident response.

これらのプロンプトを試す

Explain an error
Explain this Prisma Next error envelope and give the safest next step: [paste envelope].
Route a wrapped error
Inspect this PN-RUN-3000 envelope, including meta.code, and identify the correct recovery workflow: [paste envelope].
Analyze migration state
Compare this migration status output with the contract hash and propose non-destructive verification steps: [paste output and context].
Build a recovery plan
Create a prioritized recovery plan from these CLI, runtime, and SQL errors. Separate safe checks from commands requiring approval: [paste evidence].

ベストプラクティス

  • Provide the complete envelope, including code, severity, fix, metadata, and location.
  • Use dry-run or verification commands before any operation that changes database state.
  • Redact credentials and sensitive data from connection strings and diagnostic output.

回避

  • Do not route only from the human summary or process exit code.
  • Do not ignore meta.code when PN-RUN-3000 wraps the original failure.
  • Do not bypass destructive-operation confirmation without explicit user approval.

よくある質問

Which error formats can this skill interpret?
It covers Prisma Next CLI envelopes, runtime envelopes, SQL driver errors, and selected TypeScript symptoms.
What should I provide for the best diagnosis?
Provide JSON or verbose output with code, severity, why, fix, metadata, and location fields.
Does it execute recovery commands automatically?
No. It recommends recovery steps. Commands that modify database state require explicit review and approval.
Can it diagnose PN-RUN-3000 errors?
Yes. It checks meta.code for the original migration or runtime failure before selecting a recovery path.
Can it replace Prisma Studio?
No. Prisma Next has no first-party Studio. Use schema output or an approved database client.
How should secrets be handled?
Redact passwords, tokens, and connection details before sharing envelopes, command output, or configuration.

開発者情報

作成者

prisma

ライセンス

MIT

Skillstore リビジョン

r1

バージョンに関する注意

作者はバージョンを宣言していません。

参照

b1cc8fa5414840335cbed43082309fd32a013145

メンテナンスの新しさ

2026/8/17

利用状況

0 ダウンロード · 0 閲覧

ファイル構成

📄 SKILL.md

prisma のその他のスキル

すべて表示
📦

prisma-database-setup

78

任意のデータベースプロバイダーで Prisma を設定

新しいデータベース用に Prisma をセットアップするには、プロバイダーごとに異なるデータソース設定、ドライバーアダプター、接続文字列を扱う必要があります。このスキルは、プロバイダー固有の手順を段階的に Claude に提供し、PostgreSQL、MySQL、SQLite、MongoDB、SQL Server、CockroachDB を初回から正しく設定できるようにします。

コーディング&開発 表示
すべて表示