AgentStack
SKILL verified MIT Self-run

Db Migration

skill-corrame-skill-refinement-v2-skill · by Corrame

>

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-corrame-skill-refinement-v2-skill

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Db Migration? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

DB Migration Skill

Use this when the task is a schema migration with a known script and a defined target environment.

Method

  1. Confirm the target environment, script path, and paired rollback script.
  2. Check for active long-running writers on the target table before proceeding.

If any are found, report back and wait for approval before continuing.

  1. Verify the rollback script with a dry-run or diff check before applying the

forward migration.

  1. Run the migration script.
  2. Verify the schema matches the expected state.
  3. Report what changed and confirm the rollback path is still valid.

Avoid

  • Running against production without explicit approval.
  • Applying more than one migration per task.
  • Treating exit 0 from the migration script as full verification.

Output

Environment:
Script applied:
Active writers at apply time:
Rollback verified:
Schema diff:
Verification:
Residual risk:
Lesson candidate:

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.