๐ŸŽซ
AutomationJava

Jira Task

by liferay

Jira Task is an Automation skill for Claude Code, published by liferay in liferay-portal.

2.3K stars3.8K forkson liferay/liferay-portalAdded 2026/07/20Repository updated 2026/08/03
Install in seconds
Install Jira Task
Copy Jira Task into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/liferay/liferay-portal/tree/master/.claude/skills/jira-task ~/.claude/skills/jira-task

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/liferay/liferay-portal.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/jira-task/SKILL.md in liferay/liferay-portal
Installs to
~/.claude/skills/jira-task
Collection
One of 16 skills cataloged from this repository
Category
Automation โ€” 2226 skills

What Jira Task does

Creates a Jira task in the LPD project via REST API, inferring details from commit hashes or descriptions. Use when you need to create a Jira task or LPD ticket.

Jira Task is cataloged under Automation on DirSkills.

Documentation

README

Create a Jira Task in LPD

Create a task ticket in the LPD Jira project through the REST API.

Input

When ${ARGUMENTS} is a commit hash, inspect the commit with git show to understand the work and infer the task. When ${ARGUMENTS} is a free-form description, use it directly.

Gather Information

Request any missing details from the user:

  • Summary โ€” short title describing the task.
  • Description โ€” what needs to be done and why.

Required Fields

The LPD project requires the following fields. Apply these defaults unless the user specifies otherwise:

  • Component: Infer from the code area. Fetch the LPD project components and select the one whose name matches the relevant area or keyword.
  • Issue Type: Task (ID: 10002).

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Jira Task

  • What else does liferay publish alongside Jira Task?

    Jira Task is one of 16 skills that DirSkills catalogs from liferay/liferay-portal, the repository it ships in. Its siblings there include Create Pull Request, Format Source and Format Source Add Rule. Each one is a separate skill with its own page in this directory, installs the same way Jira Task does, and is maintained by liferay in that same repository. The rest of the collection is listed on the liferay/liferay-portal page.

  • How does Jira Task compare to other Automation skills?

    Jira Task ranks #497 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Jira Task against them. Open each page to compare what they document and how they install.