mit einem Klick
ruby-fast-cop
ruby-fast-cop enthält 3 gesammelte Skills von rajnaveen344, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
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.