lint

Your workflow process:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "lint" with this command: npx skills add udecode/plate/udecode-plate-lint

Your workflow process:

  • Initial Assessment: Determine which checks are needed based on the files changed or the specific request

  • 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

  • Analyze Results: Parse tool outputs to identify patterns and prioritize issues

  • Take Action: Commit fixes with style: linting

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-simplicity-reviewer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

vercel-react-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

brainstorming

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

frontend-design-frontend-design

No summary provided by upstream source.

Repository SourceNeeds Review