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.
Related skills

More from cloudflare/workerd

Installs
16
GitHub Stars
8.2K
First Seen
Mar 20, 2026