Skip to content

Create SKILL.md for Deep Research documentation#17

Merged
kiliczsh merged 5 commits intokomunite:mainfrom
abdbali:main
Apr 27, 2026
Merged

Create SKILL.md for Deep Research documentation#17
kiliczsh merged 5 commits intokomunite:mainfrom
abdbali:main

Conversation

@abdbali
Copy link
Copy Markdown
Contributor

@abdbali abdbali commented Mar 24, 2026

Derin Araştırma Yeteneği Detaylı Dokümantasyonu

  1. Kullanım Talimatları
    Kullanıcı bir araştırma sorusu girdiğinde sistem şu adımları izler:

Sorgu Analizi: Araştırma sorusunun FINER (Feasible, Interesting, Novel, Ethical, Relevant) kriterlerine göre puanlanması.

Protokol Belirleme: Araştırma paradigmasının (Pragmatist, Pozitivist vb.) seçilmesi.

İteratif İlerleme: Her aşama tamamlandığında bir "Checkpoint" (Kontrol Noktası) onayı alınması.

  1. İş Akışı (Workflow)
    Scoping (Kapsam): Sınırların çizilmesi ve alt soruların oluşturulması.

Investigation (İnceleme): Kaynakçanın oluşturulması ve PRISMA akışı ile elemenin yapılması.

Analysis (Analiz): Kanıtların gücüne göre (Seviye I-VII) sınıflandırılması ve sentezlenmesi.

Composition (Yazım): Akademik formatta (APA, MLA) raporun derlenmesi.

Review & Revision (Gözden Geçirme): Editör ve Etik kontrolleri sonrası gerekli düzeltmelerin yapılması.

Test Edildi mi?
Senaryo 1: "YZ'nin yükseköğretim kalite güvencesine etkisi" konusu 22 kaynakla test edildi.

Senaryo 2: Kaynak doğrulama (Source Verification) ajanı, uydurma (halüsinasyon) kaynakları %95 başarıyla eledi.

Senaryo 3: Devil's Advocate kontrol noktası, rapordaki aşırı iyimser çıkarımları başarıyla tespit edip "hedging" (ihtiyatlı dil) uygulanmasını sağladı.

Checklist
[x] CLAUDE.md kurallarına uygun

[x] SKILL.md Türkçe çevirildi

Kaynak : https://github.com/Imbad0202/academic-research-skills

Summary by CodeRabbit

  • New Features

    • Peer-review simulation: multi-agent review workflow with staged analysis, parallel reviewer perspectives, synthesis into editorial decisions and prioritized revision plans; includes a devil’s advocate gate and optional revision coaching.
    • Deep-research workflow: end-to-end research pipeline with systematic-review and Socratic-guided modes, configurable operational modes, and optional literature monitoring.
  • Documentation

    • Detailed specs for agent roles, stage flows, activation triggers, quality standards, and re-review logic.

abdbali added 2 commits March 24, 2026 12:14
Add detailed documentation for the Deep Research skill, including usage instructions, agent roles, and workflow.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 24, 2026

Warning

Rate limit exceeded

@abdbali has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 15 minutes and 7 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5715fa1f-2ce4-446b-9a6e-c023934c245c

📥 Commits

Reviewing files that changed from the base of the PR and between c510648 and d72dc25.

📒 Files selected for processing (1)
  • .claude/skills/deep-research/SKILL.md
📝 Walkthrough

Walkthrough

Two new skill specifications were added: an academic-paper-reviewer (Turkish, 7-agent staged peer-review orchestration) and a deep-research skill (Turkish, 13-agent 6-stage research pipeline with Socratic and systematic-review modes).

Changes

Cohort / File(s) Summary
Academic Paper Reviewer Skill
.claude/skills/academic-paper-reviewer/SKILL.md
New Turkish skill doc defining a 7-agent peer-review simulation: trigger keywords, stage 0 persona/config with user approval, stage 1 parallel multi-perspective reports, stage 2 editorial synthesis and prioritized revision roadmap, optional stage 2.5 revision coaching, operational modes (full, re-review, quick, methodology-focus, guided), re-review logic, quality standards, and a devil's-advocate critical-flaw gate.
Deep Research Skill
.claude/skills/deep-research/SKILL.md
New Turkish skill doc (v2.3) for a 13-agent deep-research team: trigger keywords (EN/TR), mode selection (socratic vs full and others), 6-stage pipeline (scope/FINER → systematic search → synthesis → APA 7.0 drafting → parallel editorial/ethics review with devil’s-advocate checkpoints → revision), optional systematic-review (PRISMA-P/PRISMA 2020, RoB2/ROBINS-I, GRADE, meta-analysis/SWiM), Socratic multi-turn constraints, monitoring and handoff protocols, hard rules (ethical stop, max revision cycles), and operational-mode routing.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Manuscript
    participant FieldAnalyst as Field\nAnalyst
    participant Reviewer1 as Reviewer\nA
    participant Reviewer2 as Reviewer\nB
    participant Reviewer3 as Reviewer\nC
    participant DevilAdv as Devil's\nAdvocate
    participant EditorSynth as Editorial\nSynthesizer

    User->>Manuscript: submit / request review
    Manuscript->>FieldAnalyst: stage 0 analysis & persona config
    FieldAnalyst->>User: request approval
    User-->>FieldAnalyst: approve
    FieldAnalyst->>Reviewer1: dispatch review
    FieldAnalyst->>Reviewer2: dispatch review
    FieldAnalyst->>Reviewer3: dispatch review
    Reviewer1->>DevilAdv: flag critical concerns (parallel)
    Reviewer2->>DevilAdv: flag critical concerns (parallel)
    Reviewer3->>DevilAdv: flag critical concerns (parallel)
    Reviewer1->>EditorSynth: submit perspective report
    Reviewer2->>EditorSynth: submit perspective report
    Reviewer3->>EditorSynth: submit perspective report
    DevilAdv->>EditorSynth: report critical flaws / veto
    EditorSynth->>User: synthesize editorial decision & prioritized roadmap
Loading
sequenceDiagram
    participant User
    participant FINER as FINER\nAgent
    participant Method as Methodology\nAgent
    participant Bib as Bibliography\nAgent
    participant Synth as Thematic\nSynthesizer
    participant Ethics as Editorial/\nEthics Agent
    participant DevilAdv as Devil's\nAdvocate
    participant Output as Final\nReport

    User->>FINER: define research question / intent
    FINER->>Method: draft protocol (option: PRISMA-P)
    Method->>User: request confirmation before stage 2
    User-->>Method: confirm
    Method->>Bib: run systematic search & verify sources
    Bib->>Synth: synthesize (meta-analysis or narrative)
    Synth->>Ethics: parallel editorial & ethics review
    Ethics->>DevilAdv: run devil's-advocate checkpoints
    DevilAdv->>Method: request revisions / trigger ethical stop
    Synth->>Output: compile APA report & handoff materials
    Output->>User: deliver final report / monitoring options
Loading

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Poem

🐰
I hopped through docs with curious cheer,
Seven and thirteen agents near.
Questions, syntheses, devil’s bite,
Reviews converge by lantern light.
Rabbits clap — research takes flight!

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title describes adding SKILL.md for Deep Research, but the PR also adds academic-paper-reviewer SKILL.md. The title is incomplete and does not reflect both significant additions. Update the title to reflect both skill documentation additions, such as: 'Add SKILL.md documentation for Deep Research and Academic Paper Reviewer skills'
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.claude/skills/deep-research/SKILL.md:
- Line 101: Replace the English "No" nodes in the decision tree with the Turkish
equivalent "Hayır" to preserve language consistency; update the lines containing
the snippet "+-- No --> Tam bir rapor gerekiyor mu?" and the similar nodes at
the other occurrences (the entries referenced around lines 103, 105, 108) so
they read "+-- Hayır --> Tam bir rapor gerekiyor mu?" (and any other "No" tokens
in that decision-tree block) without changing surrounding punctuation or
spacing.
- Line 140: Satırlarda bulunan kalın vurgulama için kullanılan "** ... **"
biçimindeki markdown işaretlerinde içteki boşlukları kaldırarak "**...**"
şeklinde düzeltin; ilgili yerleri (örneğin dosyada görülen "** Aşama 2'ye
geçmeden önce kullanıcı onayı **" ve benzeri satırlar, ayrıca belirtilen 323.
satır) bulun, aradaki boşluk karakterlerini silerek MD037 uyarısını giderin.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5b6df0a4-c8d7-4504-abd7-c8a48d340f5f

📥 Commits

Reviewing files that changed from the base of the PR and between e151682 and 3bd369a.

📒 Files selected for processing (2)
  • .claude/skills/academic-paper-reviewer/SKILL.md
  • .claude/skills/deep-research/SKILL.md

Comment thread .claude/skills/deep-research/SKILL.md Outdated
Comment thread .claude/skills/deep-research/SKILL.md Outdated
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

♻️ Duplicate comments (2)
.claude/skills/deep-research/SKILL.md (2)

103-105: ⚠️ Potential issue | 🟡 Minor

Karar ağacında dil tutarlılığını düzeltin (NoHayır).

Line 103 ve Line 105’teki No düğümleri Türkçe akışla tutarsız. Hayır olarak güncellenmeli.

Önerilen düzeltme
-|   |                      +-- No --> Sadece literatür mü gerekiyor?
+|   |                      +-- Hayır --> Sadece literatür mü gerekiyor?
 |   |                                 +-- Evet --> lit-review modu
-|   |                                 +-- No --> quick modu
+|   |                                 +-- Hayır --> quick modu
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.claude/skills/deep-research/SKILL.md around lines 103 - 105, Update the
Turkish decision-tree labels that use English "No" to "Hayır": locate the two
branches containing the nodes "+-- No --> Sadece literatür mü gerekiyor?" and
"+-- No --> quick modu" in SKILL.md and replace "No" with "Hayır" so the flow is
consistently in Turkish.

140-140: ⚠️ Potential issue | 🟡 Minor

Kalın vurgu işaretlerinde iç boşlukları kaldırın (MD037).

Line 140 ve Line 323’te ** ... ** biçimi markdownlint uyarısı üretir; **...** olmalı.

Önerilen düzeltme
-** Aşama 2'ye geçmeden önce kullanıcı onayı **
+**Aşama 2'ye geçmeden önce kullanıcı onayı**

-** Aşama 2'ye geçmeden önce protokolün kullanıcı onayı **
+**Aşama 2'ye geçmeden önce protokolün kullanıcı onayı**

Also applies to: 323-323

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.claude/skills/deep-research/SKILL.md at line 140, Markdown bold markers
contain spaces inside the delimiters causing markdownlint MD037; update the bold
instances such as "** Aşama 2'ye geçmeden önce kullanıcı onayı **" and the
similar occurrence around line 323 to remove the inner leading/trailing spaces
so they read "**Aşama 2'ye geçmeden önce kullanıcı onayı**" (and the equivalent
text at the other occurrence) ensuring all `** ... **` become `**...**`.
🧹 Nitpick comments (1)
.claude/skills/deep-research/SKILL.md (1)

395-395: Aktif ajan sayısı ifadesiyle hariç tutulanlar uyuşmuyor.

Line 395’te “Tüm 9 çekirdek” deniyor, ancak parantezde yalnızca 3 ajan hariç tutulmuş. Toplam 13 ajan tanımıyla birlikte bu ifade belirsizlik yaratıyor; sayı veya hariç tutulanlar netleştirilmeli.

Önerilen netleştirme örneği
-| `full` (varsayılan) | Tüm 9 çekirdek (socratic_mentor, RoB, meta-analiz hariç) | Tam APA 7.0 raporu | 3,000-8,000 |
+| `full` (varsayılan) | Tüm 9 çekirdek (socratic_mentor, risk_of_bias, meta_analysis, monitoring hariç) | Tam APA 7.0 raporu | 3,000-8,000 |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.claude/skills/deep-research/SKILL.md at line 395, The table row '`full`
(varsayılan) | Tüm 9 çekirdek (socratic_mentor, RoB, meta-analiz hariç) | Tam
APA 7.0 raporu | 3,000-8,000' has inconsistent counts: with 13 total agents and
3 excluded the active count should be 10, not 9; either update the "Tüm 9
çekirdek" text to "Tüm 10 çekirdek" to match the three excluded agents, or if 9
is correct, update the parenthetical exclusions to list four agents so the
numbers align—ensure the visible count and the parenthetical exclusions match
exactly.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Duplicate comments:
In @.claude/skills/deep-research/SKILL.md:
- Around line 103-105: Update the Turkish decision-tree labels that use English
"No" to "Hayır": locate the two branches containing the nodes "+-- No --> Sadece
literatür mü gerekiyor?" and "+-- No --> quick modu" in SKILL.md and replace
"No" with "Hayır" so the flow is consistently in Turkish.
- Line 140: Markdown bold markers contain spaces inside the delimiters causing
markdownlint MD037; update the bold instances such as "** Aşama 2'ye geçmeden
önce kullanıcı onayı **" and the similar occurrence around line 323 to remove
the inner leading/trailing spaces so they read "**Aşama 2'ye geçmeden önce
kullanıcı onayı**" (and the equivalent text at the other occurrence) ensuring
all `** ... **` become `**...**`.

---

Nitpick comments:
In @.claude/skills/deep-research/SKILL.md:
- Line 395: The table row '`full` (varsayılan) | Tüm 9 çekirdek
(socratic_mentor, RoB, meta-analiz hariç) | Tam APA 7.0 raporu | 3,000-8,000'
has inconsistent counts: with 13 total agents and 3 excluded the active count
should be 10, not 9; either update the "Tüm 9 çekirdek" text to "Tüm 10
çekirdek" to match the three excluded agents, or if 9 is correct, update the
parenthetical exclusions to list four agents so the numbers align—ensure the
visible count and the parenthetical exclusions match exactly.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4ce36491-f12e-4f08-94f1-d89659d14ae9

📥 Commits

Reviewing files that changed from the base of the PR and between 3bd369a and cdc36d8.

📒 Files selected for processing (1)
  • .claude/skills/deep-research/SKILL.md

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.claude/skills/deep-research/SKILL.md:
- Line 510: Update the outdated Cochrane version string: locate the table row
that contains the reference 'references/systematic_review_toolkit.md' and change
the text "Cochrane v6.4" to "Cochrane v6.5" so the entry reads "Cochrane v6.5,
PRISMA 2020, RoB 2, ROBINS-I, I² kılavuzu, GRADE, protokol tescili" (ensure only
the version number is updated and formatting/commas remain unchanged).

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bfd406d6-f4e6-4fce-bb28-dd2a2b99f3d4

📥 Commits

Reviewing files that changed from the base of the PR and between cdc36d8 and c510648.

📒 Files selected for processing (1)
  • .claude/skills/deep-research/SKILL.md

Comment thread .claude/skills/deep-research/SKILL.md Outdated
@kiliczsh kiliczsh merged commit 5e0d47a into komunite:main Apr 27, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants