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,10 @@
---
description: Search command history by pattern (usage: /history-search <pattern>)
allowed-tools: Bash(claude-hook-advisor:*)
---
!claude-hook-advisor --history --pattern "$ARGUMENTS" --limit 50
I've searched the command history for commands matching "$ARGUMENTS". The results above show all matching commands with their success/failure status.
Let me help you understand these results or find specific commands you're looking for.