Create JIRA tickets from context using jira-cli. Drafts content, confirms with user, then creates.
18
18%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Routes to the appropriate leaf skill based on user intent.
| Intent | Delegate to |
|---|---|
| Create a ticket | tessl__jira-maker-create |
| Create/update Confluence page | tessl__jira-maker-confluence |
| Query/list tickets | tessl__jira-maker-query |
Before prompting for a JIRA ticket, check git branch name AND any open PR title for a ticket key (e.g., CXP-29506). If found, use it — do NOT ask.
Input: Problem description, solution, PR URL (optional), project key (default CXP) Output: JIRA ticket key and URL
When creating a JIRA before implementation:
tessl__jira-maker-create → get CXP-XXXXXambaba/CXP-XXXXX/<what-is-done>Closes CXP-XXXXXWhen creating a JIRA after implementation (retroactive):
Delegate to tessl__jira-maker-pitfalls for reference or when troubleshooting.