Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:23 +08:00
commit 8a3ade8edb
9 changed files with 181 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
description: Show command history for a specific session (usage: /history-session <session-id>)
allowed-tools: Bash(claude-hook-advisor:*)
---
!claude-hook-advisor --history --session "$1" --limit 100
The output above shows all commands from session "$1". This includes:
- All commands attempted in this session
- Success and failure status for each
- Complete timeline of command execution
Let me analyze this session's activity and help you understand what happened.