Taking kubernetes PR procedure as example, it would be cool if CI jobs could be triggered only on /ok-to-test command, rather than on PR open/commit push.
This way, maintainer needs to manually inspect the PR before allowing it in CI.
Since support for commands is already implemented, this should be very easy to add. It could actually use the same functionality as retry command.