← Back to list

status
by alejandrolaborda
Agent Tools
⭐ 0🍴 0📅 Jan 17, 2026
SKILL.md
name: status description: | Show current second-opinion configuration. Use when user says "second opinion status", "which agents", "show config", or wants to see which AI agents are enabled for second opinions.
Second Opinion Status
Show current configuration and agent status.
Instructions
When invoked:
-
Check GitHub CLI authentication:
gh auth token 2>/dev/null && echo "authenticated" || echo "not authenticated" -
Read the local config from
.claude/second-opinion.jsonif it exists -
Display status in this format:
## Second Opinion Configuration
**Config file:** .claude/second-opinion.json
### Agent Status
| Agent | Status | Auth Source |
|-------|--------|-------------|
| GitHub | ✓ ready | gh CLI (OAuth) |
| OpenAI | ✓ ready | stored locally |
| Gemini | ✗ not configured | - |
| Anthropic | ✗ excluded | host agent |
### Host Exclusion
Host: claude-code
Excluded agent: anthropic (you can't ask yourself for a second opinion)
### To Configure
Run `/second-opinion setup` to add or update API keys interactively.
Auth Detection Priority
For each agent, check in this order:
| Agent | Priority |
|---|---|
| GitHub | gh CLI token (OAuth) → stored in config |
| OpenAI | stored in config |
| Gemini | stored in config |
Config File Format
The config file at .claude/second-opinion.json:
{
"apiKeys": {
"openai": "sk-...",
"gemini": "AI..."
},
"models": {
"openai": "gpt-4o",
"gemini": "gemini-2.0-flash"
},
"updatedAt": "2026-01-17T12:00:00Z"
}
Status Icons
| Icon | Meaning |
|---|---|
| ✓ | Agent is configured and ready |
| ✗ | Agent is not configured or excluded |
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon