T1nker-1220
- 2 skills
- 0 followers
- 1 week ago last updated
- ▌ Debugging Systematic · t1nker-1220Expert systematic debugging through root cause analysis. Reflects on 5-7 possible sources, distills to 1-2 most likely causes, adds strategic logging to validate assumptions, and confirms diagnosis before fixing. Uses MCP servers for database validation. Use when troubleshooting errors, debugging issues, investigating bugs, analyzing problems, or when user mentions error, bug, not working, broken, or debugging.
- ▌ Code Quality Standards · t1nker-1220Enforce code quality standards including minimalism, proper comments, correctness over optimization, and eliminating unnecessary complexity. Use when writing code, refactoring, code review, or when user mentions code quality, clean code, optimization, or comments.