KS
Killer-Skills

jira-lookup — how to use jira-lookup how to use jira-lookup, jira-lookup setup guide, jira-lookup alternative, jira-lookup vs claude code cli, jira-lookup install, automated pr code review, jira rest api tutorial, claude code cli documentation

v1.0.0
GitHub

About this Skill

Ideal for Development Agents leveraging REST API and CLI tools for streamlined issue tracking and code review processes. jira-lookup is a skill that automates PR code review using the Jira REST API and Claude Code CLI, enabling efficient issue tracking and code review

Features

Reads config.yaml to retrieve Jira base URL
Uses $JIRA_EMAIL and $JIRA_TOKEN environment variables for authentication
Fetches Jira issues via the REST API with curl commands
Displays issue details, including summary, status, assignee, and priority
Supports webhooks for real-time updates and PR lifecycle state tracking

# Core Topics

martin-janci martin-janci
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
33
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add martin-janci/claude-code-reviewer

Agent Capability Analysis

The jira-lookup MCP Server by martin-janci is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use jira-lookup, jira-lookup setup guide, jira-lookup alternative.

Ideal Agent Persona

Ideal for Development Agents leveraging REST API and CLI tools for streamlined issue tracking and code review processes.

Core Value

Empowers agents to automate Jira issue lookups using curl and REST API, providing real-time issue details such as summary, status, assignee, and priority, while integrating with tools like Claude Code CLI for enhanced code review capabilities.

Capabilities Granted for jira-lookup MCP Server

Automating Jira issue lookups for efficient project tracking
Streamlining PR code review processes using Claude Code CLI
Fetching issue details for informed decision-making
Integrating Jira with development tools for a unified workflow

! Prerequisites & Limits

  • Requires Jira REST API access
  • Needs $JIRA_EMAIL and $JIRA_TOKEN environment variables for authentication
  • Dependent on config.yaml for features.jira.baseUrl
Project
SKILL.md
1011 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Jira Issue Lookup

Look up a Jira issue using the REST API and display its details.

Steps

  1. Read config.yaml to get features.jira.baseUrl. If not set, ask the user.
  2. Use $JIRA_EMAIL and $JIRA_TOKEN environment variables for authentication.
  3. Fetch the issue via:
    bash
    1curl -s -u "$JIRA_EMAIL:$JIRA_TOKEN" \ 2 -H "Accept: application/json" \ 3 "${BASE_URL}/rest/api/3/issue/${JIRA_KEY}?fields=summary,status,assignee,priority"
  4. Display the results:

Error Handling

  • If the issue is not found (404), report "Issue not found".
  • If authentication fails (401/403), report "Authentication failed — check JIRA_EMAIL and JIRA_TOKEN env vars".
  • If baseUrl is not configured, report "Jira base URL not configured — set features.jira.baseUrl in config.yaml".

Related Skills

Looking for an alternative to jira-lookup or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication