Coordinates, data flow, state correctness and dimensional analysis.
Read agent definition ↗LORD OF THE CODE / REVIEW COUNCIL
Give the change
a council.
Correctness needs a different eye from security, performance or user experience. Choose a formation of specialized reviewers, then carry the findings into the work.
10 CHARACTERS · OPUS / SONNET / HAIKU · /lotc
Choose a review formation
SELECTED FORMATION
The Three Seers
A deep review of correctness, architecture and user experience.
Sauron · Gandalf · Frodo
/lotc three-seersThe chooser shows the skill’s documented formations. Run the command in Claude Code after installation.
The specialists / character reference
Maintainability, API design and abstraction boundaries.
Read agent definition ↗User workflows, error messages and edge cases.
Read agent definition ↗Input validation, boundary defense and resource exhaustion.
Read agent definition ↗Hot paths, memory behavior and algorithmic complexity.
Read agent definition ↗Dependencies, cross-platform builds and CI/CD.
Read agent definition ↗Test coverage, assertion quality and reviewer selection.
Read agent definition ↗Operates the local-LLM anvil for a Trio channel.
Read agent definition ↗Crash finding, edge cases and repeated bug-hunting waves.
Read agent definition ↗Naming, style, dead code and TODO tracking.
Read agent definition ↗Install the skill and agents
The installer adds the skill, ten agent definitions and the /lotc shorthand to your Claude Code configuration.
git clone https://github.com/thereprocase/lord-of-the-code
cd lord-of-the-code
bash install.shRestart Claude Code, then enter /lotc without arguments to let an Ent triage the code and recommend reviewers.
Review formations launch multiple model calls. The selected roles and formation determine how broad the review becomes.
Scribe-Merge / findings into a pull request
/lotc scribe-merge reads the branch diff and recommends reviewers. It records their findings in docs/kbn-reports/{branch}-merge-review.md, presents fixes for approval, and recommends another review when substantial changes need one.
The final phase pushes the branch and creates a GitHub PR or GitLab MR with the report summary. The skill requests user confirmation at each phase; creating the request is distinct from merging it.
Use the right perspective
- New module
/lotc three-seersfor correctness, architecture and UX.- Before implementation
/lotc council-of-elrondfor an API or system design review.- Before release
/lotc hordefor repeated adversarial sweeps, or the full War Council for a broad audit.- Focused question
- Choose Aragorn for security, Legolas for performance, Gimli for builds, or Ents for tests. The source definitions document each role.