Council Skill
A mega-skill that keeps Claude as your daily driver while tapping Gemini, Codex, or any OpenRouter model for a second opinion.
Before & after
Same prompt, same agent — the only difference is the skill.
I can review your code and give you feedback. If you want a second opinion, I could think about it from a different angle and point out potential issues. You might also want to ask other developers for their perspective, which often helps catch things that one person misses. Getting multiple viewpoints on important decisions is always a good idea. Would you like me to review it, or would you prefer to gather feedback from multiple people? I can give you my thoughts and maybe suggest what questions to ask others.
MULTI-MODEL AUDIT REPORT CODE SUBMISSION • Function: pagination handler (sort + cursor logic) • Context: handles 10k+ row datasets; performance-sensitive • Claude assessment: "Clean iteration; edge case on cursor null" MODEL REVIEW SUMMARY CLAUDE (Primary model) • Rating: 7/10 | Concern: cursor null handling incomplete • Feedback: Add guard clause for null cursors; current code crashes on first page • Suggestion: Test with empty result set before deploy GEMINI (Secondary model via OpenRouter) • Rating: 8/10 | Concern: performance at scale • Feedback: Index on sort_key column critical; query plan will fail without it • Suggestion: Add database query explain comment; include migration script CODEX (Third model) • Rating: 6/10 | Concern: API contract not documented • Feedback: Cursor format not declared; callers guessing format • Suggestion: Add JSDoc block with cursor format spec (base64 encoded timestamp) SYNTHESIS (Consensus) ✗ HIGH PRIORITY: Add cursor null guard + empty result test (Claude + Codex agree) ✗ HIGH PRIORITY: Add database index; include in migration (Gemini warning) ✓ NICE TO HAVE: Add JSDoc documentation (Codex suggestion) FINAL RECOMMENDATION • Merge after: null guard + migration script added • Estimated fix time: 1 hour • Confidence in revised code: 9/10 (all 3 models agree on fixes)
About this skill
name: council-skill description: Use when A mega-skill that keeps Claude as your daily driver while tapping Gemini, Codex, or any OpenRouter model for a second opinion.
Council Skill
Runs an audit workflow where Claude packages context and sends it to other models through OpenRouter for review, then synthesizes the results into a single improved output.
What you get
- Free skill download plus config file for OpenRouter API key setup.
Customize your output
- Configurable model selection and synthesis rules.
Example output
A synthesized audit combining feedback from multiple AI models.
Best for
Developers wanting multi-model review without switching apps.
SKILL.md preview
---
name: council-skill
description: Use this skill when the user wants Claude to stay the daily driver while pulling in Gemini, Codex, or another OpenRouter model for a second opinion.
version: 1.0.0
category: AI Agents / Multi-Model and Orchestration
author: AgentVolt
license: proprietary
tags:
- ai-agents
- multi-model-and-orchestration
- standard
---
# Council Skill
Packages the current context, sends it to another model through OpenRouter for independent review, then synthesizes the outside opinion into one improved answer.
## When to use
… (sign up to view the full skill)More ai & agents skills
View all AI & Agents skills →AI Starter Toolkit
A free, curated starting point — the essential prompts and habits to get real value from AI on day one.
ChatGPT Mastery Kit
The fastest way to go from casual ChatGPT user to power user, with 50+ proven prompt patterns.
Skill Status Report
Scan every skill in a project and report which pass validation, which are stale, and which lack required metadata.
Skills Scaffolder
Scaffold a new skills directory — folder structure, metadata, a baseline validation pass — with the right conventions from day one.