スキル一覧に戻る
genesiscz

genesis-toolsclaude-history

by genesiscz

Useful tools

1🍴 0📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: genesis-tools:claude-history description: Search Claude Code conversation history. Use for finding past conversations by keywords, files modified, tools used, or time range. Triggers on "find conversation", "search history", "where did I", "where did you", "when did we discuss", "find where", "look up our conversation".

Claude History Search

Search through Claude Code conversation history to find past interactions.

Quick Reference

# Basic search
tools claude-history "keyword"

# Search with filters
tools claude-history "query" --tool Edit --since "7 days ago"

# Interactive mode
tools claude-history -i

Common Use Cases

Find by Keywords

tools claude-history "backup mcp-manager refactor"
tools claude-history "authentication bug" --exact

Find by File Modified

tools claude-history --file "config/api.php"
tools claude-history --file "*.tsx" --tool Edit

Find by Tool Usage

tools claude-history --tool Edit --since "7 days ago"
tools claude-history --tool Task --limit 50

Find by Project

tools claude-history "timer" --project GenesisTools
tools claude-history "migration" --all  # Search all projects

Show Context

tools claude-history "timer" --context 10  # 10 messages before/after

CLI Options

OptionDescription
-i, --interactiveInteractive mode with autocomplete
-p, --project <name>Filter by project name
--allSearch all projects
-f, --file <pattern>Filter by file path pattern
-t, --tool <name>Filter by tool (Edit, Write, Bash, etc.)
--since <date>Since date (e.g., "7 days ago", "yesterday")
--until <date>Until date
-l, --limit <n>Limit results (default: 20)
-c, --context <n>Show N messages before/after match
--exactExact match instead of fuzzy
--regexUse regex for query
--agents-onlyOnly search subagent conversations
--exclude-agentsExclude subagent conversations
--exclude-thinkingExclude thinking blocks
--format <type>Output: ai (default), json

Output Formats

Default (ai): Perfect markdown with summaries and file paths With --context: Shows surrounding messages in markdown JSON: Raw JSON for programmatic use

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です