원클릭으로
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: