.agents/skills/create-ticket/SKILL.md
Use when a bug, task, or story needs tracking in the DWP Jira project. Creates a Jira ticket through Atlassian MCP integration.
npx skillsauth add tkstang/open-agent-toolkit create-ticketInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a new ticket on the DWP project board in Jira.
Parse the following from $ARGUMENTS:
Collect the following from the user (skip if provided in arguments):
Required:
Optional:
Present a summary of all collected information and ask for confirmation before creating.
Use the createJiraIssue MCP tool with:
cloudId: 96aba6b1-4c85-47bf-bd5b-a3ef7c5802ecprojectKey: DWPsummary: Ticket titleissueTypeName: Bug, Story, Task, or Subtaskdescription: Description text (if provided)On success, provide:
https://vmproduct.atlassian.net/browse/{ISSUE_KEY}On error, display the error message and suggest troubleshooting steps.
/create-ticket title "Update API documentation" type "Task"
/create-ticket title "Login fails with special characters" type "Bug" priority "High" description "Users cannot log in when email contains + characters"
/create-ticket title "Update TypeScript types" type "Subtask" parent "DWP-1234"
Create a task to review the authentication flow with high priority
Create a bug: Login fails with special characters in email. Priority: Highest. Labels: authentication,urgent
Create a subtask for DWP-1234: Update API types to match new schema
The Atlassian MCP server must be configured and accessible for this skill to work.
MCP Connection Failures:
Permission Errors:
Invalid Field Values:
documentation
Use when OAT implementation changes and repository reference docs must be synchronized. Updates .oat/repo/reference to match current behavior.
business
Merge multiple analysis artifacts into a single coherent report with provenance tracking. Reads existing artifacts from /deep-research, /analyze, and /compare.
testing
Use when the user questions or suspects an agent claim is wrong. Adversarially gathers evidence to verify or refute the claim using the best sources available in the current environment.
tools
Use when prioritizing backlog work or evaluating a roadmap. Produces value-effort ratings, dependency mapping, and execution recommendations.