migration
Plan Safe and Reversible Migrations
Complex migrations can lose data or break compatibility during staged rollouts. This skill structures transitions around preservation, verification, rollback, and mixed-version safety.
Instalar con mi Agente
Copia esta solicitud en tu Agente. Incluye la página canónica del Skill y el manifiesto.
Review the Skillstore skill "migration" from https://skillstore.io/skills/juliusbrussee-migration.md and its manifest at https://skillstore.io/api/skills/juliusbrussee-migration/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Tu Agente debe seguir mostrando su plan y solicitar cualquier confirmación exigida por la política de seguridad.
Recursos legibles por agentes
Usa estos enlaces cuando un agente de IA, crawler o script necesite contexto limpio en vez de leer la página completa.
Pruébalo
Usando "migration". Migrate customer status from free text to a controlled value set.
Resultado esperado:
- Expand: add the controlled status field while retaining the original field.
- Migrate: backfill recognized values idempotently and quarantine unknown values.
- Verify: compare counts, unknown values, and read behavior before switching.
- Contract: remove the original field only after rollback is no longer required.
Usando "migration". Replace API field account_name with display_name during a rolling deployment.
Resultado esperado:
- Writers temporarily populate both fields.
- Readers accept display_name first and fall back to account_name.
- Telemetry confirms old clients have left the compatibility window.
- Removal requires separate approval after rollback criteria expire.
Usando "migration". Upgrade a shared authentication dependency across several services.
Resultado esperado:
- Inventory consumers, supported versions, and authentication behavior before rollout.
- Deploy to a small service cohort with error-rate and login-success checks.
- Pause or roll back when predefined authentication thresholds fail.
- Complete rollout only after every service passes compatibility verification.
Auditoría de seguridad
SeguroThe skill contains prompt-only guidance for reversible migrations and no executable code. No static or semantic security findings were identified.
Compartir y citar este informe
Comparte el informe de evaluación versionado, la insignia neutral, la tarjeta insertable y las citas. Skillstore presenta evidencias sin decidir si este Skill es seguro.
Copiar enlace del informe
https://skillstore.io/skills/juliusbrussee-migration/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportInsignia Markdown
[](https://skillstore.io/skills/juliusbrussee-migration?utm_source=security_passport_badge)Insignia HTML
<a href="https://skillstore.io/skills/juliusbrussee-migration?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/juliusbrussee-migration/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Tarjeta para insertar
<iframe src="https://skillstore.io/embed/skills/juliusbrussee-migration.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Citas académicas (APA · BibTeX · CFF)
Cita APA
juliusbrussee. (2026). migration security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/juliusbrussee-migration/audits/1Cita BibTeX
@techreport{juliusbrussee-juliusbrussee-migration-2026,
author = {juliusbrussee},
title = {migration security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/juliusbrussee-migration/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: "migration security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "juliusbrussee"
date-released: "2026-08-12"
url: "https://skillstore.io/skills/juliusbrussee-migration/audits/1"
identifiers:
- type: other
value: "skillstore:juliusbrussee-migration:audit:1"
description: "Skillstore immutable audit report identifier"
Puntuación de Skillstore
Por qué esta puntuación Confianza de la evidencia: MedioLo que puedes crear
Evolve a Database Schema
Plan an expand-and-contract schema change that supports old and new application versions.
Transition an API Contract
Stage an API change while preserving existing clients and defining measurable retirement criteria.
Upgrade a Critical Dependency
Design a reversible dependency upgrade with compatibility checks, staged rollout, and rollback triggers.
Prueba estos prompts
Plan this migration: [change]. Include prerequisites, forward steps, verification, and rollback.
Plan [change] while versions [old] and [new] run together. Identify compatibility risks, mitigations, and exit criteria.
Design expand, migrate, verify, and contract stages for [change]. Define invariants, idempotent retries, observability, and rollback boundaries.
Analyze [architecture and change]. Map readers, writers, ownership, failure modes, tests, rollback triggers, and evidence required before each stage.
Mejores prácticas
- Document readers, writers, owners, invariants, and compatibility windows before changing production behavior.
- Use idempotent steps with observable checkpoints and explicit rollback triggers.
- Authorize destructive contraction separately after preservation and compatibility evidence passes.
Evitar
- Do not combine expansion, migration, and destructive cleanup into one irreversible release.
- Do not assume all services, clients, or workers update simultaneously.
- Do not treat deployment success as proof of data preservation or behavioral compatibility.
Preguntas frecuentes
What migration types does this skill support?
Does this skill run migration commands?
How does it support rollback?
Can it plan rolling deployments?
What information should I provide?
When should contraction begin?
Detalles del desarrollador
Autor
juliusbrusseeLicencia
MIT
Revisión de Skillstore
r1
Aviso de versión
El autor no declaró una versión.
Repositorio
https://github.com/juliusbrussee/caveman/tree/a0109974ea3258a14aadaef1ed1f8ff2837d30d5/skills/migrationRef.
ad241fa81de50eaaf50f69dc3681d60cafdddb21
Actualidad del mantenimiento
13/8/2026
Uso
0 descargas · 0 vistas
Estructura de archivos