Skip to content
thereprocase / All projectsAGENT-COLLABORATIONSource on GitHub ↗

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

CLAUDE CODE COMMAND
/lotc three-seers

The chooser shows the skill’s documented formations. Run the command in Claude Code after installation.

The specialists / character reference

Install the skill and agents

The installer adds the skill, ten agent definitions and the /lotc shorthand to your Claude Code configuration.

BASH / INSTALL
git clone https://github.com/thereprocase/lord-of-the-code
cd lord-of-the-code
bash install.sh

Restart 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-seers for correctness, architecture and UX.
Before implementation
/lotc council-of-elrond for an API or system design review.
Before release
/lotc horde for 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.