The Agent Skills Directory
npx skills add https://smithery.ai/skills/Lobbi-Docs/jira-orchestration-workflow通过多智能体编排,执行六阶段协议来协调基于 Jira 的开发工作。
探索 → 规划 → 编码 → 测试 → 修复 → 提交
每个阶段在进入下一阶段前必须完成验证关卡。
[ISSUE-KEY] description\n\nResolves: ISSUE-KEY| 事项类型 | 主要智能体 | 次要智能体 |
|---|---|---|
| Bug | triage-agent, hypothesis-debugger | root-cause-analyzer, test-strategist |
| Story | requirements-analyzer, code-architect | requirements-analyzer |
| Task | task-enricher | technology-specific |
| Epic | epic-decomposer | 首先拆分为故事 |
| Spike | requirements-analyzer, requirements-analyzer | 领域专家 |
按技术:前端→react-specialist;后端→api-specialist;DevOps→infrastructure-orchestrator;移动端→mobile-developer
按优先级:阻塞→triage-agent + 升级;严重→高级智能体 + 扩展思考;高→标准选择;中/低→优化效率
标记阻塞项当: 缺少需求、依赖项、技术限制、安全问题、破坏性变更。
立即行动: 添加“已阻塞”标签,创建详细评论,链接阻塞事项,通知相关方。
升级当: 持续超过 4 小时、超出智能体权限、安全漏洞、破坏性变更、影响客户、法律/合规问题。
流程: 暂停,记录上下文,创建 Jira 评论,标记相关人员,转换到“等待支持”。
始终需要: 安全变更、破坏性 API/数据库变更、基础设施、面向客户的功能、合规性。
可选(审查后): Bug 修复、文档、测试、重构。
在以下时机更新 Jira: 阶段转换、阻塞项、测试失败、PR 创建、每小时。
状态格式:
## 进度 - 阶段: [名称]
- 已完成: [项目]
- 进行中: [项目] (X%)
- 已阻塞: [项目] ([原因])
- 下一步: [步骤]
- 花费时间: Xh Ym
指标: 速率(故事点/冲刺)、周期时间(进行中→完成)、前置时间(创建→完成)、工作日志(时间/阶段)。
Bug: 探索(复现)→规划(修复设计)→编码→测试(添加回归)→修复→提交 Story: 探索→规划(子任务)→编码(并行)→测试(E2E)→修复→提交 Epic: 分解为故事,执行每个故事的工作流,集成结果
PR 标题: [ISSUE-KEY] 简要描述
提交:
[ISSUE-KEY] 描述
变更:
- 项目1
- 项目2
解决: ISSUE-KEY
分支: [类型]/[issue-key]-[描述] (例如,feature/PROJ-123-auth)
智能提交: [ISSUE-KEY] #comment 文本 | #time 2h 30m | #transition In Review
事项: PROJ-123 “登录 5 分钟后超时”
| 阶段 | 活动 | 智能体 |
|---|---|---|
| 探索 | 分析认证代码,识别 JWT 过期 | requirements-analyzer, security-specialist |
| 规划 | 设计修复:延长过期时间,修复清理 | triage-agent |
| 编码 | 更新 JWT 配置,实现刷新 | requirements-analyzer, security-specialist |
| 测试 | 单元/集成/手动测试 | test-strategist, qa-ticket-reviewer |
| 修复 | 无需修复 | - |
| 提交 | 创建 PR,链接到 PROJ-123 | commit-orchestrator |
可与以下系统协同工作:jira (API)、git-workflows (分支/PR)、orchestration-patterns (智能体协调)、testing (测试执行)、debugging (根因分析)。
每周安装次数
–
来源
首次出现
–
Execute 6-phase protocol for coordinating Jira-based development work with multi-agent orchestration.
EXPLORE → PLAN → CODE → TEST → FIX → COMMIT
Each phase must complete validation gates before proceeding.
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
[ISSUE-KEY] description\n\nResolves: ISSUE-KEY| Issue Type | Primary | Secondary |
|---|---|---|
| Bug | triage-agent, hypothesis-debugger | root-cause-analyzer, test-strategist |
| Story | requirements-analyzer, code-architect | requirements-analyzer |
| Task | task-enricher | technology-specific |
| Epic | epic-decomposer | split into stories first |
| Spike | requirements-analyzer, requirements-analyzer | domain experts |
By Technology: Frontend→react-specialist; Backend→api-specialist; DevOps→infrastructure-orchestrator; Mobile→mobile-developer
By Priority: Blocker→triage-agent + escalate; Critical→senior agents + extended thinking; High→standard selection; Medium/Low→optimize for efficiency
Mark blocker when: Missing requirements, dependencies, technical limits, security concerns, breaking changes.
Immediate: Add "Blocked" label, create detailed comment, link blocking issue, notify stakeholders.
Escalate when: Persists >4 hours, beyond agent authority, security vulnerability, breaking changes, customer impact, legal/compliance questions.
Process: Pause, document context, create Jira comment, tag humans, transition to "Waiting for Support".
Always required: Security changes, breaking API/DB changes, infrastructure, customer-facing features, compliance.
Optional (post-review): Bug fixes, docs, tests, refactoring.
Update Jira at: Phase transitions, blockers, test failures, PR creation, hourly.
Status format:
## Progress - Phase: [NAME]
- Completed: [items]
- In Progress: [items] (X%)
- Blocked: [items] ([reason])
- Next: [steps]
- Time Spent: Xh Ym
Metrics: Velocity (story points/sprint), Cycle Time (In Progress→Done), Lead Time (creation→completion), Work Log (time/phase).
Bug: EXPLORE (reproduce)→PLAN (fix design)→CODE→TEST (add regression)→FIX→COMMIT Story: EXPLORE→PLAN (subtasks)→CODE (parallel)→TEST (E2E)→FIX→COMMIT Epic: Decompose into Stories, execute each Story workflow, integrate results
PR Title: [ISSUE-KEY] Brief description
Commit:
[ISSUE-KEY] description
Changes:
- item1
- item2
Resolves: ISSUE-KEY
Branch: [type]/[issue-key]-[description] (e.g., feature/PROJ-123-auth)
Smart commits: [ISSUE-KEY] #comment text | #time 2h 30m | #transition In Review
Issue: PROJ-123 "Login timeout after 5 minutes"
| Phase | Activity | Agents |
|---|---|---|
| EXPLORE | Analyze auth code, identify JWT expiry | requirements-analyzer, security-specialist |
| PLAN | Design fix: extend expiry, fix cleanup | triage-agent |
| CODE | Update JWT config, implement refresh | requirements-analyzer, security-specialist |
| TEST | Unit/integration/manual tests | test-strategist, qa-ticket-reviewer |
| FIX | No fixes needed | - |
| COMMIT | Create PR, link to PROJ-123 | commit-orchestrator |
Works with: jira (API), git-workflows (branches/PRs), orchestration-patterns (agent coordination), testing (test execution), debugging (root cause analysis).
Weekly Installs
–
Source
First Seen
–
Azure Data Explorer (Kusto) 查询技能:KQL数据分析、日志遥测与时间序列处理
114,200 周安装