How this command is triggered — by the user, by Claude, or both
Slash command
/claude-rails-skills:resetThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Reset Database Reset Rails database to a clean state. ## Usage ## Description Drops the database, creates a new one, and runs all migrations from scratch. Useful for resetting development databases to a known clean state. ## Arguments - `--environment ENV` - Rails environment (development, test) - defaults to development - `--force` - Skip confirmation prompt (use with caution) - `--verbose` - Show detailed output ## Examples ## When to Use - **Development only** - Starting with a clean database - After pulling major database schema changes from git - Testing database setup from ...
Reset Rails database to a clean state.
/claude-rails-skills:reset [options]
Drops the database, creates a new one, and runs all migrations from scratch. Useful for resetting development databases to a known clean state.
--environment ENV - Rails environment (development, test) - defaults to development--force - Skip confirmation prompt (use with caution)--verbose - Show detailed output/claude-rails-skills:reset
/claude-rails-skills:reset --environment test
/claude-rails-skills:reset --force
--force is used/claude-rails-skills:rollback - Safe rollback to previous migration/claude-rails-skills:migrate - Run pending migrations without resetting/claude-rails-skills:migrate - Run migrations on existing database/claude-rails-skills:status - Check database migration statenpx claudepluginhub full-stack-biz/claude-rails/migrateAuto-detects ORM/migration tool and generates idiomatic database migrations with backward compatibility checks, rollback validation, lock estimates. Applies, rolls back, or shows status via flags.
/rollbackRolls back the most recent database migration or to a specific version, with data loss warnings, explicit confirmation, transactional execution, schema verification, and status report.
/migrationGenerates timestamped up/down migration files for PostgreSQL, MySQL, SQLite, MongoDB using SQL or ORM, with run instructions and testing guidance.
/f5-dbManages database operations including schema viewing, migrations, seeding, model generation, and ER diagrams for auto-detected project stack. Supports schema, migrate, seed, model, diagram subcommands.
/resetResets the Hypo-Workflow lifecycle state by loading skill instructions and executing reset semantics with user-provided arguments.
/resetClears Rune configuration by deleting config.json after user confirmation, returning the tool to its dormant state.