A command-line tool that automates code analysis, test generation, refactoring, bug detection, and documentation for software projects using AI agents.
- Analyze codebase and structure
- Generate and run unit tests automatically
- Detect bugs and suggest fixes
- Offer refactoring/optimizations
- Auto-generate documentation in Markdown/PDF
- Supports multiple programming languages
ai-dev-assist --repo path/to/your/project --lang python
- Python 3.10+
- pip (Python package manager)
- Node.js (for JavaScript projects)
- API keys for OpenAI or Gemini if needed
cli/- Command-line interfaceagents/- Test, debug, refactor, and documentation logiccore/- Orchestration and utilities