What problem does it solve?
This Skill streamlines the process of creating, testing, and publishing modern Ruby gems, ensuring adherence to best practices and leveraging the latest tooling.
Core Features & Use Cases
- Gem Scaffolding: Quickly generate a new gem project with RSpec, RuboCop, and GitHub Actions CI configured.
- Testing & Quality: Integrates RSpec for robust testing and RuboCop for code style enforcement.
- Publishing: Guides through the process of building and publishing gems, including attestation.
- Use Case: You need to create a new utility gem for internal use. This Skill will set up the project structure, testing framework, and CI pipeline, allowing you to focus on the gem's logic.
Quick Start
Use the ruby skill to create a new gem named 'my_gem' with RSpec and RuboCop.