Chris ( @Chris_Hofer ),
The closest would be the Bulk Publish / Delete Pages, but it doesn't allow renaming. That was a conscious decision when I wrote it. Pages use the name of the page as the identifier. That meant that if I renamed the page, it would have no way of associating it with the previous page. I also didn't want to figure out the code that determined how titles were sanitized to create URLs.
There is a separate ID, but that would mean adding an extra column that would be meaningless to most people and I was trying to keep it clean.
As Jerry ( @jerry_nguyen ) mentioned, the adjust due dates only works with assignments. They are not tied to the name of the assignment, the ID is required there.