Best Practices
- Start with Compilation: Verify document compiles before other checks
- Iterative Refinement: Apply one module at a time for better control
- Preserve Protected Elements: Never modify
@cite,@ref,@label, math environments - Verify Before Commit: Review all suggestions before accepting changes
- Use with version control (git) to track changes