mcpbeat Sign in

Planetscale Vitess Safety Review Agent Skill

Review a PlanetScale Vitess database for safe migrations, deploy requests, schema recommendations, Insights, webhooks, and operational safety.

2k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
103
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/planetscale/skills --skill planetscale-vitess-safety-review

The instruction itself

14 sections, as written by the author

Vitess safety review

Purpose

Recommend best practices for a PlanetScale Vitess database. Focus on production safety, deployability, observability, and agent-safe automation. Do not apply any changes.

Primary safety features to evaluate

Safe migrations

Check whether safe migrations are enabled on production and staging branches.

Recommend enabling safe migrations when:

  • The branch receives production traffic.
  • The team runs DDL outside deploy requests.
  • There is no protected branch workflow.
  • The application is expected to evolve schema frequently.

Explain the tradeoff: safe migrations reject direct DDL on protected branches and force schema changes through deploy requests. That is a feature, but it can break teams relying on direct production DDL. Treat enablement as a behavior-changing change requiring approval.

Deploy requests

Check:

  • Whether deploy requests are used for schema changes.
  • Whether administrator approval is required.
  • Whether deploy requests are reviewed for data loss, conflicts, lint errors, foreign key problems, charset issues, and shard impact.
  • Whether teams use gated deployments for cutover control.
  • Whether “deploy instantly” is used and whether the team understands it removes the gated-deployment/revert shape.
  • Whether cutover is regularly delayed by long-running transactions.
  • Whether deploy request events are subscribed to via webhooks.

Recommend:

  • Require deploy requests for production schema changes.
  • Enable administrator approval for production deploy requests when there is more than one administrator.
  • In a single-admin organization, administrator approval does not stop an agent that acts as that admin:

the admin who opens a deploy request can also approve it. If the goal is to keep agents from

self-approving, give the agent a separate user, or a service token without deploy request

approval permission.

  • Prefer normal safe deployments over instant deployments unless the migration is known to be instant-safe and the rollback story is acceptable.
  • Use gated deployment when cutover timing matters.
  • Treat “force cutover now” as an operator-controlled action for delayed

cutovers: it aggressively stops running transactions to complete schema

cutover. Recommend reviewing the blocking workload and incident context

before use, and only recommend the database-level aggressive cutover default

when frequent cutover blocking is understood and accepted.

Schema revert

Check whether the team knows the revert window and whether their incident runbook includes it.

Recommend documenting:

  • How to identify a bad schema migration.
  • How to revert within the supported window.
  • Who is authorized to revert.
  • Which application deploy should be rolled back together with the schema revert.

Branch strategy

Recommend a branch topology:

  • main or equivalent production branch with safe migrations enabled.
  • staging branch based from production with safe migrations enabled.
  • Short-lived development branches based from staging.
  • Deploy requests from development to staging, then staging to production when appropriate.

Do not create branches without approval.

Query Insights

Review Insights for:

  • Slow queries.
  • Queries reading too many rows.
  • Erroring queries.
  • Queries with poor index usage.
  • For sharded databases, whether query patterns use relevant vindexes and how

vindex usage changes after index or routing changes.

  • Unusual query volume.
  • Missing SQL comment tags.
  • Tag breakdowns when built-in metadata or SQLCommenter tags are present:

tag:key:value filtering in the dashboard, and the insights/tags and

insights/tags/summaries API endpoints for programmatic breakdowns.

  • Deploy correlation data.

Recommend enabling or improving application query tagging so Insights can attribute queries to app, route, controller, action, job, deployment SHA, and feature.

Anomalies

Review active and recent anomalies.

Recommend:

  • Subscribe branch.anomaly webhooks to the team’s alerting or automation system.
  • Route anomaly payloads to a triage workflow that opens an issue or agent task.
  • Correlate anomalies with deploy requests, application deploys, and query tags.
  • Do not automatically apply schema or code changes from anomaly events; generate a proposal or PR only.

Schema recommendations

Review open schema recommendations.

For each recommendation, capture:

  • Type: add index, remove redundant index, primary key exhaustion, unused table, legacy charset/collation, or other.
  • Affected table and keyspace.
  • Supporting query telemetry.
  • DDL.
  • Expected benefit.
  • Risk.
  • Test plan.

Recommend implementation path:

  • Convert the recommendation into an application migration or PlanetScale branch schema change.
  • Open a deploy request.
  • Review generated DDL and shard impact.
  • Benchmark or validate on a branch.
  • Deploy with safe migrations.
  • Monitor Insights and anomaly state after deployment.

Do not apply recommendations directly.

Backups and restore

Check backup posture and restore runbooks.

Recommend:

  • Verify automated backups exist.
  • Run a non-production restore drill periodically.
  • Document restore target, RPO/RTO expectation, and application cutover plan.
  • For sharded databases, document shard-aware restore expectations.

Sharding and keyspace safety

If the database is sharded, review:

  • Keyspaces and shards.
  • Vschema.
  • Cross-shard query patterns.
  • Whether schema deploy requests show per-shard impact.
  • Whether queries use shard-friendly access paths.

Recommend an agent-safe sharding review only as a proposal. Never reshard, change vschema, or alter routing automatically.

Webhook recommendations for Vitess

Evaluate and recommend webhooks for:

  • branch.anomaly
  • branch.primary_promoted
  • branch.ready
  • branch.sleeping
  • cluster.storage
  • keyspace.storage
  • deploy_request.opened
  • deploy_request.queued
  • deploy_request.in_progress
  • deploy_request.pending_cutover
  • deploy_request.schema_applied
  • deploy_request.errored
  • deploy_request.reverted
  • deploy_request.closed
  • branch.schema_recommendation if available in the webhook API for the customer’s database

Recommended destinations:

  • Alerting for anomaly, primary promotion, storage, and deploy errors.
  • Slack or internal notifications for deploy request lifecycle.
  • Agent intake queue for schema recommendations and anomalies, with PR-only output by default.

Output

Return:

  • Current Vitess safety posture.
  • Missing safety features.
  • Recommended workflow.
  • Recommended webhook subscriptions.
  • Schema recommendation triage table.
  • Deploy safety gaps.
  • Proposed changes requiring approval.

End with:

“No Vitess changes have been applied.”

Other skills for the same job

different authors, same section of the catalogue
Automate Whatsapp
by ComeOnOliver
×2

Build WhatsApp automations with Kapso workflows: configure WhatsApp triggers, edit workflow graphs, manage executions, deploy functions, and use databases/integrations for state. Use when automating WhatsApp conversations and event handling.

5k tokens
Error Tracking
by ComeOnOliver
×2

Add Sentry v8 error tracking and performance monitoring to your project services. Use this skill when adding error handling, creating new controllers, instrumenting cron jobs, or tracking database performance. ALL ERRORS MUST BE CAPTURED TO SENTRY - no exceptions.

5k tokens
Azure Kusto
by microsoft
vendor ×1

Query and analyze data in Azure Data Explorer (Kusto/ADX) using KQL for log analytics, telemetry, and time series analysis. WHEN: KQL queries, Kusto database queries, Azure Data Explorer, ADX clusters, log analytics, time series data, IoT telemetry, anomaly detection.

2k tokens
Azure Kusto
by microsoft
vendor ×1

Query and analyze data in Azure Data Explorer (Kusto/ADX) using KQL for log analytics, telemetry, and time series analysis. WHEN: KQL queries, Kusto database queries, Azure Data Explorer, ADX clusters, log analytics, time series data, IoT telemetry, anomaly detection.

2k tokens
Azure Mgmt Mongodbatlas Dotnet
by lingxling
×1

Manage MongoDB Atlas Organizations as Azure ARM resources with unified billing through Azure Marketplace.

3k tokens
Azure Resource Manager Mysql Dotnet
by lingxling
×1

Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments.

3k tokens
Azure Resource Manager Postgresql Dotnet
by lingxling
×1

Azure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments.

4k tokens
Azure Resource Manager Redis Dotnet
by lingxling
×1

Azure Resource Manager SDK for Redis in .NET.

3k tokens

How to use it

Copy the folder

Take planetscale/planetscale-vitess-safety-review from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.