Install
$ agentstack add skill-ngocsangyem-meowkit-jira-bulk ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
mk:jira-bulk
Forks to the jira-bulk agent. The agent enforces a hard dry-run-first rule at runtime.
Dry-Run Workflow (MANDATORY)
Step 1: invocation + --dry-run
Step 2: agent shows would_* JSON keys + impacted-count
Step 3: explicit user "yes" → re-invoke without --dry-run
Skipping Step 1 is a hard violation. The agent will refuse if asked to skip the dry-run.
Triggers
- "bulk update N issues"
- "mass transition"
- "transition 50+ issues matching JQL to Done"
- "bulk-clone all PROJ stories tagged 'epic-x' into PROJ2"
- "bulk-delete tickets older than 2 years matching JQL"
Examples
- Mass transition: "transition all PROJ tickets in 'In Progress' for >30 days to Stalled"
- Reassignment: "reassign all open PROJ tickets from alice@ to bob@"
- Cleanup: "delete spam tickets matching JQL 'reporter = ext-bot AND created 50 issues
references/checkpoint-guide.md— checkpoint + resume strategy for 500+ issue ops- Workflow cache (read for accurate dry-run output):
tasks/jira-workflows/.md— discovered statuses + transitions (runbash $CLAUDE_PROJECT_DIR/.claude/skills/jira/scripts/fetch-workflow.shif absent; seejira-lifecycle/references/workflow-discovery.md)- For
bulk transition --to "", validate the target status name exists in the cache; for--id, validate the transition ID exists. Mismatch → reject before exec. - Peer leaves:
mk:jira-search(JQL author +bulk-updateoverlap — same dry-run discipline),mk:jira-lifecycle(single-issue transitions; same cache),mk:jira-relationships(bulk-linkis here)
Gotchas
- (none yet)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ngocsangyem
- Source: ngocsangyem/MeowKit
- License: MIT
- Homepage: https://docs.meowkit.dev/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.