Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计通过

jira-issue-triage-and-routingJira issue triage AND routing 搜索

Agent Skill

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力。它适合让 Agent 查询项目状态、整理变更、辅助创建或检查协作事项,并把仓库中的信息转成可执行的下一步。使用时需要区分只读查询和写入操作;涉及创建 PR、修改 Issue、推送分支或访问私有仓库时,应确认 token 权限、目标仓库范围和用户授权。

总安装

16,000

周安装

431

GitHub Stars

11

下载量

5,117
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:jira-issue-triage-and-routing(Jira issue triage AND routing 搜索)
来源仓库:https://github.com/lobbi-docs/claude
仓库路径:skills/jira-issue-triage-and-routing
安装命令:
npx skills add https://github.com/lobbi-docs/claude --skill 'Jira Issue Triage and Routing'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/lobbi-docs/claude --skill 'Jira Issue Triage and Routing'

简介

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力,适合查询项目状态和整理变更时使用。

  • 适用于代码审查、协作事项管理和仓库状态跟踪等研究检索类场景。
  • 可查询仓库信息、Issue 详情、PR 状态并辅助创建协作事项。
  • 涉及写入操作时需确认 token 权限和目标仓库范围,避免误改关键数据。
  • jira-issue-triage-and-routing 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Jira Issue Triage and Routing Skill

Intelligent classification, prioritization, and routing system for Jira issues.

Triage Decision Tree

START: New Jira Issue
├─ Step 1: ISSUE TYPE CLASSIFICATION
│  ├─ Bug? → Classify severity (Blocker/Critical/Major/Minor) → HIGH Priority if Critical
│  ├─ Story/Feature? → Check requirements clarity, sprint scope, dependencies
│  ├─ Epic? → Route to epic-decomposer (NEVER implement directly)
│  ├─ Task? → Route by category (Tech Debt/Config/Docs/Infrastructure)
│  └─ Spike? → Time-box (1-2 days max) → Document findings → Create stories
│
├─ Step 2: COMPLEXITY ASSESSMENT (0-100 scale)
│  ├─ Code Impact: Single file (2) → Multiple services (10)
│  ├─ Integration: None (0) → Multiple external APIs (10)
│  ├─ Risk: None (0) → Critical/Data loss (10)
│  ├─ Testing: No tests (0) → Complex E2E scenarios (10)
│  ├─ Dependencies: None (0) → Multiple blocking (10)
│  └─ Uncertainty: Known (0) → Complete unknown (10)
│
│  Scoring: (Code×0.25 + Integration×0.20 + Risk×0.20 + Testing×0.15 + Dependencies×0.10 + Uncertainty×0.10) × 10
│
│  Categories:
│  • 1-20: SIMPLE → Quick-Fix Path (2-3 agents, 2-4 hrs)
│  • 21-40: MODERATE → Standard Workflow (3-5 agents, 2-5 days)
│  • 41-70: COMPLEX → Extended Workflow (5-10 agents, 5-10 days)
│  • 71+: VERY COMPLEX → Decomposition Path
│
├─ Step 3: PRIORITY & SEVERITY ASSESSMENT
│  ├─ Business Impact: Blocks production (BLOCKER) → Nice-to-have (LOW)
│  ├─ Urgency: Immediate (hours) → Backlog (months)
│  └─ Bug Severity Matrix:
│     • BLOCKER: Production down, data loss, security breach (1-4 hr SLA)
│     • CRITICAL: Major functionality broken (4-8 hr SLA)
│     • MAJOR: Important feature degraded (1-3 days)
│     • MINOR: Cosmetic issues (next sprint)
│
├─ Step 4: WORKFLOW ROUTING
│  ├─ QUICK-FIX: Simple (1-20), <50 LOC, low risk → EXPLORE→CODE→TEST→COMMIT
│  ├─ STANDARD: Moderate (21-40) → EXPLORE→PLAN→CODE→TEST→FIX→COMMIT
│  ├─ EXTENDED: Complex (41-70), high risk → All phases + extended thinking + checkpoints
│  ├─ RESEARCH: Spike/POC → RESEARCH→DOCUMENT→CREATE STORIES (time-boxed)
│  └─ DECOMPOSITION: Epic (71+) → ANALYZE→DECOMPOSE→CREATE STORIES→TRIAGE EACH
│
├─ Step 5: AGENT SELECTION
│  ├─ By Type: Bug→triage-agent; Story→requirements-analyzer; Epic→epic-decomposer; Spike→requirements-analyzer
│  ├─ By Tech: Frontend→react-specialist; Backend→nodejs/python/java-specialist; DevOps→k8s-specialist
│  ├─ By Phase: EXPLORE→requirements-analyzer; PLAN→architect; CODE→tech-specific; TEST→test-strategist; COMMIT→commit-orchestrator
│  └─ By Complexity: SIMPLE→2-3 junior agents; COMPLEX→5-10 seniors + extended thinking
│
├─ Step 6: RISK & ESCALATION
│  ├─ Risk Factors: Security, breaking changes, data migrations, compliance issues
│  ├─ Level 1 (IMMEDIATE STOP): Security vulnerability, data loss, compliance breach
│  ├─ Level 2 (CHECKPOINT): Complexity +50%, blocker >4hrs, breaking changes
│  └─ Level 3 (POST-COMPLETION): Standard bugs, docs, minor refactoring
│
└─ Step 7: OUTPUT ROUTING PACKAGE
   ├─ Classification, complexity score, priority, workflow path
   ├─ Agent selection, risk assessment, escalation triggers
   └─ Update Jira labels, assign workflow, spawn agents

Issue Type Routing Matrix

TypeDetectionRoutingAgents
BugTitle: "bug", "broken", "error"; Stack trace presentRoute by severity + "Can reproduce?" checktriage-agent, hypothesis-debugger, root-cause-analyzer
Story"Add", "implement", "create"; User story formatCheck requirements, sprint scope, decompose if >13 ptsrequirements-analyzer, requirements-analyzer, task-enricher
EpicType=Epic; Multi-sprint scopeDECOMPOSE into 3-8 stories (Foundation→Core→Enhancement→Polish phases)epic-decomposer, strategic-planner
TaskNo user-facing changeTech Debt→code-quality; Config→devops; Docs→doc-writerdomain-specialists
Spike"Investigate", "research", "POC"; Unknown outcomeTime-box 1-2 days, document findings, create storiesrequirements-analyzer, requirements-analyzer

Complexity Scoring Example

Issue: Add CSV export functionality

Code Impact: 5 (3-4 files, 200-300 LOC) × 0.25 = 1.25
Integration: 3 (internal APIs) × 0.20 = 0.60
Risk: 4 (file generation, perf) × 0.20 = 0.80
Testing: 6 (unit + integration) × 0.15 = 0.90
Dependencies: 2 (DB query opt) × 0.10 = 0.20
Uncertainty: 3 (format details) × 0.10 = 0.30

Score: 3.65 × 10 = 36.5 → MODERATE (5 story points)
→ Standard Workflow, 3-5 agents, 2-5 days

Epic Decomposition Example

Epic: User Management System

Phase 1 (Sprint 1): PROJ-101 Profile CRUD (5pts), PROJ-102 RBAC (8pts), PROJ-103 Password Policy (3pts)
Phase 2 (Sprint 2): PROJ-104 Audit Logging (5pts), PROJ-105 MFA (8pts)
Phase 3 (Sprint 3): PROJ-106 Bulk Ops (5pts), PROJ-107 Import/Export (5pts)
Phase 4 (Sprint 4): PROJ-108 Analytics (8pts)

Dependencies: PROJ-102 blocks PROJ-106; PROJ-101 blocks PROJ-104
Total: 8 stories, 47 points, 4 sprints, 2-3 developers

Workflow Paths

PathCriteriaPhasesAgentsDuration
Quick-FixComplexity 1-20, <50 LOC, low riskEXPLORE→CODE→TEST→COMMIT2-32-4 hrs
StandardComplexity 21-40, moderate riskEXPLORE→PLAN→CODE→TEST→FIX→COMMIT3-52-5 days
ExtendedComplexity 41-70, high riskAll phases + extended thinking + checkpoints5-135-10 days
ResearchSpike/POC, time-boxedRESEARCH→DOCUMENT→CREATE STORIES1-31-5 days
DecompositionEpic, complexity 71+ANALYZE→DECOMPOSE→CREATE STORIES→TRIAGE2-41-2 days

Agent Selection by Phase

PhaseSIMPLEMODERATECOMPLEXVERY COMPLEX
EXPLORErequirements-analyzer (1)requirements-analyzer, requirements-analyzer (2)requirements-analyzer, dep-mapper, architect (3)architect, senior-analyst (3)
PLANrequirements-analyzer (1)requirements-analyzer, code-architect (2)senior-architect (2)
CODEjunior-dev (1-2)task-enricher (2-4)task-enricher (3-6)senior-specialists (4-6)
TESTtest-runner (1)test-strategist (1-2)test-strategist, qa-ticket-reviewer (2-3)comprehensive-tester (2-4)
FIXhypothesis-debugger (1)hypothesis-debugger, code-quality-enforcer (1-2)senior-debugger (1-2)
COMMITcommit-orchestrator (1)commit-orchestrator (1)commit-orchestrator, documentation-hub (1-2)commit-orchestrator, documentation-hub (1-2)

Escalation Matrix

TriggerLevelActionTimelineNotify
Security vulnerability1 IMMEDIATESTOP work, create incidentImmediateSecurity, management
Data loss risk1 IMMEDIATESTOP work, documentImmediateOps, management
Complexity +50%2 CHECKPOINTPause, request decisionSame dayTech lead, product owner
Blocker >4 hrs2 CHECKPOINTEscalate blockerWithin 4 hrsBlocking team, manager
Breaking change2 CHECKPOINTDocument impact, approve1-2 daysAffected teams
Standard bug fix3 POST-COMPLETIONComplete, notifyAfter doneReviewer

Bug Routing Decision

Bug Detected
├─ Can reproduce consistently? NO → Gather reproduction steps
├─ Security vulnerability? YES → IMMEDIATE ESCALATION
├─ Severity?
│  ├─ BLOCKER/CRITICAL → Extended workflow, root-cause analysis, human checkpoints
│  ├─ MAJOR → Standard workflow, add regression tests
│  └─ MINOR → Quick-Fix path, batch with similar fixes
└─ Root cause known? NO → Extend EXPLORE phase with hypothesis-debugger/profiler

Feature Routing Decision

Story/Feature Detected
├─ Requirements clear? NO → Route to requirements-analyzer first
├─ Single sprint scope? NO → Consider epic decomposition
├─ Tech complexity?
│  ├─ Frontend → UI specialists
│  ├─ Backend → API specialists
│  ├─ Full-stack → Both
│  └─ Infrastructure → DevOps specialists
├─ Integration complexity?
│  ├─ None → SIMPLE (1-20 pts)
│  ├─ Internal APIs → MODERATE (21-40 pts)
│  ├─ External APIs → COMPLEX (41-70 pts)
│  └─ Multiple external → VERY COMPLEX (71+ pts)
└─ Score 1-100 and route to appropriate workflow

Spike Handling

Spike Detected
├─ Time-Box Definition (CRITICAL)
│  ├─ Small: 1 day max
│  ├─ Medium: 2-3 days max
│  └─ Large: 1 week max (justify)
├─ Research Phase: Investigate tech/approach, build POC if needed
├─ Document Phase: Write findings, recommend approach, estimate effort
└─ Output: Go/No-Go decision OR implementation stories with estimates

Triage Output Checklist

  • Issue classification (type, subtype, confidence)
  • Complexity score (0-100) with factor breakdown
  • Priority & severity assessment
  • Workflow path selection (Quick-Fix/Standard/Extended/Research/Decomposition)
  • Agent recommendations per phase
  • Risk assessment and escalation level
  • Dependencies and blockers
  • Jira labels and field updates
  • Execute workflow with selected agents

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.35%
按下载量换算1,911

Claude

32.54%
按下载量换算1,665

Cursor

19.09%
按下载量换算977

Gemini CLI

8.9%
按下载量换算455

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/lobbi-docs/claude --skill 'Jira Issue Triage and Routing' 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills