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

26 lines (19 loc) 604 B
# repo-analyze Deep analysis of GitHub repository with AI insights. ## Usage ```bash npx claude-flow github repo-analyze [options] ``` ## Options - `--repository <owner/repo>` - Repository to analyze - `--deep` - Enable deep analysis - `--include <areas>` - Include specific areas (issues, prs, code, commits) ## Examples ```bash # Basic analysis npx claude-flow github repo-analyze --repository myorg/myrepo # Deep analysis npx claude-flow github repo-analyze --repository myorg/myrepo --deep # Specific areas npx claude-flow github repo-analyze --repository myorg/myrepo --include issues,prs ```