| name | internal-critique |
| description | Self-review a paper or thesis chapter before sharing with advisor or submitting. Simulates tough reviewer feedback to identify weaknesses before external review. Use when finishing a draft, preparing for advisor meeting, or doing pre-submission sanity check. |
| metadata | {"tags":["research","phd","review","critique","self-review","submission"],"version":"1.0.0","triggers":["Review my paper","Critique this draft","Find weaknesses in my paper","Pre-submission check","Simulate reviewer","Is my paper ready","Advisor meeting prep"]} |
Internal Critique
Simulate a tough-but-fair reviewer before anyone else sees your work.
Reviewer Mindset
Top conference reviewers ask:
- Is this problem important and unsolved?
- Is the proposed method novel?
- Are experiments convincing and fair?
- Are claims supported by evidence?
- Is the writing clear enough to follow?
Critique Protocol
Severity Grading System
Every issue must be assigned a severity level. This determines priority and revision strategy.
| Severity | Symbol | Definition | Revision Strategy |
|---|
| Critical | 🔴 | Paper would be rejected. Fundamental flaw in contribution, methodology, or ethics. | Must fix before any submission |
| Major | 🟡 | Significant weakness requiring substantial revision. Weakens core claims. | Fix before submission; may need new experiments |
| Minor | 🟢 | Polish issue. Doesn't affect scientific validity but hurts readability. | Fix if time permits; acceptable for initial submission |
| Suggestion | 🔵 | Optional improvement. Would strengthen but not required. | Address if reviewer raises it |
Level 1 — Critical Issues (🔴 Reject if any present)
Check each. If yes → fix before any sharing.
Level 2 — Major Weaknesses (🟡 Major revision territory)
Level 3 — Minor Issues (🟢 Polish)
Level 4 — Suggestions (🔵 Optional)
Section-Specific Review
Introduction
- Hook motivates real problem?
- Gap is specific, not "performance is important"?
- Contributions are concrete (numbers, not adjectives)?
Related Work
- Papers organized by theme, not dump of citations?
- Each cluster clearly differentiated from yours?
- Most recent papers included (within 2 years)?
Methodology
- Problem formally defined (notation, objective)?
- Algorithm reproducible from text alone?
- Assumptions stated explicitly?
Experiments
- Baselines are current SOTA?
- Same compute budget for all methods?
- Results table complete (all methods × all metrics)?
- Ablation covers all key design choices?
- At least 1 analysis beyond main table?
Writing
- Abstract ≤ 250 words?
- No paragraph > 8 sentences?
- No hedging words (very, clearly, obviously)?
- Every claim has citation or experimental support?
Output Format
Produce a structured critique report with severity grading:
## Internal Critique: [Paper Title]
### 🔴 Critical Issues (Must Fix)
| # | Issue | Location | Suggested Fix | Effort |
|---|-------|----------|---------------|--------|
| 1 | [description] | [section] | [action] | [hours] |
### 🟡 Major Weaknesses (Should Fix)
| # | Issue | Location | Suggested Fix | Effort |
|---|-------|----------|---------------|--------|
| 1 | [description] | [section] | [action] | [hours] |
### 🟢 Minor Issues (Fix if Time)
| # | Issue | Location | Suggested Fix | Effort |
|---|-------|----------|---------------|--------|
| 1 | [description] | [section] | [action] | [minutes] |
### 🔵 Suggestions (Optional)
| # | Suggestion | Benefit if Implemented |
|---|------------|------------------------|
| 1 | [description] | [impact] |
### Strongest Points
- [what works well — helps identify what to protect in revisions]
### Overall Assessment
| Criterion | Score (1-5) | Notes |
|-----------|-------------|-------|
| Contribution Clarity | [score] | |
| Methodological Rigor | [score] | |
| Experimental Validation | [score] | |
| Writing Quality | [score] | |
| Reproducibility | [score] | |
**Ready for:** advisor / workshop / top venue / needs more work
**Estimated revision time:** [X hours/days]
**Priority fixes:** [top 3 actions]
Simulated Reviewer Comments
For each weakness, write in reviewer voice:
"The authors claim X but only demonstrate Y. The baseline Z is missing, which is the strongest published method on this task. Without this comparison, the improvement claim is not convincing."
Then write your rebuttal response:
"We thank the reviewer. We will add Z as baseline. Preliminary results show our method still outperforms (Table attached). We will include in final version."
This prepares you for actual rebuttal if the paper gets reviewed.
Links to Other Skills
- Requires →
paper-writing (draft to review)
- Feeds into →
publication-strategy (after critique, choose venue)
- Can iterate back to →
experiment-tracking (if more experiments needed)