I am a code reviewer¶
Review the newest pull-request context, decide whether the branch is ready, and open local follow-up work when needed.
Scan the queue¶
Start in Activity to find new comments, reviews, and state changes. Open Pulls for the review queue.
The list shows review state, CI, branch information, and repository context. Select an item to open its description, timeline, actions, and diff.
Work the review¶
- Check review state and CI.
- Read the description and latest discussion.
- Inspect the diff and file tree.
- Comment, approve, mark ready, close, reopen, or merge when supported.
Unsupported actions remain visible but unavailable.
Move from review into a coding agent¶
Open Create Workspace and choose a configured agent such as Codex. Kenn
Forge automatically creates and tracks a Git worktree for the pull-request
branch, then launches the agent there. You do not need to run
git worktree add or manage a separate checkout.
Workspaces keeps the branch, session, and review links together. Return to the pull request after local verification or follow-up changes.