Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

hum-critical-thinking哼哼批判性思维

Agent Skill

hum-critical-thinking 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

456

周安装

19

GitHub Stars

125

下载量

152
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:hum-critical-thinking(哼哼批判性思维)
来源仓库:https://github.com/asgard-ai-platform/skills
仓库路径:skills/hum-critical-thinking
安装命令:
npx skills add https://github.com/asgard-ai-platform/skills --skill hum-critical-thinking
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/asgard-ai-platform/skills --skill hum-critical-thinking

简介

hum-critical-thinking 用于处理 GitHub 仓库、Issue 和 Pull Request 信息,适合项目状态整理。

  • 适用于代码协作事项管理和仓库变更追踪场景。
  • 通过 npx skills add 命令从指定仓库安装,需确认权限范围。
  • 使用前建议核实维护状态及是否涉及敏感数据操作。
  • 可结合原始 SKILL.md 了解具体交互方式和输出格式。

SKILL.md

Critical Thinking Framework

Overview

Critical thinking systematically evaluates arguments by decomposing them into claims, evidence, reasoning, and assumptions. It identifies where arguments are strong, weak, or fallacious — not to "win" debates but to arrive at better-justified conclusions.

Framework

IRON LAW: Separate the Argument from the Person

Evaluate the ARGUMENT (claim + evidence + reasoning), not the person
making it. A bad person can make a good argument. A trusted expert
can make a bad argument. Ad hominem (attacking the person) and appeal
to authority (trusting the person) are both fallacies.

Argument Structure

Every argument has four components:

  1. Claim: What is being asserted? (conclusion)
  2. Evidence: What facts/data support the claim?
  3. Reasoning: How does the evidence support the claim? (the logical bridge)
  4. Assumptions: What unstated premises must be true for the reasoning to hold?

Evaluation Steps

Step 1: Identify the claim — What exactly is being argued? Restate in one sentence.

Step 2: Examine the evidence

  • Is it factual or anecdotal?
  • Is it sufficient (enough data points)?
  • Is it relevant (does it actually relate to the claim)?
  • Is it current (not outdated)?
  • Could the evidence support a different claim?

Step 3: Evaluate the reasoning

  • Does the evidence logically lead to the claim?
  • Are there logical fallacies? (see catalog below)
  • Is correlation being mistaken for causation?
  • Are there alternative explanations?

Step 4: Surface assumptions

  • What must be true for this argument to work?
  • Are these assumptions reasonable?
  • What happens if an assumption is wrong?

Common Logical Fallacies

FallacyWhat It DoesExample
Ad hominemAttacks the person, not the argument"You can't talk about economics, you're not an economist"
Straw manDistorts the opponent's argument to attack a weaker version"You want to reduce military spending? So you want us defenseless?"
False dichotomyPresents only two options when more exist"You're either with us or against us"
Slippery slopeClaims one event will inevitably lead to extreme consequences"If we allow remote work, soon no one will come to the office ever"
Appeal to authorityUses authority status instead of evidence"The CEO says AI will replace all jobs, so it must be true"
Hasty generalizationDraws broad conclusion from limited cases"My two friends who studied art are unemployed, so art degrees are useless"
Red herringIntroduces irrelevant information to distract"Yes, our product has bugs, but look at our amazing company culture"
Circular reasoningConclusion is assumed in the premise"This is the best approach because there's no better one"

Output Format

# Argument Analysis: {Topic}

## Claim
{One-sentence restatement of the core argument}

## Evidence Assessment
| Evidence | Type | Sufficient? | Relevant? | Current? |
|----------|------|------------|-----------|----------|
| {evidence 1} | {fact/anecdote/expert/stat} | Y/N | Y/N | Y/N |

## Reasoning Evaluation
- Logical validity: {valid / fallacious}
- Fallacies detected: {list with explanation}
- Alternative explanations: {what else could explain the evidence}

## Hidden Assumptions
1. {assumption} — reasonable? {Y/N, why}

## Verdict
- Argument strength: Strong / Moderate / Weak
- Key weakness: {the biggest flaw}
- What would strengthen it: {what evidence or reasoning is missing}

Examples

Correct Application

Scenario: Evaluating the claim "Remote work reduces productivity"

  • Claim: Remote work reduces productivity
  • Evidence cited: "Our Q3 output dropped 15% after going remote"
  • Assumption surfaced: That the output drop was CAUSED by remote work (not by Q3 seasonality, new hires ramping up, product pivot, or pandemic stress)
  • Fallacy: Post hoc ergo propter hoc (after it, therefore because of it) — correlation assumed to be causation
  • Verdict: Weak — single data point, confounded by multiple factors, no controlled comparison ✓

Incorrect Application

  • "The CEO said remote work is bad, so the argument must be wrong" → Ad hominem in reverse (dismissing based on who said it). Violates Iron Law: evaluate the argument, not the person.

Gotchas

  • Strong arguments can have wrong conclusions: An argument can be logically valid (reasoning follows from premises) but unsound (premises are false). Check both.
  • "I feel" is not evidence: Emotions are valid as human experiences but not as evidence for factual claims. "I feel unsafe" is a legitimate concern; "I feel this policy doesn't work" is not evidence of policy failure.
  • Burden of proof: The person making the claim bears the burden of proof. "You can't prove it's wrong" is not evidence that it's right (argument from ignorance).
  • Steelmanning > strawmanning: Instead of attacking the weakest version of an argument (strawman), construct the STRONGEST version (steelman) and then evaluate it. This produces better analysis.
  • Critical thinking is not cynicism: The goal is better-justified beliefs, not skepticism of everything. Some arguments are strong. Acknowledging strong arguments is part of critical thinking.

References

  • For formal logic notation and syllogisms, see references/formal-logic.md
  • For fallacy catalog with extended examples, see references/fallacy-catalog.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.95%
按下载量换算56

Claude

32.84%
按下载量换算50

Cursor

18.38%
按下载量换算28

Gemini CLI

8.93%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills