claude-flow-novice 2.10.8 → 2.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/.claude/commands/README.md +157 -0
  2. package/.claude/hooks/cfn-invoke-post-edit.sh +1 -1
  3. package/.claude/hooks/cfn-invoke-pre-edit.sh +88 -0
  4. package/.claude/skills/cfn-agent-spawning/spawn-worker.sh +176 -0
  5. package/.claude/skills/cfn-backlog-management/SKILL.md +199 -0
  6. package/.claude/skills/cfn-backlog-management/add-backlog-item.sh +210 -0
  7. package/claude-assets/agents/cfn-dev-team/architecture/base-template-generator.md +7 -21
  8. package/claude-assets/agents/cfn-dev-team/testing/test-validation-agent.md +312 -0
  9. package/claude-assets/agents/cfn-dev-team/utility/agent-builder.md +480 -115
  10. package/claude-assets/agents/csuite/cto-agent.md +371 -0
  11. package/claude-assets/agents/marketing_hybrid/cost_tracker.md +13 -0
  12. package/claude-assets/agents/marketing_hybrid/docker_deployer.md +13 -0
  13. package/claude-assets/agents/marketing_hybrid/zai_worker_spawner.md +13 -0
  14. package/claude-assets/hooks/cfn-invoke-post-edit.sh +1 -1
  15. package/claude-assets/hooks/cfn-invoke-pre-edit.sh +88 -0
  16. package/claude-assets/skills/cfn-agent-spawning/spawn-worker.sh +176 -0
  17. package/claude-assets/skills/cfn-backlog-management/SKILL.md +199 -0
  18. package/claude-assets/skills/cfn-backlog-management/add-backlog-item.sh +210 -0
  19. package/claude-assets/skills/pre-edit-backup/backup.sh +130 -0
  20. package/claude-assets/skills/pre-edit-backup/cleanup.sh +155 -0
  21. package/claude-assets/skills/pre-edit-backup/restore.sh +128 -0
  22. package/claude-assets/skills/pre-edit-backup/revert-file.sh +168 -0
  23. package/dist/agents/agent-loader.js +315 -0
  24. package/dist/agents/agent-loader.js.map +1 -1
  25. package/package.json +3 -2
  26. package/scripts/init-project.js +38 -3
  27. package/scripts/marketing_hybrid_deployment.sh +45 -0
  28. package/scripts/redis-prometheus-exporter.sh +33 -0
  29. package/scripts/track-zai-costs.sh +19 -0
  30. package/claude-assets/commands/agents/README.md +0 -10
  31. package/claude-assets/commands/agents/agent-capabilities.md +0 -21
  32. package/claude-assets/commands/agents/agent-coordination.md +0 -28
  33. package/claude-assets/commands/agents/agent-spawning.md +0 -28
  34. package/claude-assets/commands/agents/agent-types.md +0 -26
  35. package/claude-assets/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +0 -54
  36. package/claude-assets/commands/analysis/README.md +0 -9
  37. package/claude-assets/commands/analysis/bottleneck-detect.md +0 -162
  38. package/claude-assets/commands/analysis/performance-bottlenecks.md +0 -59
  39. package/claude-assets/commands/analysis/performance-report.md +0 -25
  40. package/claude-assets/commands/analysis/token-efficiency.md +0 -45
  41. package/claude-assets/commands/analysis/token-usage.md +0 -25
  42. package/claude-assets/commands/automation/README.md +0 -9
  43. package/claude-assets/commands/automation/auto-agent.md +0 -122
  44. package/claude-assets/commands/automation/self-healing.md +0 -106
  45. package/claude-assets/commands/automation/session-memory.md +0 -90
  46. package/claude-assets/commands/automation/smart-agents.md +0 -73
  47. package/claude-assets/commands/automation/smart-spawn.md +0 -25
  48. package/claude-assets/commands/automation/workflow-select.md +0 -25
  49. package/claude-assets/commands/claude-md.js +0 -237
  50. package/claude-assets/commands/claude-soul.js +0 -28
  51. package/claude-assets/commands/cli-integration.js +0 -216
  52. package/claude-assets/commands/coordination/README.md +0 -9
  53. package/claude-assets/commands/coordination/agent-spawn.md +0 -25
  54. package/claude-assets/commands/coordination/coordination-system.md +0 -88
  55. package/claude-assets/commands/coordination/init.md +0 -44
  56. package/claude-assets/commands/coordination/orchestrate.md +0 -43
  57. package/claude-assets/commands/coordination/spawn.md +0 -45
  58. package/claude-assets/commands/coordination/swarm-init.md +0 -85
  59. package/claude-assets/commands/coordination/task-orchestrate.md +0 -25
  60. package/claude-assets/commands/github/README.md +0 -11
  61. package/claude-assets/commands/github/code-review-swarm.md +0 -514
  62. package/claude-assets/commands/github/code-review.md +0 -25
  63. package/claude-assets/commands/github/github-modes.md +0 -147
  64. package/claude-assets/commands/github/github-swarm.md +0 -121
  65. package/claude-assets/commands/github/issue-tracker.md +0 -292
  66. package/claude-assets/commands/github/issue-triage.md +0 -25
  67. package/claude-assets/commands/github/multi-repo-swarm.md +0 -519
  68. package/claude-assets/commands/github/pr-enhance.md +0 -26
  69. package/claude-assets/commands/github/pr-manager.md +0 -170
  70. package/claude-assets/commands/github/project-board-sync.md +0 -471
  71. package/claude-assets/commands/github/release-manager.md +0 -338
  72. package/claude-assets/commands/github/release-swarm.md +0 -544
  73. package/claude-assets/commands/github/repo-analyze.md +0 -25
  74. package/claude-assets/commands/github/repo-architect.md +0 -367
  75. package/claude-assets/commands/github/swarm-issue.md +0 -482
  76. package/claude-assets/commands/github/swarm-pr.md +0 -285
  77. package/claude-assets/commands/github/sync-coordinator.md +0 -301
  78. package/claude-assets/commands/github/workflow-automation.md +0 -442
  79. package/claude-assets/commands/github.js +0 -638
  80. package/claude-assets/commands/hive-mind/README.md +0 -17
  81. package/claude-assets/commands/hive-mind/hive-mind-consensus.md +0 -8
  82. package/claude-assets/commands/hive-mind/hive-mind-init.md +0 -18
  83. package/claude-assets/commands/hive-mind/hive-mind-memory.md +0 -8
  84. package/claude-assets/commands/hive-mind/hive-mind-metrics.md +0 -8
  85. package/claude-assets/commands/hive-mind/hive-mind-resume.md +0 -8
  86. package/claude-assets/commands/hive-mind/hive-mind-sessions.md +0 -8
  87. package/claude-assets/commands/hive-mind/hive-mind-spawn.md +0 -21
  88. package/claude-assets/commands/hive-mind/hive-mind-status.md +0 -8
  89. package/claude-assets/commands/hive-mind/hive-mind-stop.md +0 -8
  90. package/claude-assets/commands/hive-mind/hive-mind-wizard.md +0 -8
  91. package/claude-assets/commands/hive-mind/hive-mind.md +0 -27
  92. package/claude-assets/commands/hooks/README.md +0 -11
  93. package/claude-assets/commands/hooks/overview.md +0 -58
  94. package/claude-assets/commands/hooks/post-edit.md +0 -117
  95. package/claude-assets/commands/hooks/post-task.md +0 -112
  96. package/claude-assets/commands/hooks/pre-edit.md +0 -113
  97. package/claude-assets/commands/hooks/pre-task.md +0 -111
  98. package/claude-assets/commands/hooks/session-end.md +0 -118
  99. package/claude-assets/commands/hooks/session-start.md +0 -9
  100. package/claude-assets/commands/hooks/setup.md +0 -103
  101. package/claude-assets/commands/hooks.js +0 -651
  102. package/claude-assets/commands/index.js +0 -119
  103. package/claude-assets/commands/memory/README.md +0 -9
  104. package/claude-assets/commands/memory/memory-bank.md +0 -58
  105. package/claude-assets/commands/memory/memory-persist.md +0 -25
  106. package/claude-assets/commands/memory/memory-search.md +0 -25
  107. package/claude-assets/commands/memory/memory-usage.md +0 -25
  108. package/claude-assets/commands/memory/neural.md +0 -47
  109. package/claude-assets/commands/memory/usage.md +0 -46
  110. package/claude-assets/commands/monitoring/README.md +0 -9
  111. package/claude-assets/commands/monitoring/agent-metrics.md +0 -25
  112. package/claude-assets/commands/monitoring/agents.md +0 -44
  113. package/claude-assets/commands/monitoring/real-time-view.md +0 -25
  114. package/claude-assets/commands/monitoring/status.md +0 -46
  115. package/claude-assets/commands/monitoring/swarm-monitor.md +0 -25
  116. package/claude-assets/commands/neural.js +0 -572
  117. package/claude-assets/commands/optimization/README.md +0 -9
  118. package/claude-assets/commands/optimization/auto-topology.md +0 -62
  119. package/claude-assets/commands/optimization/cache-manage.md +0 -25
  120. package/claude-assets/commands/optimization/parallel-execute.md +0 -25
  121. package/claude-assets/commands/optimization/parallel-execution.md +0 -50
  122. package/claude-assets/commands/optimization/topology-optimize.md +0 -25
  123. package/claude-assets/commands/pair/README.md +0 -261
  124. package/claude-assets/commands/pair/commands.md +0 -546
  125. package/claude-assets/commands/pair/config.md +0 -510
  126. package/claude-assets/commands/pair/examples.md +0 -512
  127. package/claude-assets/commands/pair/modes.md +0 -348
  128. package/claude-assets/commands/pair/session.md +0 -407
  129. package/claude-assets/commands/pair/start.md +0 -209
  130. package/claude-assets/commands/parse-epic.js +0 -180
  131. package/claude-assets/commands/performance.js +0 -582
  132. package/claude-assets/commands/register-all-commands.js +0 -320
  133. package/claude-assets/commands/register-claude-md.js +0 -82
  134. package/claude-assets/commands/register-claude-soul.js +0 -80
  135. package/claude-assets/commands/sparc/analyzer.md +0 -52
  136. package/claude-assets/commands/sparc/architect.md +0 -53
  137. package/claude-assets/commands/sparc/batch-executor.md +0 -54
  138. package/claude-assets/commands/sparc/coder.md +0 -54
  139. package/claude-assets/commands/sparc/debugger.md +0 -54
  140. package/claude-assets/commands/sparc/designer.md +0 -53
  141. package/claude-assets/commands/sparc/documenter.md +0 -54
  142. package/claude-assets/commands/sparc/innovator.md +0 -54
  143. package/claude-assets/commands/sparc/memory-manager.md +0 -54
  144. package/claude-assets/commands/sparc/optimizer.md +0 -54
  145. package/claude-assets/commands/sparc/orchestrator.md +0 -132
  146. package/claude-assets/commands/sparc/researcher.md +0 -54
  147. package/claude-assets/commands/sparc/reviewer.md +0 -54
  148. package/claude-assets/commands/sparc/sparc-modes.md +0 -174
  149. package/claude-assets/commands/sparc/swarm-coordinator.md +0 -54
  150. package/claude-assets/commands/sparc/tdd.md +0 -54
  151. package/claude-assets/commands/sparc/tester.md +0 -54
  152. package/claude-assets/commands/sparc/workflow-manager.md +0 -54
  153. package/claude-assets/commands/sparc.js +0 -110
  154. package/claude-assets/commands/stream-chain/pipeline.md +0 -121
  155. package/claude-assets/commands/stream-chain/run.md +0 -70
  156. package/claude-assets/commands/swarm/README.md +0 -15
  157. package/claude-assets/commands/swarm/analysis.md +0 -95
  158. package/claude-assets/commands/swarm/development.md +0 -96
  159. package/claude-assets/commands/swarm/examples.md +0 -168
  160. package/claude-assets/commands/swarm/maintenance.md +0 -102
  161. package/claude-assets/commands/swarm/optimization.md +0 -117
  162. package/claude-assets/commands/swarm/research.md +0 -136
  163. package/claude-assets/commands/swarm/swarm-analysis.md +0 -8
  164. package/claude-assets/commands/swarm/swarm-background.md +0 -8
  165. package/claude-assets/commands/swarm/swarm-init.md +0 -19
  166. package/claude-assets/commands/swarm/swarm-modes.md +0 -8
  167. package/claude-assets/commands/swarm/swarm-monitor.md +0 -8
  168. package/claude-assets/commands/swarm/swarm-spawn.md +0 -19
  169. package/claude-assets/commands/swarm/swarm-status.md +0 -8
  170. package/claude-assets/commands/swarm/swarm-strategies.md +0 -8
  171. package/claude-assets/commands/swarm/swarm.md +0 -27
  172. package/claude-assets/commands/swarm/testing.md +0 -131
  173. package/claude-assets/commands/swarm.js +0 -423
  174. package/claude-assets/commands/testing/playwright-e2e.md +0 -288
  175. package/claude-assets/commands/training/README.md +0 -9
  176. package/claude-assets/commands/training/model-update.md +0 -25
  177. package/claude-assets/commands/training/neural-patterns.md +0 -74
  178. package/claude-assets/commands/training/neural-train.md +0 -25
  179. package/claude-assets/commands/training/pattern-learn.md +0 -25
  180. package/claude-assets/commands/training/specialization.md +0 -63
  181. package/claude-assets/commands/truth/start.md +0 -143
  182. package/claude-assets/commands/validate-commands.js +0 -223
  183. package/claude-assets/commands/verify/check.md +0 -50
  184. package/claude-assets/commands/verify/start.md +0 -128
  185. package/claude-assets/commands/workflow.js +0 -606
  186. package/claude-assets/commands/workflows/README.md +0 -9
  187. package/claude-assets/commands/workflows/development.md +0 -78
  188. package/claude-assets/commands/workflows/research.md +0 -63
  189. package/claude-assets/commands/workflows/workflow-create.md +0 -25
  190. package/claude-assets/commands/workflows/workflow-execute.md +0 -25
  191. package/claude-assets/commands/workflows/workflow-export.md +0 -25
  192. package/claude-assets/hooks/post-edit.config.json +0 -12
  193. package/claude-assets/skills/team-provider-routing/spawn-worker.sh +0 -91
@@ -1,147 +0,0 @@
1
- # GitHub Integration Modes
2
-
3
- ## Overview
4
- This document describes all GitHub integration modes available in Claude-Flow with ruv-swarm coordination. Each mode is optimized for specific GitHub workflows and includes batch tool integration for maximum efficiency.
5
-
6
- ## GitHub Workflow Modes
7
-
8
- ### gh-coordinator
9
- **GitHub workflow orchestration and coordination**
10
- - **Coordination Mode**: Hierarchical
11
- - **Max Parallel Operations**: 10
12
- - **Batch Optimized**: Yes
13
- - **Tools**: gh CLI commands, TodoWrite, TodoRead, Task, Memory, Bash
14
- - **Usage**: `/github gh-coordinator <GitHub workflow description>`
15
- - **Best For**: Complex GitHub workflows, multi-repo coordination
16
-
17
- ### pr-manager
18
- **Pull request management and review coordination**
19
- - **Review Mode**: Automated
20
- - **Multi-reviewer**: Yes
21
- - **Conflict Resolution**: Intelligent
22
- - **Tools**: gh pr create, gh pr view, gh pr review, gh pr merge, TodoWrite, Task
23
- - **Usage**: `/github pr-manager <PR management task>`
24
- - **Best For**: PR reviews, merge coordination, conflict resolution
25
-
26
- ### issue-tracker
27
- **Issue management and project coordination**
28
- - **Issue Workflow**: Automated
29
- - **Label Management**: Smart
30
- - **Progress Tracking**: Real-time
31
- - **Tools**: gh issue create, gh issue edit, gh issue comment, gh issue list, TodoWrite
32
- - **Usage**: `/github issue-tracker <issue management task>`
33
- - **Best For**: Project management, issue coordination, progress tracking
34
-
35
- ### release-manager
36
- **Release coordination and deployment**
37
- - **Release Pipeline**: Automated
38
- - **Versioning**: Semantic
39
- - **Deployment**: Multi-stage
40
- - **Tools**: gh pr create, gh pr merge, gh release create, Bash, TodoWrite
41
- - **Usage**: `/github release-manager <release task>`
42
- - **Best For**: Release management, version coordination, deployment pipelines
43
-
44
- ## Repository Management Modes
45
-
46
- ### repo-architect
47
- **Repository structure and organization**
48
- - **Structure Optimization**: Yes
49
- - **Multi-repo**: Support
50
- - **Template Management**: Advanced
51
- - **Tools**: gh repo create, gh repo clone, git commands, Write, Read, Bash
52
- - **Usage**: `/github repo-architect <repository management task>`
53
- - **Best For**: Repository setup, structure optimization, multi-repo management
54
-
55
- ### code-reviewer
56
- **Automated code review and quality assurance**
57
- - **Review Quality**: Deep
58
- - **Security Analysis**: Yes
59
- - **Performance Check**: Automated
60
- - **Tools**: gh pr view --json files, gh pr review, gh pr comment, Read, Write
61
- - **Usage**: `/github code-reviewer <review task>`
62
- - **Best For**: Code quality, security reviews, performance analysis
63
-
64
- ### branch-manager
65
- **Branch management and workflow coordination**
66
- - **Branch Strategy**: GitFlow
67
- - **Merge Strategy**: Intelligent
68
- - **Conflict Prevention**: Proactive
69
- - **Tools**: gh api (for branch operations), git commands, Bash
70
- - **Usage**: `/github branch-manager <branch management task>`
71
- - **Best For**: Branch coordination, merge strategies, workflow management
72
-
73
- ## Integration Commands
74
-
75
- ### sync-coordinator
76
- **Multi-package synchronization**
77
- - **Package Sync**: Intelligent
78
- - **Version Alignment**: Automatic
79
- - **Dependency Resolution**: Advanced
80
- - **Tools**: git commands, gh pr create, Read, Write, Bash
81
- - **Usage**: `/github sync-coordinator <sync task>`
82
- - **Best For**: Package synchronization, version management, dependency updates
83
-
84
- ### ci-orchestrator
85
- **CI/CD pipeline coordination**
86
- - **Pipeline Management**: Advanced
87
- - **Test Coordination**: Parallel
88
- - **Deployment**: Automated
89
- - **Tools**: gh pr checks, gh workflow list, gh run list, Bash, TodoWrite, Task
90
- - **Usage**: `/github ci-orchestrator <CI/CD task>`
91
- - **Best For**: CI/CD coordination, test management, deployment automation
92
-
93
- ### security-guardian
94
- **Security and compliance management**
95
- - **Security Scan**: Automated
96
- - **Compliance Check**: Continuous
97
- - **Vulnerability Management**: Proactive
98
- - **Tools**: gh search code, gh issue create, gh secret list, Read, Write
99
- - **Usage**: `/github security-guardian <security task>`
100
- - **Best For**: Security audits, compliance checks, vulnerability management
101
-
102
- ## Usage Examples
103
-
104
- ### Creating a coordinated pull request workflow:
105
- ```bash
106
- /github pr-manager "Review and merge feature/new-integration branch with automated testing and multi-reviewer coordination"
107
- ```
108
-
109
- ### Managing repository synchronization:
110
- ```bash
111
- /github sync-coordinator "Synchronize claude-code-flow and ruv-swarm packages, align versions, and update cross-dependencies"
112
- ```
113
-
114
- ### Setting up automated issue tracking:
115
- ```bash
116
- /github issue-tracker "Create and manage integration issues with automated progress tracking and swarm coordination"
117
- ```
118
-
119
- ## Batch Operations
120
-
121
- All GitHub modes support batch operations for maximum efficiency:
122
-
123
- ### Parallel GitHub Operations Example:
124
- ```javascript
125
- [Single Message with BatchTool]:
126
- Bash("gh issue create --title 'Feature A' --body '...'")
127
- Bash("gh issue create --title 'Feature B' --body '...'")
128
- Bash("gh pr create --title 'PR 1' --head 'feature-a' --base 'main'")
129
- Bash("gh pr create --title 'PR 2' --head 'feature-b' --base 'main'")
130
- TodoWrite { todos: [todo1, todo2, todo3] }
131
- Bash("git checkout main && git pull")
132
- ```
133
-
134
- ## Integration with ruv-swarm
135
-
136
- All GitHub modes can be enhanced with ruv-swarm coordination:
137
-
138
- ```javascript
139
- // Initialize swarm for GitHub workflow
140
- mcp__claude-flow__swarm_init { topology: "hierarchical", maxAgents: 5 }
141
- mcp__claude-flow__agent_spawn { type: "coordinator", name: "GitHub Coordinator" }
142
- mcp__claude-flow__agent_spawn { type: "reviewer", name: "Code Reviewer" }
143
- mcp__claude-flow__agent_spawn { type: "tester", name: "QA Agent" }
144
-
145
- // Execute GitHub workflow with coordination
146
- mcp__claude-flow__task_orchestrate { task: "GitHub workflow", strategy: "parallel" }
147
- ```
@@ -1,121 +0,0 @@
1
- # github swarm
2
-
3
- Create a specialized swarm for GitHub repository management.
4
-
5
- ## Usage
6
-
7
- ```bash
8
- npx claude-flow-novice github swarm [options]
9
- ```
10
-
11
- ## Options
12
-
13
- - `--repository, -r <owner/repo>` - Target GitHub repository
14
- - `--agents, -a <number>` - Number of specialized agents (default: 5)
15
- - `--focus, -f <type>` - Focus area: maintenance, development, review, triage
16
- - `--auto-pr` - Enable automatic pull request enhancements
17
- - `--issue-labels` - Auto-categorize and label issues
18
- - `--code-review` - Enable AI-powered code reviews
19
-
20
- ## Examples
21
-
22
- ### Basic GitHub swarm
23
-
24
- ```bash
25
- npx claude-flow-novice github swarm --repository owner/repo
26
- ```
27
-
28
- ### Maintenance-focused swarm
29
-
30
- ```bash
31
- npx claude-flow-novice github swarm -r owner/repo -f maintenance --issue-labels
32
- ```
33
-
34
- ### Development swarm with PR automation
35
-
36
- ```bash
37
- npx claude-flow-novice github swarm -r owner/repo -f development --auto-pr --code-review
38
- ```
39
-
40
- ### Full-featured triage swarm
41
-
42
- ```bash
43
- npx claude-flow-novice github swarm -r owner/repo -a 8 -f triage --issue-labels --auto-pr
44
- ```
45
-
46
- ## Agent Types
47
-
48
- ### Issue Triager
49
-
50
- - Analyzes and categorizes issues
51
- - Suggests labels and priorities
52
- - Identifies duplicates and related issues
53
-
54
- ### PR Reviewer
55
-
56
- - Reviews code changes
57
- - Suggests improvements
58
- - Checks for best practices
59
-
60
- ### Documentation Agent
61
-
62
- - Updates README files
63
- - Creates API documentation
64
- - Maintains changelog
65
-
66
- ### Test Agent
67
-
68
- - Identifies missing tests
69
- - Suggests test cases
70
- - Validates test coverage
71
-
72
- ### Security Agent
73
-
74
- - Scans for vulnerabilities
75
- - Reviews dependencies
76
- - Suggests security improvements
77
-
78
- ## Workflows
79
-
80
- ### Issue Triage Workflow
81
-
82
- 1. Scan all open issues
83
- 2. Categorize by type and priority
84
- 3. Apply appropriate labels
85
- 4. Suggest assignees
86
- 5. Link related issues
87
-
88
- ### PR Enhancement Workflow
89
-
90
- 1. Analyze PR changes
91
- 2. Suggest missing tests
92
- 3. Improve documentation
93
- 4. Format code consistently
94
- 5. Add helpful comments
95
-
96
- ### Repository Health Check
97
-
98
- 1. Analyze code quality metrics
99
- 2. Review dependency status
100
- 3. Check test coverage
101
- 4. Assess documentation completeness
102
- 5. Generate health report
103
-
104
- ## Integration with Claude Code
105
-
106
- Use in Claude Code with MCP tools:
107
-
108
- ```javascript
109
- mcp__claude-flow__github_swarm {
110
- repository: "owner/repo",
111
- agents: 6,
112
- focus: "maintenance"
113
- }
114
- ```
115
-
116
- ## See Also
117
-
118
- - `repo analyze` - Deep repository analysis
119
- - `pr enhance` - Enhance pull requests
120
- - `issue triage` - Intelligent issue management
121
- - `code review` - Automated reviews
@@ -1,292 +0,0 @@
1
- # GitHub Issue Tracker
2
-
3
- ## Purpose
4
- Intelligent issue management and project coordination with ruv-swarm integration for automated tracking, progress monitoring, and team coordination.
5
-
6
- ## Capabilities
7
- - **Automated issue creation** with smart templates and labeling
8
- - **Progress tracking** with swarm-coordinated updates
9
- - **Multi-agent collaboration** on complex issues
10
- - **Project milestone coordination** with integrated workflows
11
- - **Cross-repository issue synchronization** for monorepo management
12
-
13
- ## Tools Available
14
- - `mcp__github__create_issue`
15
- - `mcp__github__list_issues`
16
- - `mcp__github__get_issue`
17
- - `mcp__github__update_issue`
18
- - `mcp__github__add_issue_comment`
19
- - `mcp__github__search_issues`
20
- - `mcp__claude-flow__*` (all swarm coordination tools)
21
- - `TodoWrite`, `TodoRead`, `Task`, `Bash`, `Read`, `Write`
22
-
23
- ## Usage Patterns
24
-
25
- ### 1. Create Coordinated Issue with Swarm Tracking
26
- ```javascript
27
- // Initialize issue management swarm
28
- mcp__claude-flow__swarm_init { topology: "star", maxAgents: 3 }
29
- mcp__claude-flow__agent_spawn { type: "coordinator", name: "Issue Coordinator" }
30
- mcp__claude-flow__agent_spawn { type: "researcher", name: "Requirements Analyst" }
31
- mcp__claude-flow__agent_spawn { type: "coder", name: "Implementation Planner" }
32
-
33
- // Create comprehensive issue
34
- mcp__github__create_issue {
35
- owner: "ruvnet",
36
- repo: "ruv-FANN",
37
- title: "Integration Review: claude-code-flow and ruv-swarm complete integration",
38
- body: `## 🔄 Integration Review
39
-
40
- ### Overview
41
- Comprehensive review and integration between packages.
42
-
43
- ### Objectives
44
- - [ ] Verify dependencies and imports
45
- - [ ] Ensure MCP tools integration
46
- - [ ] Check hook system integration
47
- - [ ] Validate memory systems alignment
48
-
49
- ### Swarm Coordination
50
- This issue will be managed by coordinated swarm agents for optimal progress tracking.`,
51
- labels: ["integration", "review", "enhancement"],
52
- assignees: ["ruvnet"]
53
- }
54
-
55
- // Set up automated tracking
56
- mcp__claude-flow__task_orchestrate {
57
- task: "Monitor and coordinate issue progress with automated updates",
58
- strategy: "adaptive",
59
- priority: "medium"
60
- }
61
- ```
62
-
63
- ### 2. Automated Progress Updates
64
- ```javascript
65
- // Update issue with progress from swarm memory
66
- mcp__claude-flow__memory_usage {
67
- action: "retrieve",
68
- key: "issue/54/progress"
69
- }
70
-
71
- // Add coordinated progress comment
72
- mcp__github__add_issue_comment {
73
- owner: "ruvnet",
74
- repo: "ruv-FANN",
75
- issue_number: 54,
76
- body: `## 🚀 Progress Update
77
-
78
- ### Completed Tasks
79
- - ✅ Architecture review completed (agent-1751574161764)
80
- - ✅ Dependency analysis finished (agent-1751574162044)
81
- - ✅ Integration testing verified (agent-1751574162300)
82
-
83
- ### Current Status
84
- - 🔄 Documentation review in progress
85
- - 📊 Integration score: 89% (Excellent)
86
-
87
- ### Next Steps
88
- - Final validation and merge preparation
89
-
90
- ---
91
- 🤖 Generated with Claude Code using ruv-swarm coordination`
92
- }
93
-
94
- // Store progress in swarm memory
95
- mcp__claude-flow__memory_usage {
96
- action: "store",
97
- key: "issue/54/latest_update",
98
- value: { timestamp: Date.now(), progress: "89%", status: "near_completion" }
99
- }
100
- ```
101
-
102
- ### 3. Multi-Issue Project Coordination
103
- ```javascript
104
- // Search and coordinate related issues
105
- mcp__github__search_issues {
106
- q: "repo:ruvnet/ruv-FANN label:integration state:open",
107
- sort: "created",
108
- order: "desc"
109
- }
110
-
111
- // Create coordinated issue updates
112
- mcp__github__update_issue {
113
- owner: "ruvnet",
114
- repo: "ruv-FANN",
115
- issue_number: 54,
116
- state: "open",
117
- labels: ["integration", "review", "enhancement", "in-progress"],
118
- milestone: 1
119
- }
120
- ```
121
-
122
- ## Batch Operations Example
123
-
124
- ### Complete Issue Management Workflow:
125
- ```javascript
126
- [Single Message - Issue Lifecycle Management]:
127
- // Initialize issue coordination swarm
128
- mcp__claude-flow__swarm_init { topology: "mesh", maxAgents: 4 }
129
- mcp__claude-flow__agent_spawn { type: "coordinator", name: "Issue Manager" }
130
- mcp__claude-flow__agent_spawn { type: "analyst", name: "Progress Tracker" }
131
- mcp__claude-flow__agent_spawn { type: "researcher", name: "Context Gatherer" }
132
-
133
- // Create multiple related issues using gh CLI
134
- Bash(`gh issue create \
135
- --repo :owner/:repo \
136
- --title "Feature: Advanced GitHub Integration" \
137
- --body "Implement comprehensive GitHub workflow automation..." \
138
- --label "feature,github,high-priority"`)
139
-
140
- Bash(`gh issue create \
141
- --repo :owner/:repo \
142
- --title "Bug: PR merge conflicts in integration branch" \
143
- --body "Resolve merge conflicts in integration/claude-code-flow-ruv-swarm..." \
144
- --label "bug,integration,urgent"`)
145
-
146
- Bash(`gh issue create \
147
- --repo :owner/:repo \
148
- --title "Documentation: Update integration guides" \
149
- --body "Update all documentation to reflect new GitHub workflows..." \
150
- --label "documentation,integration"`)
151
-
152
-
153
- // Set up coordinated tracking
154
- TodoWrite { todos: [
155
- { id: "github-feature", content: "Implement GitHub integration", status: "pending", priority: "high" },
156
- { id: "merge-conflicts", content: "Resolve PR conflicts", status: "pending", priority: "critical" },
157
- { id: "docs-update", content: "Update documentation", status: "pending", priority: "medium" }
158
- ]}
159
-
160
- // Store initial coordination state
161
- mcp__claude-flow__memory_usage {
162
- action: "store",
163
- key: "project/github_integration/issues",
164
- value: { created: Date.now(), total_issues: 3, status: "initialized" }
165
- }
166
- ```
167
-
168
- ## Smart Issue Templates
169
-
170
- ### Integration Issue Template:
171
- ```markdown
172
- ## 🔄 Integration Task
173
-
174
- ### Overview
175
- [Brief description of integration requirements]
176
-
177
- ### Objectives
178
- - [ ] Component A integration
179
- - [ ] Component B validation
180
- - [ ] Testing and verification
181
- - [ ] Documentation updates
182
-
183
- ### Integration Areas
184
- #### Dependencies
185
- - [ ] Package.json updates
186
- - [ ] Version compatibility
187
- - [ ] Import statements
188
-
189
- #### Functionality
190
- - [ ] Core feature integration
191
- - [ ] API compatibility
192
- - [ ] Performance validation
193
-
194
- #### Testing
195
- - [ ] Unit tests
196
- - [ ] Integration tests
197
- - [ ] End-to-end validation
198
-
199
- ### Swarm Coordination
200
- - **Coordinator**: Overall progress tracking
201
- - **Analyst**: Technical validation
202
- - **Tester**: Quality assurance
203
- - **Documenter**: Documentation updates
204
-
205
- ### Progress Tracking
206
- Updates will be posted automatically by swarm agents during implementation.
207
-
208
- ---
209
- 🤖 Generated with Claude Code
210
- ```
211
-
212
- ### Bug Report Template:
213
- ```markdown
214
- ## 🐛 Bug Report
215
-
216
- ### Problem Description
217
- [Clear description of the issue]
218
-
219
- ### Expected Behavior
220
- [What should happen]
221
-
222
- ### Actual Behavior
223
- [What actually happens]
224
-
225
- ### Reproduction Steps
226
- 1. [Step 1]
227
- 2. [Step 2]
228
- 3. [Step 3]
229
-
230
- ### Environment
231
- - Package: [package name and version]
232
- - Node.js: [version]
233
- - OS: [operating system]
234
-
235
- ### Investigation Plan
236
- - [ ] Root cause analysis
237
- - [ ] Fix implementation
238
- - [ ] Testing and validation
239
- - [ ] Regression testing
240
-
241
- ### Swarm Assignment
242
- - **Debugger**: Issue investigation
243
- - **Coder**: Fix implementation
244
- - **Tester**: Validation and testing
245
-
246
- ---
247
- 🤖 Generated with Claude Code
248
- ```
249
-
250
- ## Best Practices
251
-
252
- ### 1. **Swarm-Coordinated Issue Management**
253
- - Always initialize swarm for complex issues
254
- - Assign specialized agents based on issue type
255
- - Use memory for progress coordination
256
-
257
- ### 2. **Automated Progress Tracking**
258
- - Regular automated updates with swarm coordination
259
- - Progress metrics and completion tracking
260
- - Cross-issue dependency management
261
-
262
- ### 3. **Smart Labeling and Organization**
263
- - Consistent labeling strategy across repositories
264
- - Priority-based issue sorting and assignment
265
- - Milestone integration for project coordination
266
-
267
- ### 4. **Batch Issue Operations**
268
- - Create multiple related issues simultaneously
269
- - Bulk updates for project-wide changes
270
- - Coordinated cross-repository issue management
271
-
272
- ## Integration with Other Modes
273
-
274
- ### Seamless integration with:
275
- - `/github pr-manager` - Link issues to pull requests
276
- - `/github release-manager` - Coordinate release issues
277
- - `/sparc orchestrator` - Complex project coordination
278
- - `/sparc tester` - Automated testing workflows
279
-
280
- ## Metrics and Analytics
281
-
282
- ### Automatic tracking of:
283
- - Issue creation and resolution times
284
- - Agent productivity metrics
285
- - Project milestone progress
286
- - Cross-repository coordination efficiency
287
-
288
- ### Reporting features:
289
- - Weekly progress summaries
290
- - Agent performance analytics
291
- - Project health metrics
292
- - Integration success rates
@@ -1,25 +0,0 @@
1
- # issue-triage
2
-
3
- Intelligent issue classification and triage.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow-novice github issue-triage [options]
8
- ```
9
-
10
- ## Options
11
- - `--repository <owner/repo>` - Target repository
12
- - `--auto-label` - Automatically apply labels
13
- - `--assign` - Auto-assign to team members
14
-
15
- ## Examples
16
- ```bash
17
- # Triage issues
18
- npx claude-flow-novice github issue-triage --repository myorg/myrepo
19
-
20
- # With auto-labeling
21
- npx claude-flow-novice github issue-triage --repository myorg/myrepo --auto-label
22
-
23
- # Full automation
24
- npx claude-flow-novice github issue-triage --repository myorg/myrepo --auto-label --assign
25
- ```