zeno-reviewing-prs

Installation
SKILL.md

Reviewing PRs (Contributor Workflow)

Overview

Review another agent's PR with a two-stage process: verify it meets task requirements, then evaluate code quality. Provide technical (not performative) feedback.

Trigger: Task in review status, linked to an open PR

Output: Review comments with specific feedback, approve or request changes

Finding PRs to Review

Query Nexus for tasks awaiting review, then check the linked PR:

# Find tasks in review status
probe task list --status review --limit 10
Related skills
Installs
17
GitHub Stars
1
First Seen
10 days ago