@radishzz 在 在 Claude Code 里同时使用 Qwen Code 和 Gemini CLI 中发帖
[CleanShot 2025-09-04]
# ~/.claude/commands/ask.md
---
allowed-tools: Bash
description: Send the question to qwen and gemini
---
1. $ARGUMENTS
2. Send the question to qwen and gemini with the following command:
```bash
qwen -p "question" & gemini -p "question"
```
3. Summarize and compare responses