One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill dev-ask-evolution-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-ask
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/dev-ask
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill dev-ask-evolution-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you need confidence in an answer, dev-ask helps you quickly compare how a specific model (Claude, Codex, or Gemini) responds to the same question.

Core Features & Use Cases

  • Single-shot model advisory: Query exactly one target model for a fast second opinion, unlike parallel multi-model comparison workflows.
  • Model-aware prompting and formatting: Keep the question model-agnostic, then return the answer labeled with the model used.
  • Optional research artifact saving: Store results in a consistent workspace research file for later review and comparison.

Example use case: You have Claude’s proposed fix for a bug and want to see how Codex would approach the same root cause to validate reasoning.

Quick Start

Ask for a second opinion by telling the assistant to run the dev-ask skill targeting claude with your question.

Frequently Asked Questions about dev-ask

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

FAQPage Schema
How do I get a second opinion from Codex or Gemini on a coding question?

You can get a second opinion by querying a specific target model like Codex or Gemini with a model-agnostic question. This single-shot advisory approach returns the answer labeled with the originating model to validate reasoning or compare approaches.

What does cross-model validation mean in a multi-agent workflow?

Cross-model validation involves querying another model like Claude or Gemini with the same question to confirm an existing response. It supports quick validation by comparing how different models approach the same root cause or bug.

Can I compare Claude's bug fix against Codex using a single model query?

Yes, you can compare Claude's bug fix against Codex by running a single-model advisory query. You target one specific model with your question and receive a labeled response to quickly validate the original approach.

Do I need dev-mcp-setup to route advisory queries to different models?

Yes, you need dev-mcp-setup to route advisory queries to different models. API-backed dispatch and configuration gating require this setup to successfully query target models like Claude, Codex, or Gemini.

How do I save cross-model validation results for later review?

You can save cross-model validation results for later review by storing them in a consistent workspace research file. This optional feature captures advisory answers for future comparison.

When should I use single-model advisory instead of parallel multi-model comparison?

You should use single-model advisory instead of parallel multi-model comparison when you want a fast second opinion from a focused target model rather than parallel execution. It is ideal for confirming one specific response.