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

Project Management Jira

skill-ucdavis-ai-skills-registry-project-management-jira · by ucdavis

Craft comprehensive JIRA tickets (summary, context, requirements, deliverables, definition of done) from a title plus repo/user inputs. Trigger when the user asks for help drafting or refining a JIRA card, ticket, or story and expects structured markdown saved to disk.

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

Install

$ agentstack add skill-ucdavis-ai-skills-registry-project-management-jira

✓ 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-ucdavis-ai-skills-registry-project-management-jira)

Reliability & compatibility

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

About

Overview

Produce a single, production-ready JIRA ticket that can be pasted directly into the tracker. Always gather verifiable evidence from the repository or supporting docs so every section is grounded in facts instead of guesses.

Required Inputs

  • Card title or summary phrase supplied by the user.
  • Any user-provided notes, links, or attachments.
  • Facts gathered while investigating the workspace (logs, code references, specs). Use [references/contextchecklist.md](references/contextchecklist.md) to stay systematic.

Workflow

  1. Clarify scope: Ask for missing details (impacted users, environments, deadlines) if the request is ambiguous.
  2. Research context: Follow the context checklist to inventory relevant code, configs, data stores, and stakeholders. Capture file paths or line links for citation.
  3. Define outcomes: Translate goals into observable success metrics (e.g., “calendar defaults to current term for all roles”).
  4. Enumerate requirements: Convert each behavior into acceptance criteria that are testable and cover edge cases, accessibility, performance, and error states.
  5. Plan deliverables: List tangible artifacts (code changes, migrations, docs, dashboards) plus owners for reviews or sign-offs.
  6. List verification steps: Spell out deployment, monitoring, and rollback checks so the Definition of Done is unambiguous.
  7. Capture dependencies: Mention related tickets, sequencing constraints, feature flags, or rollout toggles.

Card Structure

  • Start from [references/jiracardtemplate.md](references/jiracardtemplate.md) and tailor the sections to the feature.
  • Keep headings consistent (Summary, Context, Requirements / Acceptance Criteria, Deliverables, Definition of Done). Add Rollout Plan, Analytics, or Open Questions only when necessary.
  • Reference concrete sources (file paths, dashboards, links) inline so engineers can trace assertions quickly.

Writing Guidance

  • Summary: One paragraph describing who is affected, the current pain, and the desired state.
  • Context: Bullet critical background items (related tickets, metrics, assumptions, blockers). Note unknowns explicitly instead of inventing details.
  • Requirements / Acceptance Criteria: Use ordered lists; each item must be independently testable.
  • Deliverables: Capture code, docs, experiments, or reviews required before close.
  • Definition of Done: Combine deployment, verification, alerting, and stakeholder sign-off in checklist form.

Output Instructions

  • Save the final ticket as jira-card-[slug].md in the working directory. Build [slug] by lowercasing the card title, replacing spaces with hyphens, and stripping non-alphanumeric characters except hyphens.
  • Include the card title as an H1 at the top of the file followed by the sections defined above.
  • If multiple cards are requested, generate one file per card.

Quality Checklist

  • Every requirement maps to a single verification step in the Definition of Done.
  • All assertions cite a source (file path, log, metric, or stakeholder note).
  • Dependencies, blockers, and assumptions are called out explicitly.
  • The tone is actionable, concise, and free of speculative language.
  • File slug matches the rules in Output Instructions.

References

  • [references/contextchecklist.md](references/contextchecklist.md) — prompts for collecting facts before drafting.
  • [references/jiracardtemplate.md](references/jiracardtemplate.md) — markdown scaffold for the ticket body.

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.