From pda
Evaluates code design quality including SOLID principles, modularity, coupling/cohesion, dependency management, and scalability. Use when performing an architecture review, design review, or as part of code-review.
npx claudepluginhub spaghetti-lover/pda-plugins --plugin pdaThis skill uses the workspace's default tool permissions.
Evaluate architectural quality of code changes.
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.
Evaluate architectural quality of code changes.
git diff for PR/branchPer finding: Impact (HIGH/MEDIUM/LOW), Type (SOLID_VIOLATION/COUPLING/COHESION/MODULARITY/SCALABILITY/ORGANIZATION), Effort to fix (HIGH/MEDIUM/LOW).
### [IMPACT] Title
- **File**: `path:line`
- **Type**: CATEGORY
- **Effort**: HIGH/MEDIUM/LOW
- **Description**: issue and principle violated
- **Current pattern**: snippet
- **Recommendation**: how to restructure
End with impact counts table and top 1-3 highest-impact actionable improvements.