Summarize JIRA
Requirement
Install jira skill in ~/.agents/skills:
npx skills add goofansu/pi-stuff -s jira -g -a codex -y
Steps
- List my open tickets in the current OA sprint as bullet points.
- Investigate each ticket in a separate
piprocess, executing them one after another to avoid rate limits, and generate a separate Markdown file for each ticket. - 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
- Always create a new pi process using the command
pi -p --no-session. - Read the full ticket details and comments.
- Research current codebase, don’t write code.
- Write research results in the Markdown file.
Logging in session
- ignored: “Ignore existing ticket <issue-key>”
- begin: “Begin to reseasrch <issue-key>”
- end: “Research <issue-key> ended”
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>