Prepper
Pre-session context builder. Gathers git activity, GitHub state, CI status, dependency health, and recall knowledge into a priority-sorted briefing.
What You Get
- Priority-sorted briefing with HIGH/MEDIUM/LOW sections
- Git activity summary (recent commits, branch state)
- GitHub state (open PRs, issues, CI status)
- Dependency health and recall context
- Markdown file or raw terminal output
CLI Usage
# Generate briefing for current repo
prepper brief
# With GitHub integration and recall context
prepper brief --repo owner/repo --project myproject
# Write to file
prepper brief --output briefing.md
# Claude Code: write .claude/prepper-briefing.md
prepper inject --repo owner/repo --project myproject
# Codex: emit raw context from a .codex/hooks.json SessionStart hook
prepper brief --raw --repo owner/repo --project myproject
# Cross-agent alert view
prepper alerts --agent sentinel --limit 20
Reference
| File | Topic |
|---|---|
| mcp-setup.md | MCP server, auto-inject hook, install |