Rails Workflow

🌐Community
by ilude · vlatest · Repository

Automates Ruby on Rails development tasks like scaffolding, migrations, and testing via intelligent code generation and execution.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add rails-workflow npx -- -y @trustedskills/rails-workflow
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "rails-workflow": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/rails-workflow"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates common Rails workflow tasks. It can generate scaffolding, run database migrations, and execute tests, streamlining development processes. The skill is designed to improve efficiency when working with Ruby on Rails applications.

When to use it

  • Generating basic CRUD operations for a new model in your Rails application.
  • Running all pending database migrations after making changes to the schema.
  • Executing the entire test suite to ensure code quality and prevent regressions.
  • Creating initial scaffolding for a resource controller, including views and tests.

Key capabilities

  • Scaffolding generation
  • Database migration execution
  • Test suite execution

Example prompts

  • "Generate a scaffold for a 'Product' model with attributes: name, description, price."
  • "Run all pending database migrations."
  • "Execute the Rails test suite."

Tips & gotchas

The skill assumes you have a valid Ruby on Rails project set up and initialized. Ensure your environment is properly configured before using this skill to avoid errors.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ilude
Installs
2

🌐 Community

Passed automated security scans.