Agent
Load review rationale from a sidecar and opt into rich terminal-native note markup.
Agent
Load review rationale from a sidecar and opt into rich terminal-native note markup.
Agent
Attach human or agent review notes to the code and navigate them in context.
Agent
Let a coding agent inspect and guide a live Hunk review without giving up the human review UI.
Agent Claude Code
Implements an approved GitWand plan, one step at a time, test-first. Full edit access. Use after a plan is approved to write the actual code on a feature branch.
Agent Claude Code
Turns a GitWand spec or roadmap item into a step-by-step implementation plan. Read-only except for writing the plan document. Use when you have an approved design/spec and need a detailed, reviewable implementation plan before any code is written.
Agent Claude Code
Adversarially verifies a GitWand change before PR — runs the test suites, checks AGENTS.md compliance, and reviews the diff. Read-only (no Edit/Write) so the review stays honest. Use after the executor finishes, before opening a PR.
Agent
CI helper for /monitor-ci. Fetches CI status, retrieves fix details, or updates self-healing fixes. Executes one MCP tool call and returns the result.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and PRDs for this repo live as GitHub issues in a9a4k/tour. Use the gh CLI for all operations.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Agent
An agent that maps a code patch: which parts changed, what each change is meant to do, and how the changed parts depend on one another.
Agent
An agent that explains how a code change alters what a program does while it runs, including how data moves through the code before and after the change.
Agent
A Python code teacher that explains only unfamiliar Python syntax and patterns appearing in changed code. It focuses on why each construct was used there, rather than giving a general lesson.