Skill: Integration Tests for Update/Mutation Paths
Flag: New logic that handles an update case (as opposed to create or delete), with no corresponding integration test.
Ask: "Do we have an integration test covering this update scenario?" Unit tests alone are not sufficient — update paths are a common source of subtle bugs and should be covered in test/integration/.