·jira-search

使用 JQL 查詢搜尋 Jira 問題。按項目、狀態、受讓人、日期或建立報表過濾問題時使用。

6安裝·2熱度·@01000001-01001110

安裝

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

如何安裝 jira-search

透過命令列快速安裝 jira-search AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-search
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:01000001-01001110/agent-jira-skills。

SKILL.md

查看原文

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 |

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-search
分類
@協作工具
認證
收錄時間
2026-02-22
更新時間
2026-03-10

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

快速解答

什麼是 jira-search?

使用 JQL 查詢搜尋 Jira 問題。按項目、狀態、受讓人、日期或建立報表過濾問題時使用。 來源:01000001-01001110/agent-jira-skills。

如何安裝 jira-search?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-search 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

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

詳情

分類
@協作工具
來源
skills.sh
收錄時間
2026-02-22