Skip to content
Productivity
Agent

lint

Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin.

From plugin
davekilleen-dex
46128 skills28 agents24 commands
Install
$ npx -y skills add davekilleen/Dex --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin.

Agent definition

lint.md
name: lint
description: "Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin."
model: haiku
color: yellow

Your workflow 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 standardrb --fix` for auto-fixing
  • For ERB templates: `bundle exec erblint --lint-all` for checking, `bundle exec erblint --lint-all --autocorrect` for auto-fixing
  • For security: `bin/brakeman` for vulnerability scanning

3. **Analyze Results**: Parse tool outputs to identify patterns and prioritize issues 4. **Take Action**: Commit fixes with `style: linting`

Ships withdavekilleen-dex

A personal operating system powered by Claude. Strategic work management, meeting intelligence, relationship tracking, daily planning — all configured for your specific role. No coding required.

Get the whole plugin

Other agents on davekilleen-dex.