ワンクリックで
topic-survey
Survey a research field interactively, exploring papers by topic and writing a structured literature review.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Survey a research field interactively, exploring papers by topic and writing a structured literature review.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
巡检本期 SSH 可连的 5 台远程服务器(HPCC / BCC / TASL-LabServer / TASL-7 / Brev)的 GPU 情况——每卡显存与利用率、Slurm 集群的账号配额/排队作业/全节点空闲 GPU,并算出"我实际还能新申请多少张"。当用户说"检查 GPU""看下 GPU 显存""GPU 情况""哪台服务器有空卡""查一下算力""where can I run""check GPU status""GPU 够不够""有没有空闲显卡"等,或在准备起训练/挑服务器时触发。
统一绘图 skill——文生图 / 图生图 / 多图合成 / 编辑 / 论文与科普配图。两个后端由用户指定:nano(默认,Google Gemini "Nano Banana",快 3-10s、便宜、原生中英文文字渲染、可 1K/2K/4K,含 lite/nb2/pro 三档) 或 gpt(速创API GPT-Image-2,真实感/精细文字更强,异步稍慢 60-90s)。四个专用风格预设也由用户按名指定,两后端通用:UniVLA(pastel macaron 论文方法图)、Physical Intelligence(π/pi-zero retro-computing monospace 图)、Fast-WAM(CVPR/ICLR 矢量图+attention-mask 矩阵)、蓝皮书 BlueBook(蓝白科技科普/咨询长图)。Use this skill for ANY image generation or editing request. 触发词:「画一张」「生成一张图」「出张图」「文生图」「图生图」「改这张图」「编辑图片」「把这张图改成…」「合成/融合这几张图」「做张海报」「配图」「方法图」「架构图」「用 nano/gemini 画」「用 GPT 画」「generate/edit/compose an image」「make a poster」「render a figure」,以及风格名「UniVLA 风格」「Physical Intelligence / PI / π 风格」「Fast-WAM 风格」「蓝皮书 / BlueBook 风格」。默认走 nano;用户点名「用 GPT」时走 gpt。
Write structured experiment reports from experiment-run output. Consumes results/<run_id>/ + EXPERIMENT_TRACKER.md. Reports are scannable: TL;DR + summary table first. Trigger when user says "写个报告", "总结实验结果", "实验报告", "experiment report", or after experiment-run completes.
Adversarial paper review + improvement loop. Sends paper PDF/manuscript to Codex GPT-5.5 as a senior ML reviewer, scores 7 dimensions, then iteratively fixes weaknesses until score ≥ 8. Use after paper-write, or when user says "improve paper", "审稿", "review my paper", "polish paper", "paper review", "提升论文质量", "review loop".
Write a structured rebuttal using Concede–Clarify–Commit structure. Parses reviewer comments, identifies overlapping concerns across reviewers, builds consolidated Table R1, produces venue-formatted rebuttal. Use when user says "写 rebuttal", "rebuttal", "回复审稿意见", "response to reviewers", or receives paper reviews and needs to respond.
Execute experiments from EXPERIMENT_TRACKER.md produced by experiment-plan. For each TODO run: launch training/eval, monitor via gpu-train-monitor, auto-diagnose failures via train-debug, collect results, update tracker. Bridges the gap between planning (experiment-plan) and reporting (experiment_report). Use when user says "跑实验", "run experiments", "执行实验", "按照 plan 跑", or has an EXPERIMENT_TRACKER.md ready to execute.
| name | topic-survey |
| description | Survey a research field interactively, exploring papers by topic and writing a structured literature review. |
Interactively survey a research field: discover key papers, explore sub-topics guided by user interest, and produce a structured literature review.
| Input | Required | Example |
|---|---|---|
| Topic | Yes | "3D point cloud self-supervised learning", "offline RL for robotics" |
| Scope | Optional | Time range, venue filter, specific sub-questions |
| Seed papers | Optional | Papers the user already knows about |
| Depth | Optional | Quick overview (10-15 papers) / Standard (20-30) / Deep (40+) |
Default depth: Standard (20-30 papers).
ASK USER to clarify scope:
Define:
Perform literature search via the canonical multi-source entry point:
/litian-academic-search "<TOPIC>" --sources all --k 12
For focused sub-topic queries, use targeted searches:
/litian-academic-search "<SUB_TOPIC>" --sources omnibox,s2,arxiv --k 8 --year 2023-
From seed papers (if user provided):
Use Semantic Scholar citation graph directly (see paper-discovery-sources for commands):
Compile all discovered papers into a working list:
| # | Title | Year | Citations | Sources | Sub-topic | Read? |
|---|---|---|---|---|---|---|
| 1 | ... | ... | ... | arxiv,s2,omnibox | ... | [ ] |
ASK USER — present what you found and ask for guidance:
## Initial Landscape: <Topic>
I found ~N papers spanning these sub-topics:
### Sub-topics Identified
1. **<Sub-topic A>** (N papers) — <1-line description>
Key papers: <top 2-3 by citations>
2. **<Sub-topic B>** (N papers) — <1-line description>
Key papers: <top 2-3>
3. **<Sub-topic C>** (N papers) — <1-line description>
Key papers: <top 2-3>
### Questions for you:
- Which sub-topics are most relevant to your work?
- Any sub-topics I should explore deeper or skip?
- Any specific papers you want me to read in detail?
- Should I look for more papers in any direction?
Based on user direction, go deeper into selected sub-topics.
For each priority sub-topic:
Read key papers via DeepXiv or PDF (see paper-discovery-sources for commands).
Extract per-paper notes:
Follow citation chains — if a paper references something important we haven't seen, add it
Check for very recent work (last 6 months):
/litian-academic-search "<sub-topic>" --sources arxiv,web --k 10 --year 2026-
After each sub-topic exploration, ASK USER:
Repeat Step 4 until user is satisfied with coverage.
For every paper selected during exploration, call paper-read to ingest:
paper-read <arxiv_id> --topic <detected_topic> --light
This is the global contract — every paper discovered gets into the local KB.
Produce a structured topic review document.
# Topic Review: <Topic>
**Scope:** <what's covered>
**Period:** <time range>
**Papers reviewed:** N
## 1. Introduction & Motivation
<Why this field matters. What problem is being solved.>
<Core question this review addresses.>
## 2. Background & Key Concepts
<Shared foundations that most papers in this area build on.>
<Key terminology, benchmarks, evaluation protocols.>
| Term | Definition |
|------|-----------|
| ... | ... |
## 3. Taxonomy
<How the field breaks down into approaches/sub-topics.>
<Topic>
/ \
<Approach A> <Approach B>
/ \ |
<A.1> <A.2> <B.1>
## 4. Sub-topic Reviews
### 4.1 <Sub-topic A>
**Core idea:** <1-2 sentences>
| Paper | Year | Method | Key Result | Venue |
|-------|------|--------|-----------|-------|
| ... | ... | ... | ... | ... |
**Evolution:** <how methods progressed within this sub-topic>
**Current best:** <paper> achieves <metric> on <benchmark>
**Open problems:** <what's unsolved>
### 4.2 <Sub-topic B>
...
## 5. Cross-Cutting Analysis
### Comparison Table
| Method | Approach | Benchmark 1 | Benchmark 2 | Code | Year |
|--------|----------|-------------|-------------|------|------|
| ... | ... | ... | ... | ... | ... |
### Trends
- <Trend 1: e.g., "shift from X to Y">
- <Trend 2>
### Common Limitations
- <Limitation shared across approaches>
## 6. Frontier & Open Questions
- <What's unsolved?>
- <Where is the field heading?>
- <What would a breakthrough look like?>
## 7. Recommended Reading Order
For someone new to this field:
1. <paper> — <why start here>
2. <paper> — <what it adds>
...
For someone working on <specific sub-area>:
1. ...
## 8. Full Paper List
| # | Paper | Authors | Year | Venue | Code | Sub-topic |
|---|-------|---------|------|-------|------|-----------|
| 1 | [Title](https://arxiv.org/abs/...) | ... | ... | ... | [repo](url) | ... |
Every paper reference MUST include a clickable link. Apply to ALL tables and inline mentions:
| [Paper Title](https://arxiv.org/abs/XXXX.XXXXX) | Authors | 2025 | Venue | [code](https://github.com/...) |
https://arxiv.org/abs/<ID>https://www.semanticscholar.org/paper/<S2_ID> or DOI[Author et al. (2025)](https://arxiv.org/abs/XXXX.XXXXX)After presenting the review:
/create_skill_with_paper)"/paper_related_works)"If user wants to save:
# Default save location
mkdir -p doc/surveys
# Save with date and topic slug
cp review.md doc/surveys/<YYYY-MM-DD>_<topic_slug>.md
| Strategy | When to Use |
|---|---|
| Citation snowball | Start from seed papers, follow references and citations |
| Keyword search | Broad initial sweep when no seeds available |
| Venue scan | Check top venues (NeurIPS, ICML, ICLR, CoRL, RSS) for topic |
| Author trace | Key author's recent publications often show field evolution |
| Benchmark anchoring | Find all papers evaluated on the same benchmark |
| Issue | Recovery |
|---|---|
| Topic too broad | Ask user to narrow; suggest 2-3 sub-scopes |
| Topic too niche | Broaden search terms; include adjacent fields |
| Few recent papers | Field may be mature; focus on established work + check if topic evolved under new name |
| Search returns few results | Try broader queries via litian-academic-search; add web source |
| User unsure about direction | Present 2-3 concrete options with tradeoffs |