convex-seed
Seed Convex Databases Safely
Preparing reliable fixtures and bulk data for Convex can require repetitive schema checks and careful reruns. This skill guides idempotent internal mutations and CLI imports.
Mit meinem Agent installieren
Kopieren Sie diese Anfrage in Ihren Agent. Sie enthält die maßgebliche Skill-Seite und das Manifest.
Review the Skillstore skill "convex-seed" from https://skillstore.io/skills/get-convex-convex-seed.md and its manifest at https://skillstore.io/api/skills/get-convex-convex-seed/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Ihr Agent sollte weiterhin seinen Plan anzeigen und alle von der Sicherheitsrichtlinie verlangten Bestätigungen anfordern.
Agent-lesbare Ressourcen
Verwenden Sie diese Links, wenn ein KI-Agent, Crawler oder Skript sauberen Kontext benötigt, statt die vollständige Seite zu lesen.
Testen
„convex-seed“ wird verwendet. Create repeatable fixtures for users and projects.
Erwartetes Ergebnis:
- Seed users before projects so project references resolve correctly.
- Use stable identifiers or an upsert strategy to prevent duplicates.
- Verify user and project row counts after the mutation completes.
„convex-seed“ wird verwendet. Prepare a customer export for Convex import.
Erwartetes Ergebnis:
A field-mapping plan that aligns source columns with Convex validators, excludes sensitive values, runs the import, and verifies the final row count.
„convex-seed“ wird verwendet. Fix a seed process that duplicates records.
Erwartetes Ergebnis:
An idempotent workflow using either clear-then-insert for disposable fixtures or upsert for records that must remain stable.
Sicherheitsaudit
SicherAll three static findings are false positives caused by Markdown backticks around documented Convex CLI commands. SKILL.md contains workflow guidance only, includes no executable shell code, and explicitly warns against seeding secrets or PII.
Risikofaktoren
⚙️ Externe Befehle (3)
Diesen Bericht teilen & zitieren
Teile den versionierten Bewertungsbericht, das neutrale Badge, die Einbettungskarte und Zitate. Skillstore berichtet Nachweise, ohne zu entscheiden, ob dieser Skill sicher ist.
Berichtslink kopieren
https://skillstore.io/skills/get-convex-convex-seed/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown-Badge
[](https://skillstore.io/skills/get-convex-convex-seed?utm_source=security_passport_badge)HTML-Badge
<a href="https://skillstore.io/skills/get-convex-convex-seed?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/get-convex-convex-seed/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Einbettungskarte
<iframe src="https://skillstore.io/embed/skills/get-convex-convex-seed.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Wissenschaftliche Zitate (APA · BibTeX · CFF)
APA-Zitat
get-convex. (2026). convex-seed security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/get-convex-convex-seed/audits/1BibTeX-Zitat
@techreport{get-convex-get-convex-convex-seed-2026,
author = {get-convex},
title = {convex-seed security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/get-convex-convex-seed/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-seed 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-seed/audits/1"
identifiers:
- type: other
value: "skillstore:get-convex-convex-seed:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore-Score
Warum dieser Score Evidenzvertrauen: MittelWas Sie erstellen können
Prepare Local Fixtures
Create repeatable sample records for local feature development and testing.
Import Existing Data
Shape a bulk dataset to match Convex validators before importing it.
Standardize Team Seeding
Define an idempotent seed workflow with verification for shared development environments.
Diese Prompts ausprobieren
Create a Convex internalMutation that seeds sample rows for [table]. Match these validators: [schema]. Make reruns safe.
Plan a Convex bulk import for [dataset]. Compare its fields with [schema], identify required transformations, and include row count verification.
Review this Convex seed workflow: [workflow]. Choose clear-then-insert or upsert, explain the choice, and prevent duplicate records.
Design an idempotent Convex seed workflow for these related tables: [tables and schemas]. Preserve dependencies, avoid sensitive data, and verify each table count.
Bewährte Praktiken
- Match every seeded or imported field to the current Convex validators.
- Use clear-then-insert or upsert so rerunning the workflow remains predictable.
- Verify row counts and review the target deployment after each operation.
Vermeiden
- Do not seed secrets or personal data into a shared deployment.
- Do not use append-only inserts when the workflow must support reruns.
- Do not import data before checking field shapes against schema validators.
Häufig gestellte Fragen
What seeding methods does this skill cover?
Can I rerun the generated seed workflow?
Does this skill generate fixture data?
Will it validate my data automatically?
Can I use it with a production deployment?
How does it protect sensitive data?
Entwicklerdetails
Autor
get-convexLizenz
MIT
Skillstore-Revision
r1
Versionshinweis
Der Autor hat keine Version angegeben.
Ref.
d9e5ab86dafd32a1ddde9b8b4fde177589b55b95
Aktualität der Wartung
8.9.2026
Nutzung
1 Downloads · 0 Aufrufe
Dateistruktur
📄 SKILL.md