Get a second opinion on a plan, diff, or specific files from Claude, Codex, or Gemini (whichever is configured as settings.agents.review_host_cli, a different host than the primary worker). The reviewer reads the working tree directly, so it can reason about both the proposed change AND surrounding production code (dependency graph, sibling adapters, recently-merged PRs). Required for changes touching CRITICAL.md paths.
$npx -y skills add firatcand/forge --skill second-opinionInstalls into the current project.
Run `npx skills use "https://github.com/firatcand/forge" --skill "firatcand/forge/second-opinion"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/firatcand/forge" that are relevant to the current task. Run `npx skills add "https://github.com/firatcand/forge"` and select the relevant skills, then follow their instructions.