General
Code review, documentation, refactoring, git workflow, and best practices
10 skillsCode Review Checklist
Comprehensive code review checklist covering correctness, security, performance, and style.
Git Workflow & Conventions
Git workflow with conventional commits, branching strategy, and PR best practices.
Refactoring Patterns
Safe refactoring with incremental changes, test coverage, and common patterns.
Error Handling Patterns
Error handling strategies with typed errors, recovery patterns, and user communication.
Logging & Observability
Structured logging, distributed tracing, metrics, and alerting best practices.
Technical Debt Management
Strategies for identifying, tracking, prioritizing, and systematically reducing technical debt.
Code Documentation Best Practices
Writing effective code documentation including inline comments, API docs, READMEs, and architecture guides.
Performance Profiling & Optimization
Systematic performance profiling, bottleneck identification, and optimization techniques.
Systematic Debugging Strategies
Structured approaches to debugging including bisection, hypothesis testing, and root cause analysis.
Architecture Decision Records (ADR)
Documenting architecture decisions with ADRs for team alignment and historical context.