performance-optimizing
Installation
SKILL.md
Performance Optimizing
Optimization Workflow
- Measure first - Don't optimize without data
- Find bottlenecks - Profile to identify hot paths
- Fix the biggest issue - Pareto principle (80/20)
- Measure again - Verify improvement
- Document - Record what changed and why
Common Bottlenecks
Database
Related skills
More from mrwogu/promptscript
promptscript
>-
12committing
Creates well-structured git commits following conventional commit format. Use when committing changes, preparing commits, or when asked to commit code.
1refactoring
Improves code structure without changing behavior. Use when cleaning up code, reducing complexity, or when asked to refactor.
1pull-requesting
Creates well-structured pull requests with clear descriptions. Use when creating PRs, preparing changes for review, or when asked to open a pull request.
1code-reviewing
Reviews code for bugs, security issues, and quality improvements. Use when reviewing pull requests, checking code quality, or when asked to review changes.
1documenting
Creates clear, maintainable documentation for code and APIs. Use when writing README files, API docs, code comments, or when asked to document code.
1