概要
Jelly Bulk Edit empowers developers to execute safe, large-scale codebase modifications by leveraging the power of ast-grep. Unlike fragile string-based find-and-replace, this skill understands code structure (AST), allowing for accurate semantic transformations such as migrating legacy syntax, updating logging frameworks, or enforcing new coding standards across thousands of files without breaking application logic. It is an essential tool for modernization projects and maintaining consistency across complex repositories.