Help us improve
Share bugs, ideas, or general feedback.
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-pluginsHow this skill is triggered — by the user, by Claude, or both
Slash command
/pda:reviewing-architectureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Evaluate architectural quality of code changes.
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.
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.