bonfire-review
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Review Work
Strategic review using subagent for analysis, preserving main context for action decisions.
Git root: !git rev-parse --show-toplevel
Step 1: Determine Scope
Based on $ARGUMENTS:
- No args: Review current branch vs base
--session: Review work captured in current session context- Topic/area: Focus review on specific aspect
Step 2: Gather Context
- Read session context from
<git-root>/.bonfire/index.md - Get branch diff:
git diff main...HEAD(or appropriate base) - Read relevant specs/docs from
.bonfire/ - Understand intent: what were we trying to accomplish?
More from vieko/bonfire
bonfire
Session context persistence for AI coding. Pick up exactly where you left off.
98bonfire-document
Create documentation about a topic in the codebase
4bonfire-start
Start a new session - reads context, sets up Tasks
4bonfire-context
Read project session context from .bonfire/index.md to understand ongoing work, previous decisions, blockers, and history. Use when the user asks about project context, previous sessions, what was worked on before, architectural decisions, blockers, or when they reference "last time", "previously", "the session", or "what we decided".
4bonfire-spec
Create an implementation spec for a feature or task
4bonfire-end
End session - update context, run health check, and archive completed work
4