Convenience commands to trigger CI

Does CircleCi support triggering rebuilds via comments on a PR?

Similar plugin for jenkins: https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin

By default, CircleCi will build on create of PR for any project being watched, and also on any commit to the PR. That seems to be what that plugin does, just without having to request it.