# Second Opinion

> Build a structured packet to paste into another model or share with a colleague. Includes branch, head, recent commits, and optional file contents (max 5 files, 200 lines each). dragoon does NOT call other models for you - this is the prompt you copy. Use when stuck on an approach, considering tradeoffs, or wanting external review. Run as `node ~/.claude/skills/dragoon/skills/second-opinion/scripts/second-opinion.js "<topic>" [--file path]`.

- Skill: `dragoon0x/second-opinion` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add dragoon0x/second-opinion`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/second-opinion/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/second-opinion

---


# /second-opinion

The packet you paste into the other model.

## When to use

- Stuck on an approach
- Choosing between two designs
- Want external review without writing the prompt from scratch

## Includes automatically

- git branch + head
- last 10 commits
- attached file contents (with --file)

## Run it

```
dragoon second-opinion "is this useEffect logic right" --file src/Hook.tsx --apply
dragoon second-opinion "should we cache this in memory or redis" --apply
```

