·jira-search

Search Jira issues using JQL queries. Use when filtering issues by project, status, assignee, date, or building reports.

6Installs·2Trend·@01000001-01001110

Installation

$npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-search

How to Install jira-search

Quickly install jira-search AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-search
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: 01000001-01001110/agent-jira-skills.

SKILL.md

View raw

Purpose Search for issues using JQL (Jira Query Language). Supports filtering, pagination, and field selection.

| = | status = Done | Equals | | != | status != Done | Not equals | | IN | status IN (Done, Closed) | One of | | NOT IN | status NOT IN (Done) | Not one of | | | summary "bug" | Contains | | IS EMPTY | assignee IS EMPTY | Is null | | IS NOT EMPTY | assignee IS NOT EMPTY | Is not null | | >= | created >= -7d | Greater/equal |

| Relative | -7d | 7 days ago | | Relative | -2w | 2 weeks ago | | Relative | -1m | 1 month ago | | Absolute | 2025-01-15 | Specific date | | Function | startOfDay() | Today midnight | | Function | startOfWeek() | Monday |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-search
Category
@Collaboration
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from 01000001-01001110/agent-jira-skills

Quick answers

What is jira-search?

Search Jira issues using JQL queries. Use when filtering issues by project, status, assignee, date, or building reports. Source: 01000001-01001110/agent-jira-skills.

How do I install jira-search?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-search Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/01000001-01001110/agent-jira-skills