Ruby Flog Flay Setup
Automates Ruby code analysis setup using ruby-flog and ruby-flay for consistent style and bug detection.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ruby-flog-flay-setup npx -- -y @trustedskills/ruby-flog-flay-setup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ruby-flog-flay-setup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ruby-flog-flay-setup"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the setup of flog and flay, Ruby static analysis tools. It installs these gems, configures them with sensible defaults, and ensures they are ready for use in a Ruby project. This helps enforce code style and identify potential issues early in the development process.
When to use it
- When starting a new Ruby project and wanting to establish coding standards from the outset.
- To quickly configure
flogandflayon an existing Ruby project without manual setup steps. - For ensuring consistent code quality across multiple Ruby projects within an organization.
- As part of an automated development workflow, such as a CI/CD pipeline.
Key capabilities
- Installs the
floggem. - Installs the
flaygem. - Configures default settings for
flog. - Configures default settings for
flay.
Example prompts
- "Set up flog and flay in my Ruby project."
- "Install and configure the ruby-flog-flay-setup skill."
- “Prepare my environment for Ruby static analysis.”
Tips & gotchas
This skill assumes you have Ruby and a package manager (like Bundler) already installed. Ensure these prerequisites are met before running the skill to avoid installation 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.