jira-connector
Installation
SKILL.md
Jira Connector
Read and write Jira Cloud issues through the REST API v3, cleanly and reproducibly. This is a connector building block — a thin, shared layer other QE skills reuse instead of each re-implementing auth, JQL search, and Atlassian Document Format (ADF).
Reads are safe and run immediately. Writes (create, comment, transition) default to
dry-run — nothing changes without --apply.