reread-files-before-editing

star 91

Ensure files are re-read before editing to avoid overwriting user changes. Use only when explicitly encouraged to by user.

mikker By mikker schedule Updated 5/5/2026

name: reread-files-before-editing description: Ensure files are re-read before editing to avoid overwriting user changes. Use only when explicitly encouraged to by user.

Re-read Files Before Editing

Rule

Before editing any file, re-read it to ensure you are using the latest version.

Scope

This is a one-time freshness check for the current operation. Do not assume previously read file contents are still valid if the user may have edited them.

Rationale

The user may modify files outside your current context. Using stale content can overwrite those changes.

Behavior

Before making an edit:

  1. Fetch the latest version of the file.
  2. Base your changes on that updated content.
Install via CLI
npx skills add https://github.com/mikker/dotfiles --skill reread-files-before-editing
Repository Details
star Stars 91
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator