If someone has some contributions to a repo like "node/node", I would like to have a link to see their commits, PR's, and/or issues.
eg;
[97 commits](github.com/$ORG/$REPO/commits?author=$USER)
[5 PRs](https://github.com/$ORG/$REPO/issues?q=author%3A$USER+is%3Apr+sort%3Areactions-%2B1-desc)
[5 Issues](https://github.com/$ORG/$REPO/issues?q=author%3A$USER+is%3Aissue+sort%3Areactions-%2B1-desc)
(sorting by most thumbs-up'd being one possibly-helpful thing in this context, but optional).