jira

Manage Jira issues with create, view, search, transition, and comment actions.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/al-stev/field-eng-skills --skill jira-al-stev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/al-stev/field-eng-skills/tree/main/.claude/skills/jira
Command: npx skills add https://github.com/al-stev/field-eng-skills --skill jira-al-stev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jira, and includes scripts (resource) components.

What problem does it solve?

Reduce context switching and manual ticket management by enabling conversational creation, viewing, searching, and transitions of Jira issues for W&B projects, so engineers and SEs can find and update customer tickets without copying between tools.

Core Features & Use Cases

  • Search & List: Build JQL queries, filter by customer, type, assignee, or labels and return structured JSON summaries for reporting or triage.
  • Read-safe Analysis: View issue details, comments, transitions, and extract FE-UPDATE histories for customer status checks without requiring confirmation.
  • Controlled Writes: Create, edit, transition, assign, comment, link, flag, and add structured FE-UPDATEs with explicit user confirmation and clear change previews to avoid accidental modifications.
  • Use Case: Find all open bugs for a customer, summarize FE-UPDATEs to determine current status, and prepare a draft FE-UPDATE comment for approval.

Quick Start

Run the jira skill to list WB project issues for a customer, for example: uv run --project .claude/skills/jira python .claude/skills/jira/scripts/issues.py list --customer GResearch --pretty

Frequently Asked Questions about jira

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Jira issues directly from chat without context switching?

You can manage Jira issues by running conversational commands to create, view, search, and transition tickets for W&B projects. This enables engineers to update customer bugs and add FE-UPDATE comments without leaving the chat interface.

What do I need to authenticate with Atlassian Jira for issue tracking automation?

To automate Jira issue tracking, you need to set the ATLASSIAN_EMAIL and ATLASSIAN_TOKEN environment variables for authentication. This connects your session to the coreweave.atlassian.net instance to query and modify WB project tickets.

Can I search and filter Jira tickets by customer for bug tracking?

Yes, you can build JQL queries to filter Jira tickets by customer, type, assignee, or labels. The skill returns structured JSON summaries of the search results, making it suitable for reporting and triaging customer support issues.

Does this Jira automation tool support read-only views without confirmation prompts?

Yes, the tool enforces read-only defaults for viewing issue details, comments, and extracting FE-UPDATE histories. It only requires explicit user confirmation for controlled write operations like creating, editing, or transitioning tickets to prevent accidental modifications.

How do I add a structured FE-UPDATE comment to an Atlassian Jira ticket?

You can prepare a draft FE-UPDATE comment for approval within your chat session. The tool requires explicit user confirmation and provides clear change previews before applying the structured FE-UPDATE to the Jira issue.