Help us improve
Share bugs, ideas, or general feedback.
From pda
Analyzes code for performance issues including algorithmic complexity, N+1 queries, memory leaks, missing caching, blocking operations, and inefficient data structures. Use when performing a performance review, perf review, or as part of code-review.
npx claudepluginhub spaghetti-lover/pda-pluginsHow this skill is triggered — by the user, by Claude, or both
Slash command
/pda:reviewing-performanceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze code for performance issues and optimization opportunities.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Structures git workflow practices for committing, branching, resolving conflicts, and organizing work across parallel streams. Use when making any code change.
Share bugs, ideas, or general feedback.
Analyze code for performance issues and optimization opportunities.
git diff for PR/branchPer finding: Impact (HIGH/MEDIUM/LOW), Confidence (HIGH/MEDIUM/LOW), Category (COMPLEXITY/DATABASE/MEMORY/CACHING/CONCURRENCY/FRONTEND).
### [IMPACT] Title
- **File**: `path:line`
- **Category**: CATEGORY
- **Confidence**: HIGH/MEDIUM/LOW
- **Description**: issue and performance impact
- **Current code**: snippet
- **Estimated impact**: latency/throughput/memory effect
- **Recommendation**: optimized approach
End with impact counts table and assessment: FAST (no issues), NEEDS_OPTIMIZATION (has high-impact items), ACCEPTABLE (only low/medium items).