Performance Review banner
seabbs seabbs

Performance Review

Development community

Description

Analyse agent and command usage effectiveness in this conversation. 1. Review the conversation history 2. Identify which agents/commands were invoked and for what purposes 3. Evaluate whether the right tool was chosen for each task 4. Check for redundant or inefficient calls 5. Note missed opportunities for better tool use 6. Write a structured report to `~/.claude/review/conversation-review-[timestamp].md` 7. Include: executive summary, usage analysis, key findings, recommendations

Installation

Installs to ~/.claude/skills/seabbs-claude-performance-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/seabbs-claude-performance-review && curl -fsSL https://raw.githubusercontent.com/seabbs/claude/HEAD/commands/performance-review.md -o ~/.claude/skills/seabbs-claude-performance-review/SKILL.md

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

Full documentation available on GitHub

View Source Repository