Help us improve
Share bugs, ideas, or general feedback.
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-pluginsHow this skill is triggered — by the user, by Claude, or both
Slash command
/pda:reviewing-logicThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze code for bugs, logic errors, and correctness issues.
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 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).