Source: https://github.com/aipoch/medical-research-skills
Peer Review
When to Use
- Pre-submission manuscript check: Before submitting to a journal/conference to identify major risks and revision priorities.
- Internal lab/group review: For advisor or team quality control prior to external dissemination.
- Thesis/dissertation evaluation: To assess academic rigor, structure, and defensibility before committee review.
- Revision planning after feedback: To translate reviewer/editor comments into an actionable improvement roadmap.
- Quality assurance for research outputs: To ensure methods, reporting, and conclusions meet disciplinary standards.
Key Features
- Structured end-to-end review workflow: Overall evaluation → methods/results check → issue organization → recommendation.
- Major vs. minor issue triage: Separates publication-blocking problems from polish-level improvements.
- Actionable revision suggestions: Each issue is paired with concrete steps to fix or strengthen the work.
- Recommendation with rationale: Clear accept/revise/reject guidance with reasons and improvement path.
- Reusable templates and checklists: Supports consistent formatting and comprehensive coverage (see referenced files).
Dependencies
Example Usage
Use the template to produce a structured review.
Open the template:
assets/peer_review_template.md
Fill it using the workflow below. Example (copy/paste and complete):
# Peer Review Report
## 1. Overall Evaluation
**Summary of the work:**
This paper investigates [research question] by using [method/data]. The main contributions are: (1) [...], (2) [...].
**Novelty and significance:**
- Novelty: [high/medium/low] because [...]
- Significance: [high/medium/low] because [...]
## 2. Methods and Results
**Research design and methodology:**
- Appropriateness of design: [...]
- Data and sampling: [...]
- Statistical/analytical methods: [...]
- Reproducibility (code/data availability, parameter reporting): [...]
**Results vs. conclusions:**
- Do results support claims? [...]
- Alternative explanations addressed? [...]
- Robustness checks/ablation/sensitivity analysis: [...]
## 3. Issues and Revision Suggestions
### Major Issues (must address)
1. **Issue:** [...]
- **Why it matters:** [...]
- **Suggested fix:** [...]
- **Expected impact:** [...]
2. **Issue:** [...]
- **Why it matters:** [...]
- **Suggested fix:** [...]
- **Expected impact:** [...]
### Minor Issues (should address)
1. **Issue:** [...]
- **Suggested fix:** [...]
2. **Issue:** [...]
- **Suggested fix:** [...]
## 4. Recommendation
**Recommendation:** Accept / Minor Revision / Major Revision / Reject
**Rationale:**
Explain the decision based on novelty, rigor, clarity, and evidence strength.
**Path to improvement:**
List the top 3–5 changes that would most improve the manuscript.
For output formats, checklists, and inspection points, see:
Implementation Details
Review Workflow (Algorithm)
Read for global understanding
- Read the abstract and full text to form an overall impression.
- Identify the research question, claimed contributions, and target audience/venue.
Overall evaluation
- Summarize the research questions and major contributions.
- Assess novelty (what is new vs. prior work) and significance (why it matters).
Methods and results verification
- Check research design, data quality, and statistical/analytical methods for correctness and suitability.
- Evaluate whether results logically and quantitatively support the conclusions.
- Flag missing details that prevent replication (e.g., parameters, datasets, baselines, evaluation protocol).
Issue organization
- Classify findings into:
- Major issues: validity threats, methodological flaws, unsupported claims, missing critical experiments, ethical/compliance gaps.
- Minor issues: clarity, formatting, citations, small inconsistencies, language improvements.
- For each issue, provide an actionable revision suggestion (what to change and how).
Recommendation
- Provide a decision (accept/revise/reject) aligned with the severity and fixability of major issues.
- Explain the rationale and provide a prioritized improvement path.
Key Parameters / Criteria
- Novelty: degree of differentiation from prior work; clarity of contribution statement.
- Significance: practical/theoretical impact; relevance to the field and venue.
- Rigor: appropriateness of methods; correctness of analysis; robustness checks.
- Evidence alignment: strength of support from results to claims; avoidance of overgeneralization.
- Reproducibility: completeness of experimental details; availability of data/code; transparent reporting.
- Clarity and structure: logical flow, readability, figure/table quality, and citation completeness.
Templates and References
- Template (preferred for structured output):
assets/peer_review_template.md
- Guidance/checklists/output formats:
references/guide.md
1---2name: peer-review-63description: Conduct professional peer reviews for papers or theses, providing structured evaluations and improvement suggestions; use when you need a pre-submission assessment, an internal review, or academic quality control.4license: MIT5---6> **Source**: [https://github.com/aipoch/medical-research-skills](https://github.com/aipoch/medical-research-skills)78# Peer Review910## When to Use1112- **Pre-submission manuscript check**: Before submitting to a journal/conference to identify major risks and revision priorities.13- **Internal lab/group review**: For advisor or team quality control prior to external dissemination.14- **Thesis/dissertation evaluation**: To assess academic rigor, structure, and defensibility before committee review.15- **Revision planning after feedback**: To translate reviewer/editor comments into an actionable improvement roadmap.16- **Quality assurance for research outputs**: To ensure methods, reporting, and conclusions meet disciplinary standards.1718## Key Features1920- **Structured end-to-end review workflow**: Overall evaluation → methods/results check → issue organization → recommendation.21- **Major vs. minor issue triage**: Separates publication-blocking problems from polish-level improvements.22- **Actionable revision suggestions**: Each issue is paired with concrete steps to fix or strengthen the work.23- **Recommendation with rationale**: Clear accept/revise/reject guidance with reasons and improvement path.24- **Reusable templates and checklists**: Supports consistent formatting and comprehensive coverage (see referenced files).2526## Dependencies2728- **None (runtime)**2930## Example Usage3132Use the template to produce a structured review.33341. Open the template:35 - `assets/peer_review_template.md`36372. Fill it using the workflow below. Example (copy/paste and complete):3839```markdown40# Peer Review Report4142## 1. Overall Evaluation43**Summary of the work:** 44This paper investigates [research question] by using [method/data]. The main contributions are: (1) [...], (2) [...].4546**Novelty and significance:** 47- Novelty: [high/medium/low] because [...]48- Significance: [high/medium/low] because [...]4950## 2. Methods and Results51**Research design and methodology:** 52- Appropriateness of design: [...]53- Data and sampling: [...]54- Statistical/analytical methods: [...]55- Reproducibility (code/data availability, parameter reporting): [...]5657**Results vs. conclusions:** 58- Do results support claims? [...]59- Alternative explanations addressed? [...]60- Robustness checks/ablation/sensitivity analysis: [...]6162## 3. Issues and Revision Suggestions6364### Major Issues (must address)651. **Issue:** [...]66 - **Why it matters:** [...]67 - **Suggested fix:** [...]68 - **Expected impact:** [...]69702. **Issue:** [...]71 - **Why it matters:** [...]72 - **Suggested fix:** [...]73 - **Expected impact:** [...]7475### Minor Issues (should address)761. **Issue:** [...]77 - **Suggested fix:** [...]78792. **Issue:** [...]80 - **Suggested fix:** [...]8182## 4. Recommendation83**Recommendation:** Accept / Minor Revision / Major Revision / Reject8485**Rationale:** 86Explain the decision based on novelty, rigor, clarity, and evidence strength.8788**Path to improvement:** 89List the top 3–5 changes that would most improve the manuscript.90```9192For output formats, checklists, and inspection points, see:93- `references/guide.md`9495## Implementation Details9697### Review Workflow (Algorithm)98991. **Read for global understanding**100 - Read the abstract and full text to form an overall impression.101 - Identify the research question, claimed contributions, and target audience/venue.1021032. **Overall evaluation**104 - Summarize the research questions and major contributions.105 - Assess **novelty** (what is new vs. prior work) and **significance** (why it matters).1061073. **Methods and results verification**108 - Check research design, data quality, and statistical/analytical methods for correctness and suitability.109 - Evaluate whether results **logically and quantitatively** support the conclusions.110 - Flag missing details that prevent replication (e.g., parameters, datasets, baselines, evaluation protocol).1111124. **Issue organization**113 - Classify findings into:114 - **Major issues**: validity threats, methodological flaws, unsupported claims, missing critical experiments, ethical/compliance gaps.115 - **Minor issues**: clarity, formatting, citations, small inconsistencies, language improvements.116 - For each issue, provide an **actionable** revision suggestion (what to change and how).1171185. **Recommendation**119 - Provide a decision (accept/revise/reject) aligned with the severity and fixability of major issues.120 - Explain the rationale and provide a prioritized improvement path.121122### Key Parameters / Criteria123124- **Novelty**: degree of differentiation from prior work; clarity of contribution statement.125- **Significance**: practical/theoretical impact; relevance to the field and venue.126- **Rigor**: appropriateness of methods; correctness of analysis; robustness checks.127- **Evidence alignment**: strength of support from results to claims; avoidance of overgeneralization.128- **Reproducibility**: completeness of experimental details; availability of data/code; transparent reporting.129- **Clarity and structure**: logical flow, readability, figure/table quality, and citation completeness.130131### Templates and References132133- Template (preferred for structured output): `assets/peer_review_template.md`134- Guidance/checklists/output formats: `references/guide.md`