Monitors development session progress and suggests archiving completed work once pull requests are successfully merged.
The Bonfire Archive Assistant streamlines your development workflow by intelligently detecting when a coding session has reached its logical conclusion. By monitoring Git actions—specifically pull request merges—and analyzing the state of your .bonfire/ index files, this skill proactively suggests moving completed tasks to your archive. It prevents workspace clutter by identifying finished milestones and prompting for the /bonfire-archive command, ensuring your active session notes stay focused on current tasks while preserving history.
Key Features
01Support for multi-PR session workflows
02Automatic PR merge detection via GitHub CLI
03Context-aware archiving suggestions
04Session state analysis using .bonfire/index.md
05Verification of remaining tasks before suggesting cleanup
061 GitHub stars
Use Cases
01Identifying when a session is complete based on keywords like 'ship it' or 'done'
02Prompting for cleanup immediately after a successful 'gh pr merge' command
03Checking session notes to ensure no follow-up work remains before archiving