Fähigkeiten jira-safe
📋

jira-safe

Niedriges Risiko 🌐 Netzwerkzugriff🔑 Umgebungsvariablen

使用分层结构创建符合SAFe标准的Jira问题

Auch verfügbar von: 01000001-01001110

使用正确的SAFe分层结构管理Jira问题既耗时又容易出错。此技能提供模板和自动化功能,用于创建史诗、故事和子任务,具有正确的父子链接和Atlassian文档格式描述。

Unterstützt: Claude Codex Code(CC)
📊 71 Angemessen
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

Einschalten und loslegen

Teste es

Verwendung von "jira-safe". 为新的身份验证系统创建史诗,业务成果为'用户可以安全地访问其账户',成功指标为99.9%正常运行时间和<100ms登录时间,范围包括登录、登出和密码重置。

Erwartetes Ergebnis:

  • Epic Created: SCRUM-123
  • Summary: [Epic] Authentication System - Users can securely access their accounts
  • Business Outcome: Users can securely access their accounts
  • Success Metrics: 99.9% uptime, <100ms login time
  • Scope: Login, logout, password reset flows

Verwendung von "jira-safe". 为用户身份验证编写SAFe用户故事,包括登录、登出和密码重置场景

Erwartetes Ergebnis:

  • Story Summary: US-001: As a website visitor, I want to authenticate with email and password, so that I can access my account securely
  • Acceptance Criteria:
  • - Scenario: Successful login with valid credentials
  • GIVEN user is on login page
  • WHEN user enters valid email and password
  • THEN user is redirected to dashboard
  • - Scenario: Failed login shows error
  • GIVEN user enters invalid credentials
  • THEN error message is displayed
  • Definition of Done: [ ] Code reviewed, [ ] Tests passing, [ ] Documentation updated

Sicherheitsaudit

Niedriges Risiko
v3 • 1/16/2026

Legitimate Jira integration skill implementing SAFe methodology. Static scanner produced 523 findings but 95% are false positives from pattern-matching markdown documentation. Network calls target Atlassian Jira endpoints only. Credentials stored in environment variables per security best practices. No credential exfiltration, code execution vulnerabilities, or malicious patterns detected.

9
Gescannte Dateien
4,508
Analysierte Zeilen
2
befunde
3
Gesamtzahl Audits
Auditiert von: claude Audit-Verlauf anzeigen →

Qualitätsbewertung

45
Architektur
100
Wartbarkeit
85
Inhalt
34
Community
90
Sicherheit
91
Spezifikationskonformität

Was du bauen kannst

标准化团队积压工作

使用SAFe模板在多个团队之间创建一致的史诗-故事-子任务分层结构

规划功能发布

将功能分解为具有验收标准的故事,并将其链接到父史诗

跟踪冲刺工作

为技术工作创建子任务,并通过工作流状态转换问题

Probiere diese Prompts

创建史诗
为[initiative name]创建史诗,业务成果为'[outcome]',成功指标为[metrics],范围描述。使用SAFe格式。
编写故事
为'[feature]'编写SAFe用户故事。包括Given-When-Then验收标准和完成定义。
添�的子任务
在故事[KEY]下创建5个子任务用于[implementation steps]。使用技术任务名称。
完整分层结构
创建1个包含3个故事的史诗。每个故事应有4个子任务。使用以下规范:[details]。

Bewährte Verfahren

  • 在创建Jira问题之前始终获得用户批准
  • 在下一代项目中使用父字段进行史诗链接
  • 在每个故事中包含完成定义

Vermeiden

  • 未经用户批准创建问题
  • 使用硬编码凭据而非环境变量
  • 跳过项目类型检测(下一代vs经典)

Häufig gestellte Fragen

此技能是否适用于经典Jira项目?
是的。使用customfield_10014作为Epic Link,customfield_10011作为Epic Name。首先检测项目类型。
我一次可以创建多少问题?
Jira允许大约每秒10个请求。在批量操作之间添加100ms延迟。
我可以将此用于本地Jira Server吗?
是的。将JIRA_BASE_URL更新为指向您的本地实例。API端点保持不变。
我的凭据数据安全吗?
凭据存储在环境变量中,仅通过HTTPS发送到Atlassian服务器。
为什么我的问题没有正确链接?
检查您使用的是下一代还是经典项目类型。下一代使用父字段;经典使用customfield_10014。
史诗、功能和故事之间有什么区别?
史诗是投资组合级别的战略计划。功能是收益假设。故事交付用户价值。子任务分解技术工作。