Agent skill
my-tickets
Show all Jira tickets assigned to you
Install this agent skill to your Project
npx add-skill https://github.com/TheBushidoCollective/han/tree/main/plugins/services/jira/skills/my-tickets
SKILL.md
my-tickets
Name
jira:my-tickets - Show all Jira tickets assigned to you
Synopsis
/my-tickets [arguments]
Description
Show all Jira tickets assigned to you
Implementation
Retrieve and display all Jira tickets currently assigned to you.
Use the Atlassian MCP tool atlassian_search_issues with JQL:
assignee = currentUser() AND status != Done
Group the results by status and display in a clear table format:
| Key | Summary | Status | Priority | Updated |
|---|
Include:
- Ticket key (e.g., PROJ-123)
- Summary (truncate if too long)
- Current status
- Priority
- Last updated date
Show count of tickets by status at the end.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
create-blog-post
Research Reddit discussions and write a blog post about how Han addresses the topic
research-new-features
Research Claude AI/Code feature requests and discussions on Reddit
create-jutsu
Create a new technique plugin for a technology (language, tool, framework, or validation)
create-do
Create a new discipline plugin with specialized agents
create-hashi
Create a new bridge plugin for MCP server integration
plugin-development
Use when creating or modifying Han plugins. Covers plugin structure, configuration, hooks, skills, and best practices.
Didn't find tool you were looking for?