スキル一覧に戻る
alejandrolaborda

second-opinion

by alejandrolaborda

Agent Tools

0🍴 0📅 2026年1月17日
GitHubで見るManusで実行

SKILL.md


name: second-opinion description: Get second opinions from external AI agents (OpenAI, Gemini, GitHub). Use when user says "second opinion", "ask other AIs", "what would GPT say", "check with others", or wants to validate an approach.

Second Opinion

Query external agents, get answer, act on it.

Commands

CommandDescription
/second-opinionGet a second opinion on current context
/second-opinion setupConfigure which agents to enable
/second-opinion statusShow current configuration

Behavior

SituationAction
ConsensusProceed silently
No consensus, decidableDecide best option, proceed
No consensus, criticalAsk user (rare)

Do NOT:

  • Attribute opinions to specific agents
  • Show verbose breakdowns
  • Summarize what each agent said

DO:

  • Return actionable next step
  • Keep it brief
  • Only ask user when truly stuck

Usage

{
  "query": "Is this the right approach for handling auth?",
  "context": "<code or description>"
}

Output Examples

Consensus:

Use dependency injection. Add the service as a constructor param.

Decided:

Going with extracted module approach.

_Cleaner separation, easier to test._

Needs input (rare):

Need your input on this one:

- **Sync**: Simpler but blocks UI
- **Async**: More complex but responsive

First-Time Setup

If no agents are configured, run /second-opinion setup to:

  1. Select which AI agents to enable (interactive)
  2. Paste API keys when prompted (stored automatically)
  3. GitHub token auto-detected from gh auth token if installed

No file editing required - everything is configured interactively.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です