Ensures agents check and use provided context files for data before attempting external searches.
53
60%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./benchmarks/gdpval/skills/prioritize-context-data/SKILL.mdPrevent data hallucination and inefficiency by mandating that agents inspect and utilize provided reference files (CSV, XLSX, PDF, TXT, etc.) before attempting web searches or generating synthetic data.
If a reference file is provided in the task context, it is the source of truth. Do not fabricate data or search the web for information that exists within the provided attachments.
At the start of every task, explicitly list all files provided in the context window or attachment panel.
.xlsx, .csv), documents (.pdf, .docx), or data dumps (.json, .txt).Determine if any provided file contains the data required to complete the task.
If relevant files are found:
read_file, pandas, pdf_reader).When presenting data in the final output:
Massabama_active_listings.xlsx..."If the provided files do not contain the specific data needed:
Task: Create a report on active property listings.
Context: Massabama_active_listings.xlsx is attached.
Incorrect Approach:
Correct Approach:
Massabama_active_listings.xlsx in context.Massabama_active_listings.xlsx, the total value is..."c5a9c4b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.