with one click
database-migration
DBマイグレーション作成時に使用。バージョン番号競合防止。mainブランチ確認必須。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
DBマイグレーション作成時に使用。バージョン番号競合防止。mainブランチ確認必須。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
プッシュ前に必ず実行。静的チェック・テスト・統合レビュー含む6ペルソナレビューを最低2サイクル実施し、自己改善確認後のみpush可能。
Git worktree を使った並列開発時に使用。配置・ポート割当・環境コピー・クリーンアップを標準化する。
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
作業完了前にセッション内の改善ポイントを抽出し、ユーザー承認後にルール・スキル・ドキュメントへ反映する。
開発サーバー・E2E・ブラウザ検証時に使用。既存プロセスを停止してからプロジェクト指定ポートで起動し、作業後に必ず停止する。
Use when creating new skills, editing existing skills, or verifying skills work before deployment
| name | database-migration |
| description | DBマイグレーション作成時に使用。バージョン番号競合防止。mainブランチ確認必須。 |
以下は絶対に禁止。違反は許容されない。
プロジェクトのマイグレーションツール(Flyway, Prisma, Alembic 等)の命名規則に従う。
git pull origin main
プロジェクトのマイグレーションディレクトリを確認し、最新のバージョン番号を取得する。
次の連番でファイルを作成。
CREATE TABLE IF NOT EXISTS を使用(冪等性の確保)