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

Create Jira Task

skill-temnov-tpm-claude-create-jira-task · by temnov-tpm

|

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

Install

$ agentstack add skill-temnov-tpm-claude-create-jira-task

✓ 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-temnov-tpm-claude-create-jira-task)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo 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 Create Jira Task? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Jira Task Creator

Workflow

  1. Determine type — Task or Bug. If user says "bug" → Bug. Otherwise → Task.
  2. Gather info — Ask for description if not provided. Ask clarifying questions if requirements are ambiguous (see rules below).
  3. Show preview — Display the formatted task in chat as markdown.
  4. Get confirmation — Wait for explicit "ok" from user.
  5. Create in Jira — Use Jira MCP tools. Cloud ID: 9e57008d-3b99-45ed-92da-1cdc13da4ea7. Project: SCRUM (My software team). Issue type: Task or Bug.

Project

All tasks and bugs are created in project SCRUM (My software team). Don't ask for project.

Writing Rules

  • Informational style (Zinsser): no filler, no fluff. Every sentence carries meaning.
  • No drama: don't add "critical", "important", "urgent" unless the user explicitly said so.
  • English B2: simple, clear English for non-native speakers. Short sentences. Active voice.
  • Ask if unclear: if requirements are ambiguous — ask, don't guess.

Task Template

Summary (Jira title)

Short, descriptive. Format: [Feature Area] Brief description

Description (Jira body)

Use this exact structure in the description field (markdown format — Jira API converts it automatically):

## Customer Problem

[1-3 sentences. What problem does the customer face? No adjectives, just facts.]

## Solution

[If design link provided, put it first as a link]

[Describe what needs to be built. Bullet points for discrete items. Keep it dry and factual.]

## Acceptance Criteria

| # | Criteria |
|---|----------|
| AC1 | [Criterion from developer perspective] |
| AC2 | [Criterion from developer perspective] |
| AC3 | [...] |

Bug Template

Summary (Jira title)

Short, descriptive. Format: [Feature Area] Brief description of the bug

Description (Jira body)

Use this exact structure in the description field (markdown format):

## Problem

[Describe what's wrong. What the user sees, what's unexpected. Include links to examples (playground, production) if available. Facts only, no guesses.]

## Acceptance Criteria

| # | Criteria |
|---|----------|
| AC1 | [What should be true after the fix] |
| AC2 | [What should be true after the fix] |

Bug Rules

  • Project: SCRUM
  • Issue type: Bug
  • Don't add Solution — that's the developer's job
  • If there's a link to an example (playground, production) — always include in Problem
  • AC: what should be true after the fix, not how to fix

Bug Preview Format

**Summary:** [title]
**Project:** SCRUM
**Type:** Bug

---

## Problem
[text]

## Acceptance Criteria
| # | Criteria |
|---|----------|
| AC1 | ... |
| AC2 | ... |

After preview, ask: "Create bug in Jira?" and wait for confirmation.


Acceptance Criteria Rules

  • Always a table with columns: # (format AC1, AC2...) and Criteria
  • Write from developer perspective: what the developer must verify
  • Each criterion = one testable statement
  • No vague criteria like "works correctly" — be specific

Preview Format

When showing the preview in chat, render it as readable markdown:

**Summary:** [title]
**Project:** SCRUM
**Type:** Task

---

## Customer Problem
[text]

## Solution
[text]

## Acceptance Criteria
| # | Criteria |
|---|----------|
| AC1 | ... |
| AC2 | ... |

After preview, ask: "Create task in Jira?" and wait for confirmation.

Jira Description Formatting

When creating the issue via API, pass description as markdown — the Jira MCP tool converts it to ADF automatically:

  • ## for headings
  • **text** for bold
  • [text](url) for links
  • - item for bullet lists
  • Standard markdown table syntax for tables

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.