スキル一覧に戻る
bitsoex

jira-workflow

by bitsoex

Bitso Java API Wrapper

34🍴 30📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: jira-workflow description: Jira ticket creation and management for AI agent commands, with severity-based processing and proper integration version: 1.0.0 compatibility: All repositories with Jira integration

metadata: category: workflow tags: - jira - tickets - tracking - severity-processing triggers: - on-demand uses: - pr-lifecycle

Jira Workflow

Best practices for AI agents to create and manage Jira tickets when performing automated work like fixing vulnerabilities, resolving SonarQube issues, or improving test coverage.

Core Principles

  1. Create Ticket Before Work - Always create/find a Jira ticket before starting
  2. Discover Project Key - Never hardcode project keys
  3. Search Before Creating - Check for existing tickets first
  4. Severity-Based Processing - Process issues one severity level at a time
  5. Link Everything - Connect Jira → Branch → Commits → PR

Skill Contents

Sections

Available Resources

📚 references/ - Detailed documentation


Workflow Overview

StepDescriptionReference
0. DiscoverFind user's Jira project keyreferences/project-discovery.md
1. SearchCheck for existing open ticketsreferences/ticket-search.md
2. CreateCreate ticket if none existsreferences/ticket-creation.md
3. BranchCreate branch with Jira keyreferences/branch-naming.md
4. ProcessFix by severity levelreferences/severity-processing.md

Quick Reference

Emoji Conventions

Work TypeEmojiExample
AI-assisted (all)🤖Required in ALL AI commits/PRs
Security/Vulnerability🛡️🤖 🛡️ fix(security): resolve critical CVE
Code Quality/SonarQube🤖 ✅ fix(quality): resolve BLOCKER issues
Test Coverage🧪🤖 🧪 test: improve coverage
Dependency Updates📦🤖 📦 chore(deps): update Spring Boot
Documentation📝🤖 📝 docs: update API documentation
Performance🤖 ⚡ perf: optimize queries
Refactoring♻️🤖 ♻️ refactor: simplify error handling

Ticket Summary Format

🤖🛡️ Fix [SEVERITY] Dependabot vulnerabilities in [repo-name]
🤖✅ Resolve [SEVERITY] SonarQube issues in [repo-name]
🤖🧪 Improve test coverage for [module/class]
🤖📦 Update [dependency] to [version]

Branch Naming

{type}/{JIRA-KEY}-{short-description}

Examples:

  • fix/PROJ-123-critical-vulnerabilities
  • fix/PROJ-456-blocker-sonar-issues
  • test/PROJ-789-coverage-payment-service

References

ReferenceContent
references/project-discovery.mdHow to discover user's Jira project key
references/ticket-search.mdJQL queries to find existing tickets
references/ticket-creation.mdCreate tickets with proper format
references/branch-naming.mdBranch naming with Jira keys
references/severity-processing.mdProcess by severity level

Severity-Based Processing

Vulnerability Severity Order

  1. CRITICAL - Fix first
  2. HIGH - Only after no CRITICAL remain
  3. MEDIUM/MODERATE - Only after no HIGH remain
  4. LOW - Only after no MEDIUM remain

SonarQube Severity Order

  1. BLOCKER - Fix first
  2. CRITICAL - Only after no BLOCKER remain
  3. MAJOR - Only after no CRITICAL remain
  4. MINOR - Only after no MAJOR remain
  5. INFO - Only after no MINOR remain

Best Practices

  1. One severity per PR - Keep PRs focused and reviewable
  2. Batch related fixes - Group similar issues in one commit
  3. Clear descriptions - Document what was fixed and why
  4. Link everything - Jira ticket ↔ Branch ↔ Commits ↔ PR
  5. Update ticket status - Move ticket through workflow as work progresses

Skill Dependencies

SkillPurpose
pr-lifecyclePR creation, commit formats, GitHub CLI
  • .claude/skills/pr-lifecycle - PR creation and management
  • .claude/skills/stacked-prs - Stacked PR workflows

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です