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-plugins --plugin pdaThis skill uses the workspace's default tool permissions.
Analyze code for performance issues and optimization opportunities.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
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).