Fast search through git history, retrospectives, issues, and codebase.
Search git history, retrospectives, issues, and codebase for context about a topic. Use when you need background information before making changes.
/plugin marketplace add laris-co/nat-agents-core/plugin install laris-co-nat-agents-core@laris-co/nat-agents-coreFast search through git history, retrospectives, issues, and codebase.
/context-finder [query]
Use the Task tool with subagent_type context-finder:
subagent_type: context-finder
model: haiku
prompt: |
Search for context about: $ARGUMENTS
Run these commands:
1. git log --oneline --all --grep="$ARGUMENTS" -10
2. git log --oneline -20 | grep -i "$ARGUMENTS" || true
3. Find files mentioning the topic
4. Check retrospectives/ and context/ folders
Return compact summary of what you found.
If no arguments provided, show recent context:
ARGUMENTS: $ARGUMENTS