一键导入
jira
Read-only access to WATER project Jira tickets for task context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Read-only access to WATER project Jira tickets for task context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Standard skills and patterns an agent should apply when working in this codebase
Testing standards and conventions for this project
Expectations and rules for making git commits in this project
| name | jira |
| description | Read-only access to WATER project Jira tickets for task context |
The scripts require three environment variables:
JIRA_USER — the email address you use to log in to JiraJIRA_TOKEN — a personal API token (create one here)JIRA_BASE_URL — the organisation's Jira base URL, e.g. https://eaflood.atlassian.net (no trailing slash)Run bash .agents/skills/tools/jira/auth.sh to verify the credentials are working before using the skill.
This skill is read-only. You may only fetch ticket information. You must not:
If asked to do any of the above, refuse and explain that Jira access is read-only.
Run the ticket script to retrieve and display ticket information:
bash .agents/skills/tools/jira/ticket.sh <NUMBER>
Where <NUMBER> is either the full ticket ID (WATER-4904) or just the number (4904). The script always fetches from the WATER project.
Once fetched, treat the ticket output as authoritative context for the current task: