talaniz
- 5 skills
- 0 followers
- 20 hours ago last updated
- ▌ Tdd · talanizAlias for test-driven-development. Use when the user requests tdd or red-green-refactor development.
- ▌ Cppr · talaniz bundleAlias for commit-push. Use when the user invokes cppr to commit scoped changes and push the current branch.
- ▌ Branch Prep · talaniz bundleUpdate local main from remote main and create a new branch for the next set of changes. Use when preparing a fresh development branch.
- ▌ Commit Push · talaniz bundleReview and commit the current task's changes, then push the intended branch to its remote. Also invoked through the cppr alias. Use for commit-and-push requests, not branch preparation alone.
- ▌ Test Driven Development · talanizUse red-green-refactor cycles when implementing or changing executable behavior or fixing bugs. Also invoked as tdd. Apply repository-specific test and evidence requirements; do not invent failing tests for documentation-only changes.