Single Document & Paper Review Skill
Overview
This skill produces structured, professional-grade analyses of single academic papers or general business/technical documents. It adapts established academic peer-review standards to evaluate both scientific publications and corporate reports (e.g., whitepapers, strategic memos, design docs).
The review covers executive summary, strengths, weaknesses, methodology/logic assessment, contextual positioning, and actionable recommendations — all grounded in evidence from the text itself.
When to Use This Skill
Always load this skill when:
- User provides a single URL (arXiv, blog, documentation) or file path and asks to "review", "analyze", or "summarize" it.
- User queries a specific document from the Knowledge Base (
kb_search) for detailed critique.
- User wants to understand the strengths, weaknesses, and validity of a specific study, proposal, or report.
- User requests a peer-review-style evaluation of their own drafted document.
Note: If the user asks to synthesize or compare MULTIPLE documents, use the multi-document systematic review skill instead.
Available Tools & Acquisition
Depending on how the user provides the document, use the appropriate native tool to ingest the text into your context:
- Academic Papers: Use
url_fetch on the HTML version (e.g., https://ar5iv.labs.arxiv.org/html/<id>) or use arxiv_search for metadata.
- Web Articles: Use
url_fetch.
- Internal Knowledge: Use
kb_search or kb_keyword_search to pull the specific document from the Knowledge Base.
Review Methodology (Internal Processing)
Once the document is loaded into your context, perform a deep reading pass using your internal attention.
Phase 1: Comprehension & Metadata Extraction
Identify:
- Title & Creators: Authors, Departments, or Organizations.
- Document Type: Is this an Empirical Paper, Theoretical Proof, Business Proposal, Technical Design Doc, or Quarterly Report?
- Core Claims: What are the 2-3 main arguments or contributions?
Phase 2: Critical Analysis & Context
- Contextualization: If necessary, perform a quick
kb_search (for internal docs) or arxiv_search (for academic docs) to see if this document aligns with or contradicts existing knowledge.
- Methodology / Logic Assessment: Evaluate based on the document type:
- For Academic/Technical: Assess Soundness, Novelty, Reproducibility, and Statistical/Data Rigor.
- For Business/General: Assess Clarity, Strategic Alignment, Feasibility, and Evidence Rigor (are claims backed by data?).
Phase 3: Strengths and Weaknesses Extraction
For each strength or weakness, explicitly note:
- What: The specific observation.
- Where: Section/figure/table reference.
- Why it matters: Impact on the document's overall reliability or utility.
Output Format
Do not attempt to save the review to a file. Directly output the complete review in Markdown format in the chat. Use the following unified template, adapting the fields based on whether the document is academic or general:
# Document Review: [Title]
## Metadata
- **Creator(s) / Author(s)**: [Name or Department]
- **Type**: [Academic Paper / Business Proposal / Technical Spec / etc.]
- **Date / Context**: [Year or specific context]
## Executive Summary
[2-3 paragraph summary of the document's core objective, approach, and main findings/proposals. State your overall assessment upfront: what it does well, where it falls short, and its overall significance.]
## Key Claims & Contributions
1. [First major claim/contribution — one sentence]
2. [Second major claim/contribution — one sentence]
3. [Additional claims if any]
## Strengths
### S1: [Concise strength title]
[Detailed explanation with specific references to sections. Explain WHY this is a strength.]
### S2: [Concise strength title]
[...]
## Weaknesses & Limitations
### W1: [Concise weakness title]
[Detailed explanation with specific references. Explain the impact of this weakness on the document's claims. Suggest how it could be addressed.]
### W2: [Concise weakness title]
[...]
## Rigor & Logic Assessment
| Criterion | Rating (1-5) | Assessment Justification |
|-----------|:---:|------------|
| Clarity & Structure | X | [Brief justification] |
| Evidence / Data Quality | X | [Brief justification] |
| Methodology / Feasibility | X | [Brief justification] |
| Contextual Alignment | X | [Brief justification, e.g., how it fits into the broader field or company strategy] |
*(Note: Adjust the criteria names slightly if reviewing a highly theoretical physics paper vs. a corporate marketing plan).*
## Questions for the Creators
1. [Specific question that would clarify a concern or ambiguity]
2. [Question about methodology choices, alternative approaches, or implementation details]
## Actionable Recommendations
**Overall Assessment**: [Strongly Endorse / Endorse with Revisions / Neutral / Needs Major Rework]
**Specific Suggestions for Improvement:**
1. [Actionable, constructive suggestion to fix W1]
2. [Actionable, constructive suggestion to fix W2]
3. [Minor formatting/typo fixes if applicable]
Review Principles
- Constructive Criticism: Always suggest how to fix a problem. Don't just point out flaws; propose solutions.
- Be Specific: Reference exact sections, claims, or data points.
- ❌ "The report lacks detail."
- ✅ "Section 3 claims a 20% growth rate but provides no historical data or citation to back this projection."
- Evaluate on its Own Merits: Do not penalize a business memo for not being an academic paper, or vice versa. Judge it by the standards of its intended format.
- Maintain Objectivity: Ensure your tone is professional, respectful, and strictly analytical.
1---2name: single-document-review3description: Use this skill when the user requests to review, analyze, critique, or summarize a SINGLE academic paper, general document, internal report, proposal, or web article. Supports comprehensive structured reviews covering methodology/logic assessment, strengths, weaknesses, and constructive feedback. Retrieves content using native tools (`url_fetch`, `kb_search`, `arxiv_search`) and outputs the analysis directly in the chat.4---56# Single Document & Paper Review Skill78## Overview910This skill produces structured, professional-grade analyses of single academic papers or general business/technical documents. It adapts established academic peer-review standards to evaluate both scientific publications and corporate reports (e.g., whitepapers, strategic memos, design docs). 1112The review covers **executive summary, strengths, weaknesses, methodology/logic assessment, contextual positioning, and actionable recommendations** — all grounded in evidence from the text itself.1314## When to Use This Skill1516**Always load this skill when:**17- User provides a single URL (arXiv, blog, documentation) or file path and asks to "review", "analyze", or "summarize" it.18- User queries a specific document from the Knowledge Base (`kb_search`) for detailed critique.19- User wants to understand the strengths, weaknesses, and validity of a specific study, proposal, or report.20- User requests a peer-review-style evaluation of their own drafted document.2122*Note: If the user asks to synthesize or compare MULTIPLE documents, use the multi-document systematic review skill instead.*2324## Available Tools & Acquisition2526Depending on how the user provides the document, use the appropriate native tool to ingest the text into your context:27- **Academic Papers:** Use `url_fetch` on the HTML version (e.g., `https://ar5iv.labs.arxiv.org/html/<id>`) or use `arxiv_search` for metadata.28- **Web Articles:** Use `url_fetch`.29- **Internal Knowledge:** Use `kb_search` or `kb_keyword_search` to pull the specific document from the Knowledge Base.3031## Review Methodology (Internal Processing)3233Once the document is loaded into your context, perform a deep reading pass using your internal attention. 3435### Phase 1: Comprehension & Metadata Extraction36Identify:371. **Title & Creators**: Authors, Departments, or Organizations.382. **Document Type**: Is this an Empirical Paper, Theoretical Proof, Business Proposal, Technical Design Doc, or Quarterly Report?393. **Core Claims**: What are the 2-3 main arguments or contributions?4041### Phase 2: Critical Analysis & Context421. **Contextualization**: If necessary, perform a quick `kb_search` (for internal docs) or `arxiv_search` (for academic docs) to see if this document aligns with or contradicts existing knowledge.432. **Methodology / Logic Assessment**: Evaluate based on the document type:44 - *For Academic/Technical*: Assess Soundness, Novelty, Reproducibility, and Statistical/Data Rigor.45 - *For Business/General*: Assess Clarity, Strategic Alignment, Feasibility, and Evidence Rigor (are claims backed by data?).4647### Phase 3: Strengths and Weaknesses Extraction48For each strength or weakness, explicitly note:49- **What**: The specific observation.50- **Where**: Section/figure/table reference.51- **Why it matters**: Impact on the document's overall reliability or utility.5253## Output Format5455Do not attempt to save the review to a file. **Directly output the complete review in Markdown format in the chat.** Use the following unified template, adapting the fields based on whether the document is academic or general:5657```markdown58# Document Review: [Title]5960## Metadata61- **Creator(s) / Author(s)**: [Name or Department]62- **Type**: [Academic Paper / Business Proposal / Technical Spec / etc.]63- **Date / Context**: [Year or specific context]6465## Executive Summary66[2-3 paragraph summary of the document's core objective, approach, and main findings/proposals. State your overall assessment upfront: what it does well, where it falls short, and its overall significance.]6768## Key Claims & Contributions691. [First major claim/contribution — one sentence]702. [Second major claim/contribution — one sentence]713. [Additional claims if any]7273## Strengths74### S1: [Concise strength title]75[Detailed explanation with specific references to sections. Explain WHY this is a strength.]7677### S2: [Concise strength title]78[...]7980## Weaknesses & Limitations81### W1: [Concise weakness title]82[Detailed explanation with specific references. Explain the impact of this weakness on the document's claims. Suggest how it could be addressed.]8384### W2: [Concise weakness title]85[...]8687## Rigor & Logic Assessment88| Criterion | Rating (1-5) | Assessment Justification |89|-----------|:---:|------------|90| Clarity & Structure | X | [Brief justification] |91| Evidence / Data Quality | X | [Brief justification] |92| Methodology / Feasibility | X | [Brief justification] |93| Contextual Alignment | X | [Brief justification, e.g., how it fits into the broader field or company strategy] |9495*(Note: Adjust the criteria names slightly if reviewing a highly theoretical physics paper vs. a corporate marketing plan).*9697## Questions for the Creators981. [Specific question that would clarify a concern or ambiguity]992. [Question about methodology choices, alternative approaches, or implementation details]100101## Actionable Recommendations102**Overall Assessment**: [Strongly Endorse / Endorse with Revisions / Neutral / Needs Major Rework]103104**Specific Suggestions for Improvement:**1051. [Actionable, constructive suggestion to fix W1]1062. [Actionable, constructive suggestion to fix W2]1073. [Minor formatting/typo fixes if applicable]108```109110## Review Principles111112- **Constructive Criticism:** Always suggest how to fix a problem. Don't just point out flaws; propose solutions.113- **Be Specific:** Reference exact sections, claims, or data points.114 - ❌ "The report lacks detail."115 - ✅ "Section 3 claims a 20% growth rate but provides no historical data or citation to back this projection."116- **Evaluate on its Own Merits:** Do not penalize a business memo for not being an academic paper, or vice versa. Judge it by the standards of its intended format.117- **Maintain Objectivity:** Ensure your tone is professional, respectful, and strictly analytical.