Agent skill · Testing & QA

hypothesis_generation

Bilimsel hipotez oluşturma, deney tasarımı ve test metodolojisi rehberi.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill hypothesis-generation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/hypothesis-generation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 🔬 Hypothesis Generation > Bilimsel hipotez oluşturma ve test metodolojisi rehberi. --- ## 📋 Hipotez Yapısı ### Format ``` IF [independent variable/action] THEN [dependent variable/outcome] BECAUSE [mechanism/reasoning] ``` ### Örnek ``` IF we reduce checkout steps from 5 to 3 THEN conversion rate will increase by 15% BECAUSE fewer steps reduce friction and drop-off ``` --- ## 🎯 Hipotez Kriterleri | Kriter | Açıklama | |--------|----------| | **Specific** | Net ve belirsizlik yok | | **Measurable** | Ölçülebilir outcome | | **Testable** | Test edilebilir | | **Falsifiable** | Yanlışlanabilir | | **Relevant** | İş hedefine uygun | --- ## 🔧 Hipotez Türleri ### A/B Test Hipotezi ```markdown **Hypothesis:** Changing CTA button from blue to green will increase click rate by 10% **Metric:** CTA Click Rate **Baseline:** 2.5% **Target:** 2.75% **Sample Size:** 10,000 users **Duration:** 2 weeks ``` ### Product Hipotezi ```markdown **Problem:** Users abandon during onboarding **Hypothesis:** Adding progress indicator will reduce abandonment by 20% **Success Metric:** Onboarding completion rate ``` --- ## 📊 Experiment Design ### Test Plan ```markdown ## Experiment: [Name] ### Hypothesi

What's inside
Steps it walks through
  1. 📋 Hipotez Yapısı
  2. Format
  3. Örnek
  4. 🎯 Hipotez Kriterleri
  5. 🔧 Hipotez Türleri
  6. A/B Test Hipotezi
  7. Product Hipotezi
  8. 📊 Experiment Design
  9. Test Plan
  10. 📝 Prioritization (ICE)
  11. 🔄 Workflow
  12. Aşama 1: Observation
  13. Aşama 2: Construction
  14. Aşama 3: Prioritization
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the hypothesis_generation skill do?

Bilimsel hipotez oluşturma, deney tasarımı ve test metodolojisi rehberi.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill hypothesis-generation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going