# Contradiction Search

> Seek criticisms, limits, and failures — hunt angles, dissenting evidence, and conditions under which a claim breaks. Use to stress-test anything being relied on.

- Skill: `samraddhashrivastavatech/contradiction-search` (Agent Skill)
- Install (CLI): `npx skillmds@latest add samraddhashrivastavatech/contradiction-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/samraddhashrivastavatech/contradiction-search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: SAMRADDHASHRIVASTAVATECH (https://skillmd.com/u/samraddhashrivastavatech)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/samraddhashrivastavatech/contradiction-search

---


# Contradiction search

Deliberately hunt for the case against a claim: limitations, criticism,
failures, and counter-evidence.

## When to use

- A claim, tool, or approach looks too good to trust flatly.
- A balanced write-up requires the "what breaks / what people dispute" side.
- Pressure-testing evidence before a verdict in `claim-verification` /
  `fact-checking`.

## Tools used

- `find_contradictions` — from a `claim`, optional `angles` (which kinds of
  criticism to hunt), `limit_per_query` (default 6).

## Workflow

1. State the claim; list the angles worth attacking (performance, security,
   cost, support, validity…).
2. `find_contradictions` with those angles.
3. Weigh hits: real reproducible failures vs. noise/confusion.
4. Fold the strongest counter-evidence into the final assessment.

## Input schema

```json
{ "claim": "str", "angles": "list[str]", "limit_per_query": "int" }
```

## Output schema

```json
{ "claim": "str", "contradictions": "list[{angle,source,url,quote}]" }
```

## Security

Criticism is evidence to weigh with the same discipline as support. Do not
manufacture doubt — only surface what sources genuinely say.

## Related skills

`evidence-extraction`, `claim-verification`, `fact-checking`,
`community-research`, `deep-research`
