원클릭으로
ruby-fast-cop
ruby-fast-cop에는 rajnaveen344에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Import and validate RuboCop test fixtures. Use for syncing tests from RuboCop specs, checking coverage, fixing invalid TOML files, or manually importing specific cops.
Review changed code for reuse, quality, and efficiency, then fix any issues found. Post-implementation review that compares Rust cop against original RuboCop Ruby source to evaluate complexity, identify simplification opportunities, and ensure structural parity.
Comprehensive API reference for the ruby-prism Rust crate (v1.9.0) used in ruby-fast-cop. MUST consult when implementing new RuboCop cops, debugging Prism-related compilation errors (E0282, E0106, E0599), or working with AST node traversal. Covers node ownership model, BlockNode/CallNode relationship, type inference gotchas, Visit trait patterns, and all 148 node types with their accessors.