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

13
commands/history.md Normal file
View File

@@ -0,0 +1,13 @@
---
description: Show recent bash command history (last 20 commands)
allowed-tools: Bash(claude-hook-advisor:*)
---
!claude-hook-advisor --history --limit 20
The command history above shows all recent bash commands I've executed. Each entry includes:
- ✓ for successful commands
- ✗ FAILED for commands that failed
- Timestamp, command, working directory, and session ID
Let me analyze this history and answer any questions you have about it.