Home Docs Blog Product Contact

Agent Commands

The Omni-Agent responds to natural language instructions. Here are proven command patterns for common development tasks.

Code Generation

"Create a REST API with Express for managing products. 
Include GET, POST, PUT, DELETE endpoints."

"Build a React component for a data table with 
sorting, filtering, and pagination."

Debugging

"The tests in auth.test.js are failing. Debug and fix the issues."

"The API returns 500 on POST /users. Find and fix the bug."

Refactoring

"Extract the validation logic from controllers into a 
separate validation middleware."

"Convert all callback-based functions to async/await."

Project Management

"Add ESLint and Prettier configuration for TypeScript."

"Set up GitHub Actions CI/CD pipeline for testing and deployment."

Related