ruby-flog-flay-setup
Installation
SKILL.md
Ruby Flog Flay Setup
Overview
Install flog/flay Rake tasks with env-configurable thresholds and a pre-commit hook that runs bundle exec rake.
Workflow
1) Inspect existing setup
- Check
Gemfileforflogandflayentries. - Search for existing
:flogor:flayrake tasks inRakefileandrakelib/to avoid duplicates. - Check
git config core.hooksPathto determine the hooks directory (default is.git/hookswhen unset).
2) Ensure dependencies
- Add
gem "flay"andgem "flog"toGemfileif missing (no version pinning). - Run
bundle installif needed.