Write, review, and refactor code to production standards. PR review across 7 dimensions, safe refactoring patterns, code smell detection, SOLID principles, design patterns, testing strategy, performance profiling, and security review.
npx claudepluginhub chavangorakh1999/sde-skills --plugin sde-code-qualitySafe step-by-step refactoring plan with before/after code and test safety net
Full PR review with CRITICAL/MAJOR/MINOR/NIT findings and concrete fixes across correctness, security, performance, resilience, design, testability, and readability
Identify code smells with specific named patterns and fixes, then suggest design patterns if applicable
Testing pyramid plan with example test cases at each level — unit, integration, E2E
Identify and prescribe fixes for: god class, feature envy, long parameter list, shotgun surgery, data clumps, primitive obsession, dead code. Use when code feels wrong but you can't articulate why.
GoF patterns with JavaScript implementation examples: when to use, when to avoid, what problem each actually solves. Use when you recognize a recurring design problem and want a proven solution.
Hotspot identification, complexity analysis (Big-O in practice), memory profiling approach, flame graph reading for Node.js. Use when diagnosing slow endpoints or high memory usage.
Structured PR review across 7 dimensions: correctness, security, performance, resilience, design, testability, readability. Produces severity-tagged findings. Use when reviewing a pull request or preparing code for review.
Safe refactoring patterns with step-by-step sequences: extract method/class, decompose conditional, replace magic number, introduce parameter object. Use when cleaning up code without changing behavior.
OWASP Top 10 applied to JavaScript/Node.js code, secrets audit, dependency vulnerability scan guidance, secure defaults. Use when reviewing code for security issues or hardening an existing service.
Apply SOLID, DRY, YAGNI, Law of Demeter in real JavaScript/Node.js code — with before/after examples and common misapplications. Use when reviewing code design or explaining why a design feels wrong.
Unit/integration/contract/E2E pyramid ratios, what to test at each level, coverage targets, mutation testing. Use when planning what tests to write for a feature or evaluating an existing test suite.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Code review uncommitted local changes for bugs, security vulnerabilities, CLAUDE.md compliance, and code clarity
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.