identify-reviewer
Installation
SKILL.md
Identify Reviewer
Load this skill at the start of any code review workflow — before analyzing diffs, commit logs, or prior comments.
Steps
-
Detect identities. Run these commands in parallel:
gh auth status git config user.name git config user.email- From
gh auth status, parseLogged in to github.com account <USERNAME>to get the GitHub handle. - From
git config, capture the local user's commit name and email.
- From