Agent skill
perf
Performance analysis, profiling, and optimization
Stars
10
Forks
1
Install this agent skill to your Project
npx add-skill https://github.com/hivellm/rulebook/tree/main/templates/skills/dev/perf
SKILL.md
Analyze performance for: $ARGUMENTS
If no arguments, do a general performance review of the project.
Steps:
- Identify the performance bottleneck or area of concern
- Profile the code (check for N+1 queries, unnecessary allocations, blocking I/O)
- Benchmark the current performance baseline
- Propose optimizations with expected impact
- Implement the optimization and measure improvement
Didn't find tool you were looking for?