File Editor Skill
Quick Checklist Before Every Edit
- Read first — always
readthe file before editing - Find the exact text — search with
grepfor the literal string you want to match - Check for minification — if the file is minified (no newlines), reformat it first
- Verify context — show 2-3 lines above/below to confirm you're in the right place
- Use correct parameter —
new_stringnotnewText,old_stringnotoldText - **Test aft
[Description truncada. Veja o README completo no GitHub.]