Ruby  Configure Gem Ci banner
andyw8 andyw8

Ruby Configure Gem Ci

Data community

Description

--- description: Configure a gem's CI pipeline using GitHub Actions --- The goal is to create a CI workflow file that runs the gem's tests as well as any linting or other verificiation tasks. - If no CI workflow file exists, create one, otherwise update the existing one. - Read https://www.ruby-lang.org/en/downloads/branches/ to check the latest Ruby release version. - Configure the CI matrix such that it covers the the minimum `required_ruby_version` in the `.gemspec`, as well as every minor r

Installation

Installs to ~/.claude/skills/andyw8-claude_code_slash_commands-ruby--configure-gem-ci/SKILL.md

Terminal
mkdir -p ~/.claude/skills/andyw8-claude_code_slash_commands-ruby--configure-gem-ci && curl -fsSL https://raw.githubusercontent.com/andyw8/claude_code_slash_commands/HEAD/commands/ruby--configure-gem-ci.md -o ~/.claude/skills/andyw8-claude_code_slash_commands-ruby--configure-gem-ci/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository