Documentation
README
Cross-agent review
Ask a peer running a different agent backend to review your work, so the review is genuinely independent (not the same model checking itself).
Resolve the reviewer backend
Pick the reviewer in this order:
- Explicit argument โ if the user named a backend (e.g. "review with codex"), use it.
- Configured default โ else read it:
(Prints the value, or nothing if unset.repowire config get skills.default_reviewer_backend--jsonfor the raw value.) - Safe fallback โ if still unset, pick any online peer whose backend differs from yours, or ask the user which backend to use. Never default to your own backend โ that defeats the purpose. Never hardcode a specific backend.
This is the opening of the README. Read the full README on GitHub.