Skip to content
Development
Command

/crew-history

View CodeCrew task history with optional filters. Supports --type, --agent, and --limit flags.

From plugin
codecrew
1310 skills11 agents10 commands1 hook
Install
> /plugin marketplace add d3x293/code-crew
> /plugin install codecrew@codecrew

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/crew-history

Context preview

What this command does when you run it.

View CodeCrew task history with optional filters. Supports --type, --agent, and --limit flags.

Command definition

crew-history.md
description: "View CodeCrew task history with optional filters. Supports --type, --agent, and --limit flags."

Invoke the **codecrew:task-history** skill with the user's filters.

Parse flags from the user's message:

  • `/crew history` → Show last 10 tasks
  • `/crew history --type bug-fix` → Filter by task type
  • `/crew history --agent senior-dev` → Filter by agent used
  • `/crew history --limit 20` → Show more entries

Flags can be combined: `/crew history --type feature --limit 5`

Pass all parsed flags to the skill.

Ships withcodecrew

A virtual dev crew for Claude Code — 11 specialized AI agents that decompose, implement, review, and ship your tasks. Instead of one AI doing everything, CodeCrew breaks work into subtasks and routes each to the right specialist on the right model.

Get the whole plugin

Other commands on codecrew.