From pda
Analyzes code for bugs and correctness issues including off-by-one errors, null handling, boolean logic mistakes, race conditions, and edge cases. Use when performing a logic review, correctness review, bug 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 bugs, logic errors, and correctness issues.
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 bugs, logic errors, and correctness issues.
git diff for PR/branchPer finding: Severity (BUG/LIKELY_BUG/POSSIBLE_BUG/SMELL), Confidence (HIGH/MEDIUM/LOW).
### [SEVERITY] Title
- **File**: `path:line`
- **Confidence**: HIGH/MEDIUM/LOW
- **Description**: what the bug is, when it triggers, incorrect behavior
- **Buggy code**: snippet
- **Expected vs actual behavior**
- **Fix**: corrected snippet
End with severity counts table and verdict: CLEAN (no bugs), NEEDS_FIXES (has bugs), RISKY (has possible bugs needing investigation).