ワンクリックで
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: