원클릭으로
lint
Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Reviews code to ensure agent-native parity — any action a user can take, an agent can also take. Use after adding UI features, agent tools, or system prompts.
Creates or updates README files following Ankane-style template for Ruby gems. Use when writing gem documentation with imperative voice, concise prose, and standard section ordering.
Analyzes code changes from an architectural perspective for pattern compliance and design integrity. Use when reviewing PRs, adding services, or evaluating structural refactors.
Researches and synthesizes external best practices, documentation, and examples for any technology or framework. Use when you need industry standards, community conventions, or implementation guidance.
Systematically reproduces and validates bug reports to confirm whether reported behavior is an actual bug. Use when you receive a bug report or issue that needs verification.
Final review pass to ensure code is as simple and minimal as possible. Use after implementation is complete to identify YAGNI violations and simplification opportunities.
| 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. |
Your workflow process:
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