AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Mk:jira Bulk

skill-ngocsangyem-meowkit-jira-bulk · by ngocsangyem

Bulk JIRA operations on 10+ issues via the jira-as wrapper: bulk transition / assign / set-priority / clone / delete. Dry-run is MANDATORY first. Triggers: ''bulk update N issues'', ''mass transition'', ''transition 50+ issues to Done'', ''bulk-clone'', ''bulk-delete''. NOT for single-issue ops (mk:jira-issue / mk:jira-lifecycle).

No reviews yet
0 installs
45 views
0.0% view→install

Install

$ agentstack add skill-ngocsangyem-meowkit-jira-bulk

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ngocsangyem-meowkit-jira-bulk)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Mk:jira Bulk? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 (run bash $CLAUDE_PROJECT_DIR/.claude/skills/jira/scripts/fetch-workflow.sh if absent; see jira-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-update overlap — same dry-run discipline), mk:jira-lifecycle (single-issue transitions; same cache), mk:jira-relationships (bulk-link is 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.