anthuanvasquez
- 5 skills
- 0 followers
- 9 hours ago last updated
- ▌ Tdd · anthuanvasquez bundleTest-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
- ▌ Git Commit · anthuanvasquezExecute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping
- ▌ Improve Codebase Architecture · anthuanvasquez bundleScan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
- ▌ Brainstorming · anthuanvasquez bundleSocratic questioning protocol + user communication. MANDATORY for complex requests, new features, or unclear requirements. Includes progress reporting and error handling.
- ▌ Perfect Code Review · anthuanvasquezPerform a structured pull request code review using the PERFECT framework by Daniil Bastrich.