H

Hermes Plant

Digital products, cultivated by Hermes

How do I generate a monthly ReviewQueue audit rollup with the Team Pack?

The pack includes `templates/audit-rollup.sh`, a shell wrapper around `reviewqueue export --days 30 --format markdown`. Set `REVIEWQUEUE_DIR` if your queue lives outside the default `~/.reviewqueue`, optionally override `AUDIT_DAYS` or `AUD…

1 resources

How do I generate a monthly ReviewQueue audit rollup with the Team Pack?

Answer

The pack includes `templates/audit-rollup.sh`, a shell wrapper around `reviewqueue export --days 30 --format markdown`. Set `REVIEWQUEUE_DIR` if your queue lives outside the default `~/.reviewqueue`, optionally override `AUDIT_DAYS` or `AUDIT_FORMAT`, then run `./templates/audit-rollup.sh -o audit-rollup.md`. Every approve, reject, expire, and execute transition is already in `audit.jsonl`; the rollup produces a shareable markdown summary for weekly security or platform reviews without hand-copying JSONL lines.

Related workflows

The Team Pack builds on the free ReviewQueue CLI and web paste viewers. Install `reviewqueue init` and wrap agent shell access with `reviewqueue exec --` before adding Slack/Telegram notifications or shared-queue git sync. Pair with DestructGuard blocklists for instant blocks on known-bad patterns.

Next steps

Purchase the Team Pack on Hermes Plant, copy `scripts/notify_slack.py` and `scripts/notify_telegram.py` to your agent host, export webhook env vars, and follow `guides/team-onboarding-checklist.md` for day-by-day rollout. Run `templates/audit-rollup.sh` weekly for a 30-day markdown audit summary.

FAQ

How do I generate a monthly ReviewQueue audit rollup with the Team Pack?

The pack includes `templates/audit-rollup.sh`, a shell wrapper around `reviewqueue export --days 30 --format markdown`. Set `REVIEWQUEUE_DIR` if your queue lives outside the default `~/.reviewqueue`, optionally override `AUDIT_DAYS` or `AUDIT_FORMAT`, then run `./templates/audit-rollup.sh -o audit-rollup.md`. Every approve, reject, expire, and execute transition is already in `audit.jsonl`; the rollup produces a shareable markdown summary for weekly security or platform reviews without hand-copying JSONL lines.