원클릭으로
jira-tracker
Guides agents on documenting, naming, and categorizing upstream bugs/limitations in the repository's JIRA issue tracker.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guides agents on documenting, naming, and categorizing upstream bugs/limitations in the repository's JIRA issue tracker.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Activate this skill whenever writing tests, running linters, or committing code.
Activate this skill whenever preparing a release, bumping versions, or creating tags.
Activate this skill whenever opening Pull Requests, creating branches, or responding to GitHub issues.
Activate this skill whenever designing new features, modifying Docker compose logic, or interacting with Liferay environments.
Run FIRST before any task when workspace root lacks AGENTS.md. Creates AGENTS.md tailored to the Python environment (pyproject.toml, .venv, pytest).
Guides and scripts for developing, testing, linting, and releasing Liferay Docker Manager (LDM).
| name | jira-tracker |
| description | Guides agents on documenting, naming, and categorizing upstream bugs/limitations in the repository's JIRA issue tracker. |
This skill guides AI agents on how to document, organize, and track upstream platform limitations, core system bugs, or necessary API extensions inside this repository's jira/ issue tracker.
All bug reports and feature requests must live inside one of these subdirectories under the jira/ root:
jira/todo/: Draft tickets that have been written/documented but not yet raised on the JIRA platform.jira/open/: Tickets that are active and currently open on the JIRA platform.jira/closed/: Tickets that have been resolved, closed, or discarded.jira/todo/: Use the pattern LPS-DRAFT-[DESCRIPTION].md or a descriptive name.jira/open/ or jira/closed/: Use the pattern [JIRA-KEY]-[DESCRIPTION].md (e.g. LPD-95079-ACCOUNTS-BATCH-UPSERT.md).Every issue file must use the following template to guarantee high-quality, reproducible bug reports:
# Liferay DXP Bug Report: [Short, Descriptive Title]
[JIRA-KEY] - https://liferay.atlassian.net/browse/[JIRA-KEY]
## Component
- **[Component Name, e.g., Headless Commerce]**
- **[Underlying Engine, e.g., Vulcan Batch Engine]**
## Environment
- **Liferay Product Version**: [e.g., Liferay DXP 2026.q1.7-lts]
- **API Endpoint**: [e.g., /o/headless-admin-user/v1.0/accounts/batch]
## Summary
[A concise overview of the limitation or bug, the context of occurrence, and its impact on development.]
## Description & Technical Analysis
[Detailed analysis of the system behavior, underlying exceptions, database query parameters, or class inheritance issues.]
## Steps to Reproduce
1. [Step 1]
2. [Step 2]
3. [Step 3 with code snippets or payloads]
```json
{
"example": "payload"
}
```
## Expected Results
[Expected correct behavior of the API or system.]
## Workaround
[The precise implementation or configuration workaround deployed in this codebase to bypass the issue.]
When you discover an upstream bug or platform limitation:
jira/todo/.git mv to rename the file to include the JIRA Key and move it to jira/open/. Update the JIRA link inside the file.jira/closed/.