Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
avifenesh avatar

Perf Theory Gatherer

  • 2 installs
  • 931 repo stars
  • Updated July 26, 2026
  • avifenesh/awesome-slash

perf-theory-gatherer is a skill that generates up to five performance hypotheses for a scenario, backed by git history and code evidence.

About

This skill generates performance hypotheses for a specific scenario, grounded in git history and code paths. A developer uses it at the start of a perf investigation to enumerate what might be slow and why. It reviews recent git history, identifies involved code paths, and produces up to five hypotheses each with evidence and a confidence level, without suggesting optimizations.

  • Generates performance hypotheses backed by git history and code evidence
  • Requires checking recent git history before hypothesizing
  • Produces up to 5 hypotheses with evidence and confidence, no fixes

Perf Theory Gatherer by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #467 of 596 Debugging skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

perf-theory-gatherer capabilities & compatibility

Capabilities
hypothesis generation · git history analysis · debugging
Works with
github
Use cases
debugging · research
From the docs

What perf-theory-gatherer says it does

Generate performance hypotheses for a specific scenario.
SKILL.md
MUST check git history before hypothesizing.
SKILL.md
No optimization suggestions; only hypotheses.
SKILL.md
npx skills add https://github.com/avifenesh/awesome-slash --skill perf-theory-gatherer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars931
Last updatedJuly 26, 2026
Repositoryavifenesh/awesome-slash

What it does

Generate up to five evidence-backed performance hypotheses for a scenario from git history and code paths.

Who is it for?

Developers starting a performance investigation who need structured, evidence-backed hypotheses to test.

Skip if: Proposing optimizations or fixes, which the skill explicitly excludes.

When should I use this skill?

You are generating performance hypotheses backed by git history and code evidence.

What you get

Up to five hypotheses, each with an evidence pointer and confidence level, ready to test.

  • ranked hypothesis list with evidence and confidence

By the numbers

  • up to 5 hypotheses maximum

Files

SKILL.mdMarkdownGitHub ↗

perf-theory-gatherer

Generate performance hypotheses for a specific scenario.

Follow docs/perf-requirements.md as the canonical contract.

Required Steps

1. Review recent git history (scope to relevant paths when possible). 2. Identify code paths involved in the scenario (repo-intel or grep). 3. Produce up to 5 hypotheses with evidence + confidence.

Output Format

hypotheses:
  - id: H1
    hypothesis: <short description>
    evidence: <file/path or git change>
    confidence: low|medium|high
  - id: H2
    ...

Constraints

  • MUST check git history before hypothesizing.
  • No optimization suggestions; only hypotheses.
  • Keep to 5 hypotheses maximum.

Related skills

FAQ

How many hypotheses does it produce?

Up to five hypotheses, each with evidence and a confidence level.

Does it suggest fixes?

No, it only produces hypotheses and explicitly avoids optimization suggestions.

Debuggingbackend

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.