Agent skill
Auggie
Tool: TDD mode and intelligent refactoring
Stars
10
Forks
1
Install this agent skill to your Project
npx add-skill https://github.com/hivellm/rulebook/tree/main/templates/skills/cli/auggie
SKILL.md
Auggie (Augment CLI) Rules
Tool: TDD mode and intelligent refactoring
Quick Start
bash
npm install -g augment-cli
augment --tdd
Usage
bash
# TDD mode with AGENTS.md:
augment --tdd --context AGENTS.md
# In prompts:
"Follow @AGENTS.md. Write tests for [feature], then implement."
Workflow
- Use
--tddflag for test-first development - Include
--context AGENTS.md - Auggie writes tests, then implementation
- Review and verify coverage
Critical: TDD mode aligns perfectly with AGENTS.md test-first approach.
Didn't find tool you were looking for?