This Claude Code skill implements a defensive programming pattern that mandates the verification of every file write operation. By requiring Claude to read back and compare file contents after a write command, it eliminates silent failures caused by permission issues, disk limitations, or race conditions. This ensures that the codebase remains consistent and that subsequent tasks are performed on valid, confirmed data, significantly reducing debugging time for mysterious I/O-related bugs.