Loading...
Loading...
Found 59 Skills
PR quality checklist for ensuring comprehensive, well-documented pull requests. Use before submitting PRs to improve review efficiency and code quality.
Refactor code for readability using DRY, meaningful names, and modularization.
Analyze changes and update WordPress plugin version references safely.
Safely remove a feature flag from code while preserving production behavior. Use when the user wants to remove a flag from code, delete flag references, or create a PR that hardcodes the winning variation after a rollout is complete.
Align spec files with implementation. Detects drift between spec and code, surfaces discrepancies, user decides whether to update spec or code. Use when both a spec file and its implementation are in context.
Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.
Prevent semantic code duplication with capability index and check-before-write
Remove code duplication by extracting shared logic into reusable components. Use when the same logic appears in multiple places.
Bug diagnosis and fixing specialist - analyzes errors, identifies root causes, provides fixes, and writes regression tests
Expertise in Senior Principal Engineering refactoring. Use when you need to eliminate technical debt, remove "AI Slop," simplify complex logic, and ensure DRY code.
The practice of restructuring and simplifying code continuously – reducing complexity, improving design, and keeping codebases clean.
Coordinates dependency upgrades across all detected package managers