From mk
Searches Jira issues using JQL, validates queries, builds queries from natural language, manages saved filters, and exports results. Not for single-issue CRUD or bulk writes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mk:jira-searchWhen to use
Use to find Jira issues by JQL, validate JQL, build queries from natural language, manage saved filters, or export results. NOT for single-issue CRUD.
jira-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Forks to the `jira-search` agent. JQL is positional on `search query` and `search validate`; flags everywhere else. The agent enforces JQL sanitization for any user-derived term via `scripts/jql-sanitize.sh`.
Forks to the jira-search agent. JQL is positional on search query and search validate; flags everywhere else. The agent enforces JQL sanitization for any user-derived term via scripts/jql-sanitize.sh.
../../agents/jira-search.md../jira/references/{install-and-auth,cli-idioms,safety-framework}.mdreferences/jql-patterns.md — canonical JQL templates (curated)references/jql-reference.md — full JQL operator + function referencereferences/search-examples.md — practical query examples per scenariomk:jira-bulk (write-side bulk by JQL — same dry-run discipline), mk:jira-time (time-related JQL → see mk:jira-time/references/jql-snippets.md)npx claudepluginhub ngocsangyem/meowkit --plugin mkQueries JIRA issues using JQL by status, assignee, priority; creates and manages filters, exports results to CSV/JSON, performs bulk updates. For reporting, automation, and bulk operations.
Searches Jira Cloud for issues by assignee/status/label/project/type/component/reporter/parent or free text. Composes safe JQL from structured flags and renders summary tables with pagination.