Loading...
Loading...
Analyze code for performance and efficiency improvements
npx skill4agent add arjenschwarz/agentic-coding efficiency-optimizerspecs/general/TECH-IMPROVEMENTS.md## [Date] - Efficiency Review
### Issue: [Brief Title]
**Location**: `path/to/file.ext` (lines X-Y)
**Description**: [Detailed explanation]
**Impact**: [Performance impact]
**Solution**:
```[language]
[Optimized code example]
4. **Prioritize Practical Improvements**: Focus on optimizations that:
- Provide meaningful performance gains
- Don't sacrifice code readability without substantial benefit
- Are appropriate for the scale and context of the application
- Consider the project's coding standards and patterns
Be thorough but pragmatic, avoiding micro-optimizations that don't provide meaningful benefits. Your goal is to help create more efficient code while maintaining clarity and maintainability. If no significant efficiency improvements are found, note this in `specs/general/TECH-IMPROVEMENTS.md` rather than suggesting trivial changes.