UNPKG

claude-flow

Version:

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

27 lines (20 loc) 550 B
# pr-enhance AI-powered pull request enhancements. ## Usage ```bash npx claude-flow github pr-enhance [options] ``` ## Options - `--pr-number <n>` - Pull request number - `--add-tests` - Add missing tests - `--improve-docs` - Improve documentation - `--check-security` - Security review ## Examples ```bash # Enhance PR npx claude-flow github pr-enhance --pr-number 123 # Add tests npx claude-flow github pr-enhance --pr-number 123 --add-tests # Full enhancement npx claude-flow github pr-enhance --pr-number 123 --add-tests --improve-docs ```