description: Review work for blindspots, gaps, and improvements
Strategic review using subagent for analysis, preserving main context for action decisions.
Based on $ARGUMENTS:
--session: Review work captured in current session context<git-root>/.bonfire/index.mdgit diff main...HEAD (or appropriate base).bonfire/Use the Task tool to invoke the work-reviewer subagent.
Provide the review context:
Review this work for blindspots, gaps, and improvements.
**Scope**: [Branch diff / session work / specific area]
**Intent**: [What we were trying to accomplish - from session context]
**Files changed**:
[List of modified files from git diff]
**Session context**:
[Relevant notes from index.md]
Return categorized findings with severity and effort estimates.
Wait for the subagent to return findings before proceeding.
The subagent runs in isolated context (sonnet model), preserving main context for action decisions.
Check if <git-root>/.bonfire/scripts/ contains any files.
If scripts exist, include in findings:
scripts/ directoryThis is informational - actual script management happens during /bonfire:end.
Present the subagent's findings grouped by recommended action:
[List items from subagent that can be fixed immediately]
Ask: "Want me to fix these now?"
[List items that need implementation planning]
Ask: "Want me to create an implementation spec?"
[List items for future sessions]
Ask: "Want me to create GitHub/Linear issues?"
Based on user choice:
/bonfire:spec with findingsFirst, read <git-root>/.bonfire/config.json and check linearEnabled.
Offer choices based on config:
linearEnabled is true: Also offer "Create Linear issue"GitHub Issue Creation:
gh issue create --title "Finding title" --body "Finding details"
Linear Issue Creation (if enabled):
linear_create_issue tool with:
title: Finding summarydescription: Finding details with contextteamId: Infer from session context if available, otherwise use defaultNote: Tool names may vary by Linear MCP implementation.
For each created issue:
Add review outcomes to <git-root>/.bonfire/index.md: