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]`.From its SKILL.md
npx -y skills add Dragoon0x/dragoon-skills --skill second-opinionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 118 tokens by cl100k_base, as published. Nobody here has run it
/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
What ships with it: 1 file
3.3 KB alongside SKILL.md, 1 of them executable
scripts/
- second-opinion.jsruns3.3 KB