smithery/mahirkurt

prisma-s-press-search-qa

PRISMA-S uyumlu arama raporlama + PRESS (Peer Review of Electronic Search Strategies) kalite kontrol checklist'i.

Installation

$ npx skills add smithery/mahirkurt --skill prisma-s-press-search-qa

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/mahirkurt.

npx skills add smithery/mahirkurt

Browse all from smithery/mahirkurt

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,555 B
  • docs SUMMARY.md 145 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

PRISMA-S + PRESS Search QA

Amaç

  • Arama stratejisini PRISMA-S'e uygun raporlamak.
  • Sorguların PRESS prensiplerine göre teknik kalite kontrolünü yapmak.

Girdi

  • Araştırma sorusu + PICO/PECO
  • Kullanılan veri tabanları (EuropePMC/PubMed/Scopus/Embase/Semantic Scholar vb.)
  • Her kaynak için query string + filtreler + tarih

Çıktı (önerilen JSON)

{
  "search_qa": {
    "protocol_id": "...",
    "run_id": "YYYYMMDD-HHMM",
    "databases": [
      {
        "name": "EuropePMC",
        "query": "...",
        "filters": {"year_from": null, "year_to": null},
        "ran_at": "YYYY-MM-DDTHH:mm:ssZ",
        "n_results": 1234
      }
    ],
    "press_check": {
      "translation_errors": [],
      "boolean_logic": [],
      "subject_headings": [],
      "text_word_searching": [],
      "spelling_syntax": [],
      "limits_filters": [],
      "overall_notes": []
    },
    "prisma_s_fields": {
      "information_sources": [],
      "full_strategies_reported": true,
      "date_last_searched": "YYYY-MM-DD"
    }
  }
}

PRESS mini-checklist (uygulama)

  1. Boolean/parentheses doğru mu? (AND/OR gruplama)
  2. Field tags doğru mu? (title/abstract, MeSH vs)
  3. Synonym/variant coverage yeterli mi?
  4. Spelling/typo var mı?
  5. Limits/filters protokole uygun mu? (yıl, dil, insan)
  6. Çok daraltma var mı? (sıfır sonuç riski)