Yejun Su
🌱 SEEDLING

Summarize JIRA

Requirement 

Install jira skill in ~/.agents/skills:

npx skills add goofansu/pi-stuff -s jira -g -a codex -y

Steps 

  1. List my open tickets in the current OA sprint as bullet points.
  2. Investigate each ticket in a separate pi process, executing them one after another to avoid rate limits, and generate a separate Markdown file for each ticket.
  3. The Markdown file’s format is defined in JIRA_TICKET.

Critical 

Search OUTPUT directory before doing 

Ignore this if a file matching <issue-key> exists.

Start pi process 

  1. Always create a new pi process using the command pi -p --no-session.
  2. Read the full ticket details and comments.
  3. Research current codebase, don’t write code.
  4. Write research results in the Markdown file.

Logging in session 

Don’t ask questions 

Only write the Markdown file. Do not ask questions.

JIRA_TICKET 

OUTPUT directory: ~/Downloads/jira-tickets OUTPUT file: <issue-type>-<issue-key>-<short-summary>.md

Bug 

# jira ticket title

## Problem
<describe the problem from the ticket>

## Root cause
<identify the root cause by reading relevant code>

## Solution
<propose or summarize the fix>

Story 

# jira ticket title

## Requirements
<describe the requirements from the ticket>

## Estimations
<estimate the complexity and effort based on the codebase>

Written on