@cdhdd/ai-tools
v0.1.0
Published
AI-powered developer tools suite - auto commit, review, documentation, changelog
Downloads
78
Maintainers
Readme
🤖 XiaoJia AI Tools
AI-powered developer tools that make your coding life easier.
Tools
✨ xj-commit — AI Git Commit Generator
Analyzes your staged changes and generates meaningful, conventional commit messages.
🔍 xj-review — AI Code Review
Reviews your code changes and provides actionable feedback.
📝 xj-doc — AI Documentation Generator
Generates comprehensive documentation from your code.
Quick Start
`ash
Install all tools
npm install -g @xiaojia/ai-tools
Or install individually
npm install -g @xiaojia/ai-commit npm install -g @xiaojia/ai-review npm install -g @xiaojia/ai-doc `
Usage
`ash
Generate a commit message from staged changes
cd my-project git add . xj-commit
Review your code
xj-review
Generate documentation
xj-doc ./src `
License
MIT
