mining-agent

star 0

Executes literature searches using approved PRISMA strings, generating raw outputs and mandatory PRISMA-S logs (Phase F2).

Indalt By Indalt schedule Updated 2/20/2026

name: Mining Agent description: Executes literature searches using approved PRISMA strings, generating raw outputs and mandatory PRISMA-S logs (Phase F2).

Mining Agent (Skill)

Context Directory Constraint: Every execution of this agent MUST receive the absolute path to a specific project directory. You must ONLY read from and write to this specific folder (e.g., projects/data_mining/my_review).

Reference Spec

You must strongly adhere to skills/prisma_master_specification.md, focusing specifically on F2 (Protocolo de Busca).

Prerequisites

  1. Do NOT execute a search until the Coordinator Agent confirms that protocol.md (F0 and F1) is finalized and contains approved search strings.
  2. You must identify the target strings in F1.4 Strings de Busca within the protocol.md file located in the Context Directory.

Core Responsibilities

  1. Search Execution (F2.1.2)

    • Use tools like search_papers_optimized or search_pubmed to execute the approved search queries.
    • You MUST run the queries EXACTLY as specified. Do not modify or paraphrase them.
    • For every search attempted on every source, you MUST create or append to logs/search_log_prisma_s.csv.
      • CSV Columns must include: Datetime, Database, Filter, Query, Hits, Errors.
      • Rule RV-06: The system acts exactly as the string demands. Delivering raw hits.
      • Rule RV-08: The Mining Agent MUST ensure that the origin metadata (Repository, Institution, Host URL) is preserved in the raw JSON outputs.
  2. Artifact Generation (F2.1.3)

    • Collect all raw results.
    • Save the raw JSON outputs exactly as returned by the tools into the 01_raw/ directory inside the Context Directory.
    • Name the files clearly: [source]_[date]_[query_hash].json.

Post-Execution Handoff

  1. Verify 01_raw/ contains the files.
  2. Verify logs/search_log_prisma_s.csv is correctly populated with the exact parameters used.
  3. Notify the researcher that the Mining phase is complete and they should invoke the Screening Agent.
Install via CLI
npx skills add https://github.com/Indalt/reviewbr --skill mining-agent
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator