CRITICAL: Use for addressing mutability issues in code. This skill is triggered by errors and keywords related to mutable borrows, immutable borrows, interior mutability patterns (Cell, RefCell), and synchronization primitives (Mutex, RwLock). It also handles scenarios involving borrowing conflicts.