Crew History banner
d3x293 d3x293

Crew History

Productivity community

Description

--- 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 a

Installation

Installs to ~/.claude/skills/d3x293-code-crew-crew-history/SKILL.md

Terminal
mkdir -p ~/.claude/skills/d3x293-code-crew-crew-history && curl -fsSL https://raw.githubusercontent.com/d3x293/code-crew/HEAD/commands/crew-history.md -o ~/.claude/skills/d3x293-code-crew-crew-history/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository