bonfire-review-pr
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Review Pull Request
Review a GitHub PR in an isolated worktree, then post inline comments on findings.
Git root: !git rev-parse --show-toplevel
Step 1: Parse Arguments
Extract PR number from $ARGUMENTS:
333or#333→ PR number 333- Empty → Show usage and abort
Usage: /bonfire-review-pr <pr-number>
If no PR number provided:
"Usage:
/bonfire-review-pr <pr-number>Example:
/bonfire-review-pr 333"
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-review
Review work for blindspots, gaps, and improvements
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
4