Review Sprint banner
0xHoneyJar 0xHoneyJar

Review Sprint

Code Quality community

Description

--- description: Launch the senior technical lead reviewer to validate sprint implementation, check code quality, and provide feedback args: <sprint-name> [background] --- I'm launching the senior-tech-lead-reviewer agent to thoroughly review the sprint implementation. **Sprint**: {{ $ARGUMENTS[0] if $ARGUMENTS else "ERROR: sprint-name required (e.g., sprint-1)" }} The agent will: 1. **Validate sprint argument** and verify `docs/a2a/{{ $ARGUMENTS[0] }}/` exists 2. **Read context documents**:

Installation

Installs to ~/.claude/commands/0xhoneyjar-agentic-base-review-sprint.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xHoneyJar/agentic-base/HEAD/.claude/commands/review-sprint.md -o ~/.claude/commands/0xhoneyjar-agentic-base-review-sprint.md

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

Full documentation available on GitHub

View Source Repository