process-reviews

Installation
SKILL.md

Process Reviews

Autonomous loop that finds PRs ready for review, delegates each to the code-review skill, and updates labels based on the result. A human always makes the final merge decision.

Comment Authorship

All comments posted by this workflow run under the same GitHub account as the user. To distinguish AI comments from human comments, every comment posted by AI MUST start with **[AI]**. When reading comments, use this rule:

  • Starts with **[AI]** → posted by AI (previous runs)
  • Does NOT start with **[AI]** → posted by a human

Worktree Isolation

This skill MUST run in its own git worktree to avoid conflicts with other parallel Claude instances.

Before starting, check if already in a worktree:

git rev-parse --show-toplevel
Related skills

More from hifisaputra/skills

Installs
9
First Seen
Mar 22, 2026