Acerca de
This skill automates the resolution of Git merge conflicts within database schema files, specifically focusing on the version timestamp in files like db/schema.rb. When multiple developers run migrations simultaneously, conflicts often occur in the schema versioning. This tool uses git diff to identify these conflicts and programmatically chooses the latest timestamp to ensure the schema reflects the most up-to-date state of the database, saving developers from tedious manual editing and potential migration errors.