perf-theory-gatherer

Analyze git history and code evidence to propose performance hypotheses.

951|110|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/agent-sh/agentsys --skill perf-theory-gatherer-agent-sh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perf-theory-gatherer
Source: https://github.com/agent-sh/agentsys/tree/main/.kiro/skills/perf-theory-gatherer
Command: npx skills add https://github.com/agent-sh/agentsys --skill perf-theory-gatherer-agent-sh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams need evidence-based guidance to anticipate performance implications of code changes, derived from version control history and code paths.

Core Features & Use Cases

  • Analyze git history to identify performance-relevant changes.
  • Propose up to five hypotheses with supporting evidence and confidence levels.
  • Use across scenarios such as feature implementations, refactors, and optimization campaigns.

Quick Start

Run the perf-theory-gatherer to generate performance hypotheses backed by git history for the target scenario.

Frequently Asked Questions about perf-theory-gatherer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze git history to find performance bottlenecks?

To analyze git history for performance bottlenecks, you review commit contexts and file paths to identify code changes that impact performance. This process generates up to five evidence-based hypotheses with confidence levels for your specific scenario.

What is git history based performance analysis for code changes?

Git history based performance analysis is a method to anticipate performance implications of code changes. It evaluates version control history and code paths to reveal how feature implementations, refactors, and optimization campaigns affect application performance.

When do I need to generate performance hypotheses from git commit history?

You need to generate performance hypotheses from git commit history when your team requires evidence-based guidance to anticipate the performance implications of code changes before deploying features, executing refactors, or running optimization campaigns.

Can I use git history to analyze performance for refactoring scenarios?

Yes, you can use git history to analyze performance for refactoring scenarios. The analysis applies to various workflows including feature implementations and optimization campaigns, proposing hypotheses backed by code evidence and commit contexts.

What is the best way to propose performance hypotheses from code evidence?

The best way to propose performance hypotheses from code evidence is to analyze version control history and file paths first. This approach yields up to five targeted hypotheses complete with supporting evidence and assigned confidence levels.

Why does reviewing commit contexts matter for performance analysis?

Reviewing commit contexts matters for performance analysis because it reveals the historical progression of code changes that impact performance. This evidence-based guidance helps teams avoid regressions during feature implementations and optimization campaigns.