jira-to-local
Installation
SKILL.md
Pull a Jira issue into a local folder
One job: an issue key goes in, a folder of readable files comes out. One issue, one folder, everything in it — fields, comments, subtasks, worklogs, images, and any Confluence page the issue links to.
<skill-path> below is this skill's directory.
The seven rules
1. Pull only. This skill never creates, edits, transitions, comments on,
assigns, or deletes anything in Jira. Every request reads: every REST call is a GET,
and the one POST is a GraphQL query — the only way to read the deployment list,
which no REST endpoint serves. Nothing here mutates anything. If the user wants a
write, say so plainly and route to atlassian-rest — do not improvise it here.