Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

analyzing-research-papers分析研究论文

Agent Skill

analyzing-research-papers 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,869

周安装

207

GitHub Stars

公开资料未说明

下载量

1,706
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:analyzing-research-papers(分析研究论文)
来源仓库:https://github.com/seabbs/skills
仓库路径:skills/analyzing-research-papers
安装命令:
npx skills add https://github.com/seabbs/skills --skill analyzing-research-papers
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/seabbs/skills --skill analyzing-research-papers

简介

系统性解析学术论文并提取关键洞见。

  • 支持本地 PDF、DOI 链接和预印本服务器输入。
  • 评估方法论严谨性与结果上下文适用性。
  • 适用于科研辅助与文献综述生成。analyzing-research-papers 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 优先选择权威期刊与高相关性来源。

SKILL.md

Analyzing Research Papers

This skill provides expertise in systematically analyzing research papers to extract key insights, evaluate methodological rigour, and contextualize findings for researchers.

Paper Access Methods

Input Formats Accepted

Local files:

  • Absolute paths: /path/to/paper.pdf
  • Relative paths: ./papers/smith2024.pdf
  • Markdown files: paper.md

DOIs:

  • Standard format: 10.1234/journal.2024.12345
  • With prefix: doi:10.1234/journal.2024.12345
  • Resolve using: https://doi.org/{doi}

URLs:

  • ArXiv: https://arxiv.org/pdf/2301.12345.pdf
  • Journal websites: Direct PDF or HTML links
  • Preprint servers: bioRxiv, medRxiv, etc.

Handling Access Issues

Paywalled content:

  • Work with available abstract and metadata
  • Extract what's publicly accessible
  • Note limitations in summary
  • Suggest open access alternatives

PDF reading failures:

  • Request text version if available
  • Try alternative formats (HTML, arXiv)
  • Extract from DOI metadata

Analysis Framework

Initial Scan

Identify paper structure:

  • Abstract and key claims
  • Section organization (IMRaD vs custom)
  • Figures and tables overview
  • Reference density and key citations

Classify paper type:

  • Theory: Proofs, mathematical foundations, formal results
  • Methods: New algorithms, techniques, computational approaches
  • Application: Domain-specific use cases, case studies
  • Review: Surveys, systematic reviews, meta-analyses
  • Empirical: Experimental results, observations, measurements

Content Extraction Priorities

Must extract:

  1. Main contribution(s) and claims
  2. Methodological approach and assumptions
  3. Key results with statistical evidence
  4. Limitations acknowledged
  5. Related work positioning

Important to capture:

  • Experimental setup and validation
  • Implementation details
  • Performance metrics and comparisons
  • Dataset characteristics
  • Reproducibility information

Nice to have:

  • Future work suggestions
  • Broader implications
  • Alternative approaches considered
  • Failure modes discussed

Quality Assessment Criteria

Methodological Rigour

Strong indicators:

  • Clear research questions
  • Appropriate methodology for questions
  • Controlled comparisons
  • Statistical significance properly assessed
  • Limitations openly discussed
  • Assumptions explicitly stated

Weak indicators:

  • Vague objectives
  • Methodology not justified
  • Cherry-picked results
  • Over-claiming based on limited evidence
  • Ignoring contrary evidence
  • Unacknowledged assumptions

Reproducibility Assessment

High reproducibility:

  • Code publicly available
  • Data accessible or well-described
  • Implementation details complete
  • Hyperparameters specified
  • Random seeds provided
  • Environment documented

Low reproducibility:

  • "Implementation details omitted for brevity"
  • No code or data shared
  • Vague parameter descriptions
  • Critical details missing
  • Non-standard methods without explanation

Impact Potential

High impact indicators:

  • Addresses important problem
  • Novel approach or insight
  • Strong empirical results
  • Generalizable beyond specific case
  • Clear practical applications
  • Challenges existing assumptions

Limited impact indicators:

  • Incremental improvement
  • Narrow applicability
  • Limited novelty
  • Weak empirical support
  • Unclear practical value

Analysis Structure

Overview Section

Synthesize (2-3 paragraphs):

  • What problem does this address?
  • What's the main contribution?
  • What's the key finding or result?
  • Why does this matter?

Highlights (Bullet Points)

Extract:

  • Most important findings
  • Key methodological innovations
  • Surprising or counter-intuitive results
  • Practical implications
  • Limitations to be aware of

Strengths Assessment

Methodological strengths:

  • Rigorous experimental design
  • Appropriate statistical analysis
  • Comprehensive evaluation
  • Clear presentation

Impact strengths:

  • Novel contributions
  • Practical applicability
  • Theoretical insights
  • Reproducibility support

Weaknesses Assessment

Be specific and fair:

  • Methodological limitations
  • Scope constraints
  • Unclear explanations
  • Missing comparisons
  • Reproducibility concerns
  • Over-claims not supported by evidence

Distinguish:

  • Fundamental flaws (invalidate conclusions)
  • Important limitations (affect interpretation)
  • Minor issues (don't affect main findings)

Section-by-Section Analysis

Introduction

Extract:

  • Problem motivation and importance
  • Research gap being addressed
  • Main research questions
  • Contributions claimed
  • Paper organization

Assess:

  • Is motivation convincing?
  • Is gap clearly identified?
  • Are claims appropriately scoped?

Methods/Approach

Extract:

  • Core methodology or algorithm
  • Key design decisions and rationale
  • Assumptions made (explicit and implicit)
  • Implementation details
  • Parameters and configurations

Assess:

  • Is approach well-justified?
  • Are assumptions reasonable?
  • Is description complete enough to reproduce?
  • Are limitations acknowledged?

Results/Experiments

Extract:

  • Experimental setup
  • Datasets or scenarios used
  • Metrics and evaluation criteria
  • Main findings with numbers
  • Statistical significance
  • Comparison with baselines

Assess:

  • Are experiments well-designed?
  • Are comparisons fair?
  • Are results presented clearly?
  • Is statistical analysis appropriate?
  • Are claims supported by evidence?

Discussion/Conclusion

Extract:

  • Interpretation of results
  • Broader implications
  • Limitations discussed
  • Future work suggested
  • Take-home messages

Assess:

  • Are interpretations justified?
  • Are limitations honestly addressed?
  • Are broader claims supported?

Technical Detail Extraction

For Methods Papers

Capture:

  • Algorithm pseudocode or description
  • Computational complexity
  • Key equations and formulations
  • Implementation strategies
  • Performance characteristics

For Theory Papers

Capture:

  • Main theorems and proofs structure
  • Assumptions and their necessity
  • Formal definitions
  • Theoretical guarantees
  • Connections to prior work

For Application Papers

Capture:

  • Domain context and requirements
  • Data characteristics
  • Specific challenges addressed
  • Real-world constraints
  • Practical validation

For Review Papers

Capture:

  • Taxonomy or classification used
  • Coverage scope
  • Trends identified
  • Gaps in literature
  • Research directions suggested

Related Work Contextualization

Positioning

Identify:

  • Key related papers cited
  • How this work differs
  • What gaps it fills
  • Which results it extends
  • Where it fits in research trajectory

Assess:

  • Is related work coverage adequate?
  • Are comparisons fair?
  • Are important works cited?
  • Is novelty clearly established?

Output Format Template

# Paper Summary: [Title]

**Authors**: [All authors]
**Year**: [Year]
**Venue**: [Journal/Conference]
**DOI/URL**: [Link]

## Overview
[2-3 paragraph synthesis]

## Highlights
- [Finding 1]
- [Finding 2]
- [Finding 3]

## Strengths
- [Strength 1]
- [Strength 2]

## Weaknesses
- [Limitation 1]
- [Concern 2]

## Detailed Summary

### Introduction
[Problem, gap, contributions]

### Methods
[Approach, algorithms, assumptions]

### Results
[Findings, metrics, comparisons]

### Discussion
[Interpretation, implications]

## Technical Details
[Implementation specifics, equations, parameters]

## Related Work Context
[How this fits in the literature]

## Potential Applications
[Practical uses]

## Reproducibility Notes
[Code, data, reproducibility assessment]

Special Considerations by Field

Machine Learning/AI

  • Architecture details and hyperparameters
  • Training procedures and convergence
  • Dataset characteristics and splits
  • Ablation studies
  • Computational requirements
  • Generalization evidence

Statistics/Biostatistics

  • Model specification and assumptions
  • Prior choices and justification
  • Identifiability and inference
  • Sensitivity analyses
  • Missing data handling
  • Validation approach

Epidemiology/Public Health

  • Study design and population
  • Exposure and outcome definitions
  • Confounding adjustment
  • Causal interpretation
  • Generalizability
  • Public health implications

Computational Biology

  • Biological context and motivation
  • Data sources and preprocessing
  • Validation with known biology
  • Biological interpretation
  • Reproducibility with data/code

When to Use This Skill

Apply this analysis approach when:

  • Reading papers for literature review
  • Evaluating methods for adoption
  • Assessing novelty for research direction
  • Extracting technical details for implementation
  • Preparing paper summaries for team
  • Reviewing papers for journal/conference
  • Building bibliography with annotations

Extract insights efficiently whilst maintaining critical assessment. Provide researchers with actionable understanding of papers' contributions and relevance.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.88%
按下载量换算595

Claude

28.99%
按下载量换算495

Cursor

17.75%
按下载量换算303

Gemini CLI

9.45%
按下载量换算161

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills