claude
Get a second opinion from Claude Code. Use from Codex when you want to cross-check your reasoning, validate a plan, or get an independent review from Claude.
Install / Use
npx skills add softnanolab/softnano-pluginsInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Skill content
View source on GitHubname: claude description: Get a second opinion from Claude Code. Use from Codex when you want to cross-check your reasoning, validate a plan, or get an independent review from Claude. argument-hint: <task or question for Claude> user-invocable: true allowed-tools: Bash(claude *), Read, Grep, Glob
Claude Second Opinion
Delegate a task to Claude Code for an independent review or second opinion.
Input
<task> $ARGUMENTS </task>If no task is provided, ask the user what they want Claude to review.
How to Use
Run Claude in non-interactive print mode from the current working directory. Prefer a read-only tool set:
claude -p \
--permission-mode dontAsk \
--allowedTools Read,Grep,Glob,LS \
--add-dir "<current working directory>" \
"<prompt>"
If the Claude CLI is not installed or is not authenticated, report that blocker and include the command output.
Prompt Construction
Build a self-contained prompt for Claude that includes:
- Context: The repo path, what project this is, and what folder/files are relevant
- The task: What you want Claude to do (review, validate, suggest, etc.)
- Constraints: Tell it to only read files, not modify anything
Keep it unbiased. Do not include your own conclusions or preferred answer. Present the problem neutrally so Claude forms its own opinion.
Be specific about files. Tell Claude exactly which files to read — it has access to the repo but needs direction.
Example
claude -p \
--permission-mode dontAsk \
--allowedTools Read,Grep,Glob,LS \
--add-dir "/path/to/project" \
"Review the file at src/config.py. Is the retry logic correct? Read the file and give your assessment. Do NOT modify any files."
Troubleshooting
- Authentication: If Claude exits with an auth error, ask the user to run
claude author configure the required Claude credentials before retrying. - Tool restrictions: If Claude cannot read the requested files, retry with a narrower prompt and the same read-only tools. Do not remove read-only restrictions unless the user explicitly approves.
- Output truncation: Claude may produce a long review. Keep prompts focused and ask specific questions rather than open-ended reviews.
- Session state: Use
-pfor a fresh non-interactive answer. Do not use--continueor--resumeunless the user specifically asks to continue an existing Claude session.
After Claude Responds
- Report the Claude response to the user
- Note where you agree or disagree with Claude's assessment
- Let the user decide how to proceed
Related Skills
career-ops
72.4kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.6kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.6kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
guizang-ppt-skill
26.7kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
Security Score
Audited on Invalid Date
