Review past task and TODO history from previous sessions. Use when asked to review past work, check what was done, or reflect on completed tasks.
From mutilsnpx claudepluginhub masseater/claude-code-plugin --plugin mutilsThis skill is limited to using the following tools:
query.tsGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Display task and TODO history persisted by the task-history PostToolUse hook.
$ARGUMENTS
Run the query tool to retrieve history:
${CLAUDE_PLUGIN_ROOT}/skills/task-history/query.ts [options]
| Flag | Description | Default |
|---|---|---|
--recent N | Show last N events | 50 |
--session ID | Filter by session ID | (all) |
--status STATUS | Filter by status (pending, in_progress, completed) | (all) |
--since DATE | Show events since ISO date | (all) |
# Recent 50 events (default)
${CLAUDE_PLUGIN_ROOT}/skills/task-history/query.ts
# Only completed tasks
${CLAUDE_PLUGIN_ROOT}/skills/task-history/query.ts --status completed
# Events from today
${CLAUDE_PLUGIN_ROOT}/skills/task-history/query.ts --since 2026-03-24