Pre-built command templates for common development tasks. Use directly or customize for your needs.
mkdir -p ~/.augment/commands
cd ~/.augment/commands
curl -O https://raw.githubusercontent.com/augmentcode/auggie/main/examples/commands/code-review.md
curl -O https://raw.githubusercontent.com/augmentcode/auggie/main/examples/commands/documentation.md
curl -O https://raw.githubusercontent.com/augmentcode/auggie/main/examples/commands/tests.md
curl -O https://raw.githubusercontent.com/augmentcode/auggie/main/examples/commands/bug-fix.md
curl -O https://raw.githubusercontent.com/augmentcode/auggie/main/examples/commands/performance-optimization.md
curl -O https://raw.githubusercontent.com/augmentcode/auggie/main/examples/commands/security-review.mdmkdir -p ~/.augment/commands
cd ~/.augment/commands
curl -O https://raw.githubusercontent.com/augmentcode/auggie/main/examples/commands/code-review.md
curl -O https://raw.githubusercontent.com/augmentcode/auggie/main/examples/commands/documentation.mdauggie "/code-review src/main.py"
auggie "/documentation src/utils.py"
auggie "/tests src/api/"code-review.md- Code quality checksdocumentation.md- Documentation generationtests.md- Test coveragebug-fix.md- Debugging assistanceperformance-optimization.md- Performance improvementssecurity-review.md- Security analysis
Edit the .md files to modify prompts, change models, or adjust behavior for your needs.