ookami-coding-style-rails

Define and enforce Ruby on Rails coding standards for teams.

1|1|Updated Feb 9, 2016
One-click install
npx skills add https://github.com/ookamiinc/guides --skill ookami-coding-style-rails
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ookami-coding-style-rails
Source: https://github.com/ookamiinc/guides/tree/main/skills/ookami-coding-style-rails
Command: npx skills add https://github.com/ookamiinc/guides --skill ookami-coding-style-rails

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide standardizes Ruby and Rails coding practices to reduce style debates, improve readability, and speed up code reviews across teams.

Core Features & Use Cases

  • Defines indentation, hash syntax, and block style guidelines for Ruby and Rails code.
  • Documents conventions for Rails project structure, models, controllers, and configurations to promote consistency across projects.
  • Supports onboarding and code reviews by providing a single reference for team coding standards.

Quick Start

Review the Rails coding style reference and begin aligning your project files to meet these conventions.

Frequently Asked Questions about ookami-coding-style-rails

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce consistent Ruby on Rails coding standards across my team?

Rails coding style guidelines cover indentation, hash syntax, block style, and naming conventions for application components including models, controllers, configurations, migrations, and initializers to ensure maintainable code.

Can I use this coding style reference when reviewing and refactoring Rails code?

Yes, you can use this coding style reference when writing, reviewing, or refactoring Rails code to verify project structure, syntax, and naming conventions, which helps speed up the code review process and support team onboarding.

What's the best way to standardize Rails project structure and naming conventions?

This guide standardizes Ruby and Rails coding practices by defining indentation, hash syntax, block style, and project structure conventions, serving as a single reference to reduce style debates and improve codebase readability.

Does this Rails coding style guide work with RuboCop for code review?

Yes, this guide standardizes Ruby on Rails coding practices for teams by documenting conventions for project structure, models, and controllers, making it suitable for teams of any size looking to improve code review consistency.

When do I need a Rails coding style guide for my project?

Yes, this guide standardizes Ruby and Rails coding practices by defining indentation, hash syntax, block style, and project structure conventions, serving as a single reference to reduce style debates and improve codebase readability.

What are the limitations of using a manual Rails coding style reference?

A manual Rails coding style reference requires consistent team adoption to be effective; it codifies expectations for indentation and naming but does not automatically fix code, meaning developers must actively align project files to meet these conventions.