migrate

Keeps your workflow files up to date with how the system is designed to work. Runs all pending migrations automatically.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "migrate" with this command: npx skills add leeovery/claude-technical-workflows/leeovery-claude-technical-workflows-migrate

Migrate

Keeps your workflow files up to date with how the system is designed to work. Runs all pending migrations automatically.

Instructions

Run the migration script:

.claude/skills/migrate/scripts/migrate.sh

If files were updated

The script will list which files were updated. Present this to the user:

{list from script output}

Review changes with git diff, then proceed when ready.

Wait for user acknowledgment before returning control to the calling skill.

If no updates needed

All documents up to date.

Return control silently - no user interaction needed.

Notes

  • This skill is run automatically at the start of every workflow skill

  • Migrations are tracked in .workflows/.state/migrations (one migration ID per line)

  • The orchestrator skips entire migrations once recorded — individual scripts don't track

  • To force re-running all migrations, delete the tracking file

  • Each migration is idempotent - safe to run multiple times

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

update-workflow-explorer

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

create-output-format

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

start-feature

No summary provided by upstream source.

Repository SourceNeeds Review