Analyzes clinical diagnostic accuracy studies for bias using the QUADAS-2 tool. Use when Claude needs to assess the quality, risk of bias, or applicability of diagnostic accuracy studies (e.g., "Assess this paper using QUADAS-2").
63
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Data Analysis/diagnostic-study-quality-assessment-quadas-2/SKILL.mdThis skill evaluates clinical diagnostic accuracy studies for bias and applicability concerns using the Quality Assessment of Diagnostic Accuracy Studies-2 (QUADAS-2) tool.
scripts/pdf_extractor.py is the most direct path to complete the request.diagnostic-study-quality-assessment-quadas-2 package behavior rather than a generic answer.scripts/pdf_extractor.py plus 1 additional script(s).references/ for task-specific guidance.assets/example_asset.txt.Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.cd "20260316/scientific-skills/Data Analytics/diagnostic-study-quality-assessment-quadas-2"
python -m py_compile scripts/pdf_extractor.py
python scripts/pdf_extractor.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/pdf_extractor.py with the validated inputs.See ## Workflow above for related details.
scripts/pdf_extractor.py with additional helper scripts under scripts/.references/ contains supporting rules, prompts, or checklists.assets/.To assess a study, follow these steps:
Analyze Patient Selection:
references/quadas_2_criteria.md for detailed signaling questions.Analyze Index Test:
Analyze Reference Standard:
Analyze Flow and Timing:
For each domain (Patient Selection, Index Test, Reference Standard, Flow and Timing), you MUST output the findings in the following structure:
### [Domain Name]
**[Signaling Question 1]?**
- Comments: [Explanation in Chinese]
- Quote: [Original text quote]
- Answer: [Yes/No/Unclear]
... (Repeat for all signaling questions)For processing PDF literature, you can use the provided Python script:
# Install dependencies
pip install PyPDF2
# Extract full text
python scripts/pdf_extractor.py "paper.pdf"
# Extract specific page range
python scripts/pdf_extractor.py "paper.pdf" 5 15The script will automatically extract the text, which you can then copy and send to me for QUADAS-2 assessment.
f5ef65b
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.