원클릭으로
jira-integration
Create and manage Jira tickets with severity-based processing. Includes project discovery, ticket search, and branch naming.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create and manage Jira tickets with severity-based processing. Includes project discovery, ticket search, and branch naming.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
RFC-39 compliant API best practices for Java services. Covers request/response patterns, error handling, pagination, versioning, and authentication standards. Use when designing or reviewing REST APIs in Java services.
RFC-29 compliant changelog management with Common Changelog format and Unreleased section extension. Validates changelog on commits, generates from git history, and ensures all merged PRs are documented. Use when setting up changelog workflows or retrofitting existing repositories.
Systematic workflow for CodeRabbit reviews - local CLI, PR threads, and commit attribution
Enforces consistent coding standards across the codebase including naming conventions, code organization, and documentation requirements. Use when writing new code, reviewing pull requests, or refactoring existing code.
Database integration patterns for Java services using jOOQ and Flyway. Covers code generation, read/write splitting, migration guidelines, and version compatibility. Use when setting up or maintaining PostgreSQL integration.
Version catalog strategy, dependency management, BOMs, and version constraints for Java/Gradle projects. Covers version centralization, never-downgrade policy, bundle patterns, resolution strategies, and compatibility matrices.
| name | jira-integration |
| description | Create and manage Jira tickets with severity-based processing. Includes project discovery, ticket search, and branch naming. |
| compatibility | All repositories with Jira integration |
| metadata | {"version":"1.0.0","category":"workflow","tags":["jira","tickets","tracking","severity-processing"],"triggers":["on-demand"],"uses":["pr-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.
📚 references/ - Detailed documentation
| Step | Description | Reference |
|---|---|---|
| 0. Discover | Find user's Jira project key | references/project-discovery.md |
| 1. Search | Check for existing open tickets | references/ticket-search.md |
| 2. Create | Create ticket if none exists | references/ticket-creation.md |
| 3. Branch | Create branch with Jira key | references/branch-naming.md |
| 4. Process | Fix by severity level | references/severity-processing.md |
All commits and tickets follow Conventional Commits format:
| Type | Scope | Usage | Example |
|---|---|---|---|
fix | security | Security vulnerabilities | fix(security): resolve critical CVE-2024-1234 |
fix | quality | SonarQube/code quality | fix(quality): resolve BLOCKER issues |
test | <module> | Test coverage | test(payment): improve coverage |
chore | deps | Dependency updates | chore(deps): update Spring Boot |
docs | <area> | Documentation | docs(api): update endpoint documentation |
perf | <area> | Performance | perf(queries): optimize database queries |
refactor | <area> | Code restructuring | refactor(error): simplify error handling |
For AI-generated commits, add attribution in the footer:
Generated with the Quality Agent by the /fix-vulnerabilities command.
fix(security): [SEVERITY] Dependabot vulnerabilities in [repo-name]
fix(quality): [SEVERITY] SonarQube issues in [repo-name]
test: improve coverage for [module/class]
chore(deps): update [dependency] to [version]
{type}/{JIRA-KEY}-{short-description}
Examples:
fix/PROJ-123-critical-vulnerabilitiesfix/PROJ-456-blocker-sonar-issuestest/PROJ-789-coverage-payment-service| Reference | Content |
|---|---|
references/project-discovery.md | How to discover user's Jira project key |
references/ticket-search.md | JQL queries to find existing tickets |
references/ticket-creation.md | Create tickets with proper format |
references/branch-naming.md | Branch naming with Jira keys |
references/severity-processing.md | Process by severity level |
| Skill | Purpose |
|---|---|
pr-workflow | PR creation, commit formats, GitHub CLI |