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

  1. Detect identities. Run these commands in parallel:

    gh auth status
    git config user.name
    git config user.email
    
    • From gh auth status, parse Logged in to github.com account <USERNAME> to get the GitHub handle.
    • From git config, capture the local user's commit name and email.
Installs
29
GitHub Stars
8.3K
First Seen
Mar 20, 2026
identify-reviewer — cloudflare/workerd