From 5c1cc00334166f84f2ee272908f5cc05cd7d5a96 Mon Sep 17 00:00:00 2001 From: Hugo Nijhuis Date: Mon, 29 Dec 2025 00:38:54 +0100 Subject: [PATCH] Add auto-review step to /work-issue command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds step 8 to spawn the code-reviewer agent in background after PR creation. The agent will review the PR diff and post feedback as a comment. Closes #11 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- commands/work-issue.md | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/work-issue.md b/commands/work-issue.md index c855528..cbee6ad 100644 --- a/commands/work-issue.md +++ b/commands/work-issue.md @@ -12,3 +12,4 @@ argument-hint: 5. **Commit** with message referencing the issue 6. **Push**: `git push -u origin ` 7. **Create PR**: `fj pr create "[Issue #$1] " --body "Closes #$1"` +8. **Auto-review**: Inform the user that auto-review is starting, then spawn the `code-reviewer` agent in background (using `run_in_background: true`) with the PR number