convex-expert
Build Reliable Convex Backends
Convex backend code can fail from invalid schemas, imports, validators, or query patterns. This skill applies Convex-specific rules and verification steps.
インストール前に停止して確認を求めてください。
計画を確認し、ファイルを変更する前にユーザーの明示的な同意を得てください。
自分のエージェントでインストール
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "convex-expert" from https://skillstore.io/skills/get-convex-convex-expert.md and its manifest at https://skillstore.io/api/skills/get-convex-convex-expert/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
エージェントが読めるリソース
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
テストする
「convex-expert」を使用しています。 Review a message-list query that filters the whole table and returns every matching row.
期待される結果:
- Add a schema index for the conversation identifier.
- Replace the full-table filter with an indexed query.
- Paginate results and validate both arguments and returns.
「convex-expert」を使用しています。 Plan adding a required status field to an existing populated table.
期待される結果:
Add the field as optional, deploy compatibility changes, backfill existing records, verify completion, then make the validator required.
「convex-expert」を使用しています。 Review a public mutation used only by a scheduled backend task.
期待される結果:
Convert the mutation to an internal function and update the scheduled task reference. Keep public access only when a client requires it.
セキュリティ監査
高リスクMost detections are Markdown backticks around API names, not shell execution. The verification rule does execute project tools and can deploy code or rewrite local Convex configuration without explicit approval.
確認済みのセキュリティ上の懸念 (3)
機能レビュー項目 (1)
これらは、このスキルに期待される可能性のある実際のローカル機能であるため、レビューが必要ですが、確認済みの悪意ある動作としてはカウントされません。
リスク要因
このレポートを共有・引用
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
レポートリンクをコピー
https://skillstore.io/skills/get-convex-convex-expert/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdownバッジ
[](https://skillstore.io/skills/get-convex-convex-expert?utm_source=security_passport_badge)HTMLバッジ
<a href="https://skillstore.io/skills/get-convex-convex-expert?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/get-convex-convex-expert/security.svg" alt="Skillstore security assessment" loading="lazy"></a>埋め込みカード
<iframe src="https://skillstore.io/embed/skills/get-convex-convex-expert.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形式の引用
get-convex. (2026). convex-expert security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/get-convex-convex-expert/audits/1BibTeX形式の引用
@techreport{get-convex-get-convex-convex-expert-2026,
author = {get-convex},
title = {convex-expert security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/get-convex-convex-expert/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: "convex-expert security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "get-convex"
date-released: "2026-09-07"
url: "https://skillstore.io/skills/get-convex-convex-expert/audits/1"
identifiers:
- type: other
value: "skillstore:get-convex-convex-expert:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore スコア
このスコアの理由 証拠の信頼度: 中作成できるもの
Create a Convex Feature
Design validated functions, indexes, and schema changes for a new application workflow.
Review Backend Reliability
Find unbounded reads, invalid imports, missing validators, and unsafe schema migrations.
Resolve Deployment Errors
Interpret validation, schema, import, and runtime errors from Convex development checks.
これらのプロンプトを試す
Explain this Convex function and identify its arguments, return value, database access, and visibility: [function].
Design a Convex schema and indexes for [feature]. Include validators, relationships, query paths, and migration notes.
Review [files] for validators, imports, indexes, bounded reads, internal visibility, runtime separation, and safe schema evolution.
Plan a staged Convex migration for [change]. Address compatibility, backfill, indexes, rollback, tests, and deployment approval.
ベストプラクティス
- Provide the schema, related functions, expected behavior, and current errors.
- Review generated Convex guidance before changing backend files.
- Require approval before commands that deploy code or modify environment files.
回避
- Do not request production deployment without identifying the target and approval boundary.
- Do not omit project-specific authorization and data access requirements.
- Do not treat generated recommendations as a substitute for tests and migration validation.
よくある質問
What Convex code can this skill review?
Does it write Convex functions?
Can it improve query performance?
Will it deploy changes automatically?
Does it support schema migrations?
What context produces the best results?
開発者情報
作成者
get-convexライセンス
MIT
Skillstore リビジョン
r1
バージョンに関する注意
作者はバージョンを宣言していません。
参照
d9e5ab86dafd32a1ddde9b8b4fde177589b55b95
メンテナンスの新しさ
2026/9/8
利用状況
1 ダウンロード · 0 閲覧
ファイル構成
📄 SKILL.md