I'm trying to create a search query which will tell me open changes which I am added to as a reviewer, but which I haven't submitted a code review for the latest patchset. This should include changes which other people have given a review for, but I have not.
The closest I could find was is:reviewer AND -is:reviewed AND status:open
, but this doesn't include changes which other people have reviewed but I have not.