en un clic
jira
Read-only access to WATER project Jira tickets for task context
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Read-only access to WATER project Jira tickets for task context
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| 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:
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