ワンクリックで
paper-triage
Triage an ambiguous paper query into likely interpretations, a ranked shortlist, and recommended follow-up workflows
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Triage an ambiguous paper query into likely interpretations, a ranked shortlist, and recommended follow-up workflows
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Expand one to three seed papers into nearby, bridge, foundational, methodological, recent, and survey follow-ups
Trace the citation neighborhood around one focal paper into foundations, descendants, bridges, weak edges, and optional second-hop links
Expand one to three seed papers into nearby, bridge, foundational, methodological, recent, and survey follow-ups
Triage an ambiguous paper query into likely interpretations, a ranked shortlist, and recommended follow-up workflows
Trace the citation neighborhood around one focal paper into foundations, descendants, bridges, weak edges, and optional second-hop links
| name | paper-triage |
| description | Triage an ambiguous paper query into likely interpretations, a ranked shortlist, and recommended follow-up workflows |
| context | fork |
| agent | Explore |
| disable-model-invocation | true |
| user-invocable | true |
| allowed-tools | Bash, Read |
| argument-hint | <query> [--shortlist-size <n>] [--relevance-limit <n>] [--bulk-candidate-limit <n>] [--snippet-candidate-limit <n>] [--snippet-limit-per-paper <n>] |
Turn an ambiguous paper query into a ranked shortlist and clear next steps. Use this when the human starts with a fuzzy title fragment, overloaded term, or vague memory of a paper.
--shortlist-size <n> controls the final shortlist size returned to the human.--relevance-limit <n> controls the first relevance-search pass.--bulk-candidate-limit <n> controls the wider recall pass.--snippet-candidate-limit <n> controls how many preliminary candidates get snippet search.--snippet-limit-per-paper <n> caps snippet evidence gathered for each snippet target.python scripts/run.py ....result.possible_interpretations to see how the query was resolved.result.shortlist for the ranked candidate papers.result.follow_up_actions to know which workflow to run next once the right paper is identified.output_contract.md.TriageResult.to_dict().result.notes captures extra execution notes, and result.considered_candidates shows the rerank breadth.