star-chamber

Coordinate multi-LLM advisory reviews of code and architecture across providers.

22|3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/peteski22/claude-pragma --skill star-chamber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: star-chamber
Source: https://github.com/peteski22/claude-pragma/tree/main/skills/advisory/star-chamber
Command: npx skills add https://github.com/peteski22/claude-pragma --skill star-chamber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Star-Chamber skill coordinates advisory multi-LLM reviews of code and architecture by distributing prompts across providers and aggregating their feedback into a coherent recommendation.

Core Features & Use Cases

  • Advisory multi-LLM review: parallel evaluation and optional debate modes to surface diverse perspectives without enforcing blockers.
  • Consensus aggregation: collects responses from multiple providers and surfaces a consolidated set of findings and recommendations.
  • Platform-ready configuration: supports ANY_LLM_KEY platform or direct provider keys via a providers.json file for flexible deployments.

Quick Start

Pipe your review prompt into the skill and run it against the configured providers. Examples include:

  • star-chamber (reads prompt from stdin and uses the configured providers)
  • cat prompt.txt | star-chamber For multi-round deliberation, use the debate and rounds options in Claude Code (manual-only).

Frequently Asked Questions about star-chamber

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run multi-LLM code reviews to get a consensus on my architecture?

Multi-LLM code reviews coordinate advisory evaluations by distributing prompts across multiple providers. The system aggregates their responses to surface a consolidated set of findings and recommendations without enforcing blockers.

What do I need to configure before setting up multi-LLM architecture reviews?

You need uv run to manage provider SDKs, a providers.json configuration file, and either any-llm.ai platform keys or individual provider API keys. These components are required for the skill to distribute prompts and operate correctly.

Can I use multiple provider API keys for consensus code review?

Yes, consensus code review supports both ANY_LLM_KEY platform keys and direct individual provider API keys. You configure these credentials in a providers.json file for flexible deployment across multiple providers.

How does the debate mode work for multi-LLM code review?

Debate mode enables multi-round deliberation by allowing configured providers to evaluate prompts in parallel and structured debate formats. You can manually trigger this mode using the debate and rounds options in Claude Code to surface diverse perspectives.

Does the consensus code review skill block my pipeline if providers find issues?

No, the consensus code review skill is advisory only. It surfaces diverse perspectives and consolidated findings without enforcing blockers, allowing you to review aggregated feedback without halting your pipeline.