What problem does it solve?
This Skill eliminates the risk of unscoped, unverified, or convention-breaking code changes that introduce regressions, technical debt, and misalignment with existing repository architecture and standards.
Core Features & Use Cases
- Scoped Code Work: Handles implementation, bug fixes, refactoring, test coverage additions, and local code tradeoffs with minimal, localized changes that respect existing code patterns.
- Rigorous Code Review: Leads reviews with correctness, regression risks, missing tests, and maintainability issues, separating functional risks from stylistic preferences.
- Structured Debugging: Guides reproduction, root cause analysis, targeted fixes, and regression test addition to prevent recurring bugs.
- Use Case: For example, if you need to fix a failing pagination feature in your codebase, this Skill guides you to reproduce the issue, make the smallest possible fix aligned with existing patterns, add a regression test, and verify the change without touching unrelated modules.
Quick Start
Use the senior-developer skill to fix the reported login validation bug, add a regression test, and verify the fix with your repository's existing test suite.