一键导入
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/.