Claude Code Plugins

Community-maintained marketplace

Feedback

get-ticket-info

@andreasphil/ris-utils
0
0

fetches the information about the work that should be done on the current branch. Use when the user tells you to "get the ticket info

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name get-ticket-info
description fetches the information about the work that should be done on the current branch. Use when the user tells you to "get the ticket info"
  1. Determine the ticket number associated with the current branch; this will be a Jira ticket following this pattern: risdev-\d+ at the beginning of the branch name.
  2. If there is no ticket number, cancel.
  3. If there is a ticket number, you can retrieve the description by running the following shell command: acli jira workitem view <ticket-number>
  4. Use this information as additional context when planning work on a task on a given branch.