mcpbeat Sign in

Scientific Critical Thinking Agent Skill

Evaluate scientific claims and evidence quality. Use for assessing experimental design validity, identifying biases and confounders, applying evidence grading frameworks (GRADE, Cochrane Risk of Bias), or teaching critical analysis. Best for understanding evidence quality, identifying flaws. For formal peer review writing use peer-review.

26k tokens
context cost
the whole folder, loaded on every use
8
files
instructions only
1
copies elsewhere
how many repositories repackaged it
32514
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/K-Dense-AI/scientific-agent-skills --skill scientific-critical-thinking

The instruction itself

11 sections, as written by the author

Scientific Critical Thinking

Overview

Critical thinking is a systematic process for evaluating scientific rigor. Assess methodology, experimental design, statistical validity, biases, confounding, and evidence quality using GRADE and Cochrane ROB frameworks. Apply this skill for critical analysis of scientific claims.

When to Use This Skill

This skill should be used when:

  • Evaluating research methodology and experimental design
  • Assessing statistical validity and evidence quality
  • Identifying biases and confounding in studies
  • Reviewing scientific claims and conclusions
  • Conducting systematic reviews or meta-analyses
  • Applying GRADE or Cochrane risk of bias assessments
  • Providing critical analysis of research papers

Visual Aids (Optional)

Only add figures when the user explicitly requests a diagram (for example, a GRADE flowchart, bias decision tree, or evidence-quality framework).

When figures help:

  • Critical thinking framework diagrams
  • Bias identification decision trees
  • Evidence quality assessment flowcharts
  • GRADE or risk-of-bias evaluation frameworks

How to create figures:

  • Preferred: Use the scientific-schematics skill for AI-generated diagrams from a natural-language description
  • Alternative: Build figures in your usual tools (draw.io, PowerPoint, matplotlib, etc.)

From the scientific-schematics skill directory, with OPENROUTER_API_KEY set:

python scripts/generate_schematic.py "GRADE evidence assessment flowchart with downgrade and upgrade factors" -o figures/grade_flowchart.png --doc-type report

Disclosure: AI schematic generation sends your prompt to OpenRouter (a third-party API). Do not include unpublished sensitive details unless that transmission is appropriate for your project.


Core Capabilities

Seven capability areas, each with the questions to ask and what the answers imply, are in

references/core_capabilities.md:

  • Methodology critique — design, controls, confounding, and whether the method can

answer the question asked.

  • Bias detection — selection, measurement, publication, and cognitive biases.
  • Statistical analysis evaluation — power, multiplicity, p-value misuse, effect sizes.
  • Evidence quality assessment — study hierarchy, replication, and strength of inference.
  • Logical fallacy identification — the fallacies that recur in scientific argument.
  • Research design guidance — how to strengthen a design before data collection.
  • Claim evaluation — separating what was shown from what is being asserted.

Per-topic detail is in references/scientific_method.md,

references/common_biases.md,

references/statistical_pitfalls.md,

references/evidence_hierarchy.md,

references/logical_fallacies.md, and

references/experimental_design.md.

Application Guidelines

General Approach

  • Be Constructive
  • Identify strengths as well as weaknesses
  • Suggest improvements rather than just criticizing
  • Distinguish between fatal flaws and minor limitations
  • Recognize that all research has limitations
  • Be Specific
  • Point to specific instances (e.g., "Table 2 shows..." or "In the Methods section...")
  • Quote problematic statements
  • Provide concrete examples of issues
  • Reference specific principles or standards violated
  • Be Proportionate
  • Match criticism severity to issue importance
  • Distinguish between major threats to validity and minor concerns
  • Consider whether issues affect primary conclusions
  • Acknowledge uncertainty in your own assessments
  • Apply Consistent Standards
  • Use same criteria across all studies
  • Don't apply stricter standards to findings you dislike
  • Acknowledge your own potential biases
  • Base judgments on methodology, not results
  • Consider Context
  • Acknowledge practical and ethical constraints
  • Consider field-specific norms for effect sizes and methods
  • Recognize exploratory vs. confirmatory contexts
  • Account for resource limitations in evaluating studies

When Providing Critique

Structure feedback as:

  • Summary: Brief overview of what was evaluated
  • Strengths: What was done well (important for credibility and learning)
  • Concerns: Issues organized by severity
  • Critical issues (threaten validity of main conclusions)
  • Important issues (affect interpretation but not fatally)
  • Minor issues (worth noting but don't change conclusions)
  • Specific Recommendations: Actionable suggestions for improvement
  • Overall Assessment: Balanced conclusion about evidence quality and what can be concluded

Use precise terminology:

  • Name specific biases, fallacies, and methodological issues
  • Reference established standards and guidelines
  • Cite principles from scientific methodology
  • Use technical terms accurately

When Uncertain

  • Acknowledge uncertainty: "This could be X or Y; additional information needed is Z"
  • Ask clarifying questions: "Was [methodological detail] done? This affects interpretation."
  • Provide conditional assessments: "If X was done, then Y follows; if not, then Z is concern"
  • Note what additional information would resolve uncertainty

Reference Materials

This skill includes comprehensive reference materials that provide detailed frameworks for critical evaluation:

  • references/scientific_method.md - Core principles of scientific methodology, the scientific process, critical evaluation criteria, red flags in scientific claims, causal inference standards, peer review, and open science principles
  • references/common_biases.md - Comprehensive taxonomy of cognitive, experimental, methodological, statistical, and analysis biases with detection and mitigation strategies
  • references/statistical_pitfalls.md - Common statistical errors and misinterpretations including p-value misunderstandings, multiple comparisons problems, sample size issues, effect size mistakes, correlation/causation confusion, regression pitfalls, and meta-analysis issues
  • references/evidence_hierarchy.md - Traditional evidence hierarchy, GRADE system, study quality assessment criteria, domain-specific considerations, evidence synthesis principles, and practical decision frameworks
  • references/logical_fallacies.md - Logical fallacies common in scientific discourse organized by type (causation, generalization, authority, relevance, structure, statistical) with examples and detection strategies
  • references/experimental_design.md - Comprehensive experimental design checklist covering research questions, hypotheses, study design selection, variables, sampling, blinding, randomization, control groups, procedures, measurement, bias minimization, data management, statistical planning, ethical considerations, validity threats, and reporting standards

When to consult references:

  • Load references into context when detailed frameworks are needed
  • Use grep to search references for specific topics: grep -r "pattern" references/
  • References provide depth; SKILL.md provides procedural guidance
  • Consult references for comprehensive lists, detailed criteria, and specific examples

Remember

Scientific critical thinking is about:

  • Systematic evaluation using established principles
  • Constructive critique that improves science
  • Proportional confidence to evidence strength
  • Transparency about uncertainty and limitations
  • Consistent application of standards
  • Recognition that all research has limitations
  • Balance between skepticism and openness to evidence

Always distinguish between:

  • Data (what was observed) and interpretation (what it means)
  • Correlation and causation
  • Statistical significance and practical importance
  • Exploratory and confirmatory findings
  • What is known and what is uncertain
  • Evidence against a claim and evidence for the null

Goals of critical thinking:

  • Identify strengths and weaknesses accurately
  • Determine what conclusions are supported
  • Recognize limitations and uncertainties
  • Suggest improvements for future work
  • Advance scientific understanding

Other skills for the same job

different authors, same section of the catalogue
Changelog Generator
by frostant
×9

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

774 tokens
Codex
by softaworks
×2

Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing. Uses GPT-5.2 by default for state-of-the-art software engineering.

2k tokens
Memory Safety Patterns
by ComeOnOliver
×2

Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs.

6k tokens
Gh Fix CI
by openai
vendor ×1

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

8k tokens scripts
Declarative Agent Developer
by microsoft
vendor ×1

> Create, build, deploy, and localize declarative agents for M365 Copilot and Teams. USE THIS SKILL for ANY task involving a declarative agent — including localization, scaffolding, editing manifests, adding capabilities, and deploying. Localization requires tokenized manifests and language files that only this skill knows how to produce. "scaffold an agent", "new agent project", "add a capability", "add a plugin", "configure my agent", "deploy my agent", "fix my agent manifest", "edit my agent", "localize my agent", "add localization", "translate my agent", "multi-language agent", "add an API plugin", "add an MCP plugin", "add OAuth to my plugin", "review instructions", "improve instructions", "fix my instructions"

66k tokens
Documentation
by lingxling
×1

Documentation generation workflow covering API docs, architecture docs, README files, code comments, and technical writing.

1k tokens
Readme I18n
by ComeOnOliver
×1

Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.

5k tokens
Changelog Generator
by ComeOnOliver
×1

Generate user-friendly release notes from git commits. Use this when preparing releases, writing changelogs, or summarizing development progress.

4k tokens

How to use it

Copy the folder

Take k-dense-ai/scientific-critical-thinking from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.