TchiRubick
- 9 skills
- 0 followers
- 1 week ago last updated
- ▌ Dev Plan · tchirubickGenerate a concise, code-oriented implementation plan. Output must be directly actionable with minimal thinking. No production-ready code, but close enough to copy-paste.
- ▌ Dev Build · tchirubickImplementation mode. Use to implement a dev-plan, build a feature, apply review feedback, refactor, or fix issues. Produces production-ready code changes. Prioritize correctness, type-safety, and minimal diffs.
- ▌ Dev Commit · tchirubickCreate and execute a single Git commit from selected staged changes using an Angular-style commit message.
- ▌ Dev Hotfix · tchirubickEmergency patch mode. Minimal, safe fix with smallest possible blast radius.
- ▌ Dev Locate · tchirubickRead-only location mode. Find all files and logic related to a question, task, or bug, and map change impact before implementation.
- ▌ Dev Review · tchirubickSenior-level code review for production readiness. Focus on bugs, regressions, contract risks, performance issues, and worthwhile refactors. Output is structured for direct consumption by the coding team. Do not implement fixes.
- ▌ Dev Investigate · tchirubickDeep technical investigation mode. Read-only forensic analysis with structured diagnostic reporting.
- ▌
- ▌ Code Review Excellence · tchirubickMaster effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.