AgentStack
SKILL verified MIT Self-run

Task History

skill-d3x293-code-crew-task-history · by d3x293

Reads and displays task execution history from crew-history.json with filtering by type, agent, cost, and configurable limits.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-d3x293-code-crew-task-history

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Task History? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Task History - Execution History Viewer

Displays past task executions with filtering and cost analysis.

When to Activate

  • User runs /crew history [flags]

Prerequisites

  • .claude/crew-history.json must exist (created after first task execution)
  • If missing: display "No history yet. Run /crew task to start."

Process

Step 1: Read History

Read .claude/crew-history.json — this is a JSON array of task entries (see execution-orchestrator for schema).

Step 2: Apply Filters

| Flag | Filter Logic | |------|-------------| | --type | Keep only entries where type matches (bug-fix, feature, refactor, docs, test, security, devops, review, performance) | | --agent | Keep only entries where agents[] contains an agent with matching name | | --limit | Show last N entries (default: 10) |

Filters stack: --type bug-fix --agent debugger shows bug-fixes that involved the debugger.

Step 3: Display Results

Display format:

Task History ({count} tasks shown, {total} total):

  # | Timestamp           | Type       | Complexity | Agents                    | Mode    | Status
  1 | 2026-04-04 12:00   | bug-fix    | moderate   | debugger, senior-dev      | full    | SUCCESS
  2 | 2026-04-04 11:30   | docs       | trivial    | doc-writer                | lite    | SUCCESS
  3 | 2026-04-04 10:15   | feature    | complex    | vp-eng, senior-dev, test  | full    | SUCCESS

Step 4: Summary Stats

After the table, show:

{count} tasks | Top: {type}({n}), {agent}({n}) | {percent}% success

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.