From lisa-rails
This skill should be used when fixing all violations of one or more RuboCop cops across the codebase. It runs RuboCop, groups violations by cop and file, generates a brief with fix strategies, and creates a plan with tasks to implement the fixes.
npx claudepluginhub codyswanngt/lisa --plugin lisa-railsThis skill is limited to using the following tools:
Target cops: $ARGUMENTS
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Target cops: $ARGUMENTS
If no arguments provided, prompt the user for at least one RuboCop cop name.
bundle exec rubocop --format json 2>&1
Compile the gathered information into a structured brief:
Fix RuboCop violations for cops: $ARGUMENTS
Violations by cop:
- [CopName1]: X total violations across Y files
- [file]: N violations (lines: ...)
- ...
- [CopName2]: X total violations across Y files
- ...
Fix strategies: extract methods, reduce complexity, apply auto-correct where safe
Verification: `bundle exec rubocop --format simple 2>&1 | grep -E "($ARGUMENTS)" | wc -l` -> Expected: 0
Invoke /plan-execute with this brief to create the implementation plan.