Loading...
Loading...
Cross fact-checking with 4 models: Claude + Gemini + Codex. Conduct independent checks with Opus itself, Gemini Flash, Gemini Pro, and Codex (gpt-5.3-codex) → extract issues → discuss → output a consensus report.
npx skill4agent add daiki48/dotfiles quad-fact-checkgeminicodex-m-m gemini-3-pro-preview-m gpt-5.3-codexcat <file-path> | gemini -p "Please fact-check the following document. Verify the accuracy of technical facts, consistency of numerical values, internal contradictions, and correctness of code examples. Clearly state the basis for each observation, and classify it as 'Needs Correction / Recommend Improvement / Accurate' in your report."cat <file-path> | gemini -m gemini-3-pro-preview -p "Please fact-check the following document. Verify the accuracy of technical facts, consistency of numerical values, internal contradictions, and correctness of code examples. Clearly state the basis for each observation, and classify it as 'Needs Correction / Recommend Improvement / Accurate' in your report."codex exec -m gpt-5.3-codex --ephemeral -s read-only "Please fact-check the following document. Verify the accuracy of technical facts, consistency of numerical values, internal contradictions, and correctness of code examples. Clearly state the basis for each observation, and classify it as 'Needs Correction / Recommend Improvement / Accurate' in your report.
$(cat <file-path>)"echo "<Issue content and additional verification information>" | gemini -p "Please state your opinion on the following issue based on the additional information provided."
echo "<Issue content and additional verification information>" | gemini -m gemini-3-pro-preview -p "Please state your opinion on the following issue based on the additional information provided."
codex exec -m gpt-5.3-codex --ephemeral -s read-only "Please state your opinion on the following issue based on the additional information provided.
<Issue content and additional verification information>"## 4-Model Cross Fact-Check Results
**Target**: <Document Name>
**Checkers**: Claude Opus 4.6 / Gemini Flash / Gemini Pro / Codex (gpt-5.3-codex)
### Needs Correction
| # | Section | Content | Consensus |
|---|-----------|------|------|
| 1 | ... | ... | Opus ✅ Flash ✅ Pro ✅ Codex ✅ |
### Recommend Improvement
| # | Section | Content | Consensus |
|---|-----------|------|------|
### Issues & Discussions
| Issue | Opus | Flash | Pro | Codex | Conclusion |
|------|------|-------|-----|-------|------|
### Detection Capability Comparison
| Detection Item | Opus | Flash | Pro | Codex |
|---------|------|-------|-----|-------|
### Verified (Accurate)
<List of key verified items>