Multi-step research audit workflow that combines search, trail, and stats to produce a comprehensive report on what you've researched about a topic. Use when user asks: "audit my research on...", "what do I know about...", "research summary for...", "how much did I research...". Triggers: "research audit", "research summary", "what do I know about", "how much did I research", "research report"
Prerequisite: Load skills:
bhist-shared,bhist-history,bhist-trail
When the user wants a comprehensive summary of their research on a topic — what they read, when, how deep they went, and what sources they used.
uv run bhist history search -q "<topic>" --since 30d --limit 200
Parse the JSON output. Note total count and top domains from results.
uv run bhist +trail "<topic>" --since 30d --gap 10
This shows when research happened and how it was structured over time.
uv run bhist +domains --since 30d --top 50
Cross-reference with domains from Step 1 to understand depth per source.
Agent reasoning: Combine the data into a narrative:
Format as a structured research report:
uv run bhist cache refresh first