perf-theory-gatherer
FeaturedUse when generating performance hypotheses backed by git history and code evidence.
AI & Automation 967 stars
111 forks Updated 4 days ago MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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.
Details
- Author
- agent-sh
- Repository
- agent-sh/agentsys
- Created
- 7 months ago
- Last Updated
- 4 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
perf-theory-gatherer
Use when generating performance hypotheses backed by git history and code evidence.
1,898 Updated 3 weeks ago
composio-community AI & Automation Featured
perf-theory-tester
Use when running controlled perf experiments to validate hypotheses.
967 Updated 4 days ago
agent-sh AI & Automation Featured
perf-analyzer
Use when synthesizing perf findings into evidence-backed recommendations and decisions.
967 Updated 4 days ago
agent-sh