用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/majiayu000/claude-skill-registry --skill outer-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
LLM token logprobs and calibration. Per-decision confidence, ECE, Brier, reliability diagrams, low-confidence triage.
Analyze LLM token logprobs and calibration. Use for per-decision confidence, ECE, Brier scores, reliability diagrams, and low-confidence triage.
回顾最近 N 天的 Claude Code 使用记录——扫描原始会话数据,按主题分组汇总"我都做了什么",并从个人操作系统视角输出模式、风险与增删建议。当用户说 /recap、"看看我这几天做了什么"、"回顾一下我最近的会话"、"这两天我用 claude 干了啥"、"活动回顾" 时使用。
基于 SOC 职业分类
正在显示 SKILL.md
| name | outer-review |
| description | Commission and process external AI analysis to reduce blind spots. Manual invocation only. |
Process an external AI review to extract actionable tasks. The human commissions the external review and saves the raw output; this skill processes it.
/outer-review [filepath] is invoked with a new outer review fileThe Unfinishable Map's content is primarily generated and reviewed by Claude-based systems. This creates risk of:
External AI systems (GPT-4+, Gemini, etc.) have different training, different biases, and different blind spots. Their disagreements are informative even when wrong.
The human must:
obsidian/reviews/outer-review-YYYY-MM-DD-[system-slug].mdThe filepath is provided as an argument: /outer-review obsidian/reviews/outer-review-2026-01-15-site-chatgpt-5-2-pro.md
Read the file and assess its current state.
Ensure the file has proper frontmatter:
---
title: "Outer Review - [System Name]"
created: YYYY-MM-DD
modified: YYYY-MM-DD
human_modified: null
ai_modified: YYYY-MM-DDTHH:MM:SS+00:00
draft: false
topics: []
concepts: []
related_articles:
- "[[project]]"
ai_contribution: 90
author: [Human who commissioned it]
ai_system: [external-system-id]
ai_generated_date: YYYY-MM-DD
last_curated: null
---
**Date**: YYYY-MM-DD
**Reviewer**: [System name and version]
**Type**: Outer review (external AI analysis)
## About This Review
An "outer review" is an analysis performed by an external AI
[ ]
External AI systems often produce footnote-style markdown links like ([Source][1]) with reference definitions at the end. Run the link normalization script:
uv run python scripts/normalize_review_links.py obsidian/reviews/outer-review-YYYY-MM-DD-*.md
This script:
(See [Chalmers](url))Also convert any Map URLs to internal wikilinks:
https://unfinishablemap.org/tenets/ → [[tenets]]https://unfinishablemap.org/topics/free-will/ → [[free-will]]https://unfinishablemap.org/concepts/qualia/ → [[qualia]]External AI reviewers can also be wrong. Before accepting criticism, verify key claims by fetching the cited sources.
For each significant claim the reviewer makes about what an author says:
What to verify:
Add verification notes to the review file:
After verifying, add a ## Verification Notes section to the review file documenting what you checked:
## Verification Notes
**Verified claims:**
- ✓ Reviewer correctly notes that Chalmers treats organizational invariance as contingent, not necessary (confirmed in "Absent Qualia" paper)
- ✓ Five constraints framework is indeed from Saad (2025), not Chalmers & McQueen
**Unverified claims:**
- ? Could not access Springer PDF to confirm Saad's exact formulation
**Disputed claims:**
- ✗ Reviewer says Chalmers "explicitly endorses" Many-Worlds—but the cited passage says "considerable sympathy," which is weaker than endorsement
This prevents blindly accepting external criticism that may itself be inaccurate.
Read through the review and categorize findings, taking verification results into account:
High value findings (verified or plausible):
Lower value findings:
For high-value findings, create tasks in obsidian/workflow/todo.md:
### P1: [Specific issue from outer review]
- **Type**: [research-topic | expand-topic | refine-draft | cross-review]
- **Notes**: From outer review YYYY-MM-DD. [Brief description of the issue and why it matters]
- **Review file**: `reviews/outer-review-YYYY-MM-DD-[slug].md`
- **Source**: outer-review
- **Generated**: YYYY-MM-DD
Important: Always include the Review file field with the path to the outer review. This allows the refine-draft skill to read the full context and verification notes when addressing the issue.
Priority guidance:
Prepend to obsidian/workflow/changelog.md (add immediately after frontmatter, before existing entries):
## [current time from prompt] - outer-review
- **Status**: Success
- **Reviewer**: [System name]
- **File**: [[filepath without .md extension]]
- **Claims verified**: [count]
- **High-value findings**: [count]
- **Tasks generated**: [count with priorities]
Create a git commit:
feat(auto): outer-review - process [system name] analysis
- Identified [N] actionable issues
- Generated [N] tasks (P1: X, P2: Y, P3: Z)
After tasks from an outer review have been completed, evaluate the review's value:
This helps calibrate future review frequency and system selection.