.claude/skills/entire/SKILL.md
Entire CLIを使ってAIコーディングセッションの履歴を検索・確認する。コミットハッシュやチェックポイントを指定してセッションの説明や復元ができる。
npx skillsauth add asonas/dotfiles entireInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Entire CLIを使って、過去のAIコーディングセッションの内容を確認・復元する。
/entire explain [commit-hash] # セッションの説明を生成
/entire rewind [options] # チェックポイントの一覧・復元
/entire status # リポジトリのEntire状態を表示
/entire doctor # 問題のあるセッションを検出・修復
Examples:
/entire explain # 直近セッションの説明
/entire explain abc1234 # 特定コミットのセッション説明
/entire explain --full # 詳細な説明を生成
/entire rewind --list # チェックポイント一覧
/entire status # 現在の状態確認
/entire doctor # スタックしたセッションの修復
引数からサブコマンドを判定する:
explain → セッション説明の生成rewind → チェックポイントの操作status → 状態表示doctor → セッション修復entire status を実行して状態を表示セッションの内容をAIで説明する。
# 直近セッション
entire explain --generate
# 特定コミットのセッション
entire explain --commit <hash> --generate
# 特定チェックポイント
entire explain -c <checkpoint> --generate
# 短い説明
entire explain --generate -s
# 詳細な説明
entire explain --generate --full
# 生のトランスクリプト
entire explain --commit <hash> --raw-transcript
--generate フラグを付けるとAIによる説明が生成される--commit <hash> を付ける-c <number> を付けるチェックポイントの一覧表示・復元。
# チェックポイント一覧
entire rewind --list
# 特定チェックポイントに復元
entire rewind --to <checkpoint>
# ログのみ表示
entire rewind --logs-only
# リセット
entire rewind --reset
注意: --to による復元はファイルの変更を伴うため、実行前にユーザーに確認すること。
entire status
entire status --detailed
現在のリポジトリのEntire状態を表示する。
entire doctor
問題のあるセッション(1時間以上ACTIVEのまま等)を検出し、修復オプションを提示する。 修復アクション(condense/discard/skip)はユーザーに確認してから実行すること。
/recall での追加検索を提案するentire コマンドが見つからない場合: インストール方法を案内するentire enable の実行を提案するdata-ai
Summarize the day's work and append to the daily note in Obsidian.
data-ai
memory-vector と memory-graph を横断検索して過去の記憶を呼び出す。「思い出して」「覚えていますか」「前に話した」等の記憶呼び出し時に使う。
development
Review GitHub Pull Requests. When given a PR URL, fetches diff and comments using gh command, then performs objective and critical code review.
tools
Use when starting the day. Organizes tasks, calendar, and context from previous sessions, then coaches through blockers on Linear issues via interactive dialogue.