General
critique - Claude MCP Skill
Council critique mode - agents find bugs and flaws in each other's answers
SEO Guide: Enhance your AI agent with the critique tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to council critique mode - agents find bugs and flaws in each other's answers... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Council Critique Mode Start an owlex council in **critique mode** - agents actively find bugs, security issues, and flaws. ## Instructions 1. Take the user's question or code from: $ARGUMENTS 2. If no argument provided, ask what they want critiqued 3. Call `mcp__owlex__council_ask` with: - `prompt`: The user's question/code to critique - `working_directory`: Current working directory - `deliberate`: true - `critique`: true (enables adversarial mode) 4. Return immediately with the task_id 5. Tell the user: - "Critique started (task: <task_id>)" - "This typically takes 2-5 minutes" - "Check results with: `/council-result <task_id>`" **Do NOT call wait_for_task. Return immediately.** ## Usage - `/critique Review this auth for security holes` - `/critique Find bugs in this payment code`
Signals
Information
- Repository
- agentic-mcp-tools/owlex
- Author
- agentic-mcp-tools
- Last Sync
- 9/4/2026
- Repo Updated
- 9/1/2026
- Created
- 1/24/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
code-review
Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.
claude-api
Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens). SKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).
update-chrome-binaries-test-region
- Confirm the AWS CLI is logged into account `678892195805` by running `aws sts get-caller-identity`. If not, ask the user to log in.
copilotkit-setup
Use when adding CopilotKit to an existing project or bootstrapping a new CopilotKit project from scratch. Covers framework detection, package installation, runtime wiring (managed Intelligence or self-hosted SSE), provider setup, and first working chat integration.