.agent/skills/research-paper-analysis/SKILL.md
Extracting key points, methodology analysis, literature review patterns. Use when Julia's thesis agent needs to process research papers for Raphael's master's thesis.
npx skillsauth add abzhaw/juliaz_agents research-paper-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
For each paper, extract:
1. Research question / hypothesis
2. Methodology (quantitative/qualitative/mixed)
3. Key findings (3-5 bullet points)
4. Limitations acknowledged by authors
5. Relevance to Raphael's thesis topic
6. Citation key (AuthorYear format)
Analyze this research paper and extract:
1. **Research Question**: What question does the paper answer?
2. **Methodology**: How was the research conducted?
3. **Key Findings**: Top 3-5 findings (German: Kernaussagen)
4. **Limitations**: What do the authors acknowledge as limitations?
5. **Thesis Relevance**: How does this relate to [thesis topic]?
Format as JSON with these exact keys:
research_question, methodology, findings, limitations, relevance
## Literaturüberblick
### Themenbereich 1: [topic]
[Author1, Year] untersucht... und kommt zu dem Schluss, dass...
Im Gegensatz dazu zeigt [Author2, Year], dass...
Diese Befunde werden durch [Author3, Year] gestützt.
### Forschungslücke
Die vorliegende Literatur zeigt, dass [gap] bisher nicht
ausreichend erforscht wurde.
# Extract text from PDF
npx pdf2json input.pdf output.json
# Or using pdftotext (poppler)
pdftotext paper.pdf paper.txt
development
Fortschrittsverfolgung der Masterarbeit. Wortanzahl pro Kapitel, Fertigstellungsgrad, fehlende Elemente, Deadlines. Haelt den Ueberblick.
development
Kapitelarchitektur und Gliederung der Masterarbeit. Verwaltet die Struktur, schlaegt vor wo Inhalte hingehoeren, validiert den logischen Fluss zwischen Kapiteln.
tools
Konvertiert Protokolleinträge und Session-Logs in thesis-fähiges deutsches Narrativ. Transformiert Entwicklungsdokumentation in akademische Prosa.
research
Sucht und analysiert akademische Literatur. Findet relevante Papers, erstellt strukturierte Zusammenfassungen. Zitiert NIEMALS — schlaegt nur vor.