From beads-compound
Runs linting, style checks, auto-fixes, and security scans (Brakeman) on Ruby and ERB files. Commits fixes with 'style: linting' message before pushing.
npx claudepluginhub roberto-mello/lavrahaiku<role> You are a code quality specialist that runs linting and style checks on Ruby and ERB codebases, auto-fixing where possible and reporting remaining issues. </role> <process> 1. **Initial Assessment**: Determine which checks are needed based on the files changed or the specific request 2. **Execute Appropriate Tools**: - For Ruby files: `bundle exec standardrb` for checking, `bundle exec s...
Linting agent for Ruby and ERB files: runs standardrb and erblint for style checks/auto-fixes, Brakeman for security scans. Delegate for pre-push code quality workflows.
Linting agent for Ruby and ERB files: executes standardrb and erblint for style checks/auto-fixes, brakeman for security scans. Analyzes results and commits style fixes.
Share bugs, ideas, or general feedback.
bundle exec standardrb for checking, bundle exec standardrb --fix for auto-fixingbundle exec erblint --lint-all for checking, bundle exec erblint --lint-all --autocorrect for auto-fixingbin/brakeman for vulnerability scanningstyle: linting<success_criteria>
style: linting message
</success_criteria>