From worker
Use when user wants to notify someone about a merge request, send MR link to reviewer, or message the team about code ready for review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/worker:notify-reviewerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Send a merge request link to the appropriate communication channel to notify the reviewer.
Send a merge request link to the appropriate communication channel to notify the reviewer.
REQUIRED SUB-SKILL: Use worker:find-poc to identify the appropriate reviewer.
This will return:
Search memory for communication preferences:
memory/corps/tools/ for Slack, Teams, Email configurationsCommon channels:
Create a clear, concise message:
🔍 Code Review Request
Branch: <branch-name>
MR: <mr-link>
Summary: <brief description of changes>
Please review when you have time.
Send to the appropriate channel:
Slack:
# Use Slack CLI or webhook if configured
slack chat send --channel "#code-reviews" --text "<message>"
Teams:
# Use Teams webhook if configured
curl -X POST <teams-webhook-url> -d "<message>"
Email:
Report:
npx claudepluginhub peiyuanqi/work-like-me --plugin workerGuides communication with human developers in code reviews, issues, and status updates. Uses reference patterns for constructive feedback, tone assessment, and conflict resolution.
Manages GitLab merge requests via glab: create from commits, list/view/checkout, merge with auto-handling, block MRs, handle reviews/discussions/stacks.
Posts project updates to team chat, triages feedback from responses, and plans next steps. Discovers tools (chat, git, issues, tasks) on first run and saves playbook for reuse.