From jira-tools
This skill MUST be used when the user asks to summarize their own Jira activity, what they personally worked on, or what they did in Jira over a time period. Trigger phrases include "summarize my jira activity", "what did I do in jira", "show my jira activity", "my activity in mbc", "what did I work on", "jira activity report", or any request combining a personal possessive ("my") with a Jira project and a time period (today, yesterday, this week, last week, this month). This skill is specifically for personal activity summaries — NOT sprint reports, NOT backlog listings, NOT issue searches. Examples: "summarize my jira activity in mbc yesterday", "what did I work on in mbc this week", "show my mbc activity last week".
How this skill is triggered — by the user, by Claude, or both
Slash command
/jira-tools:jira-activity-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates a structured activity report showing status changes on your assigned tickets and comment activity during a given time period.
Generates a structured activity report showing status changes on your assigned tickets and comment activity during a given time period.
MBC) and time period from the user's request.todayyesterdaythis_weeklast_weekthis_monthpython <skill-dir>/scripts/jira_activity.py --project <PROJECT_KEY> --period <period>
Examples:
python scripts/jira_activity.py --project MBC --period yesterday
python scripts/jira_activity.py --project MBC --period this_week
python scripts/jira_activity.py --project MBC --period last_week --max-issues 200
--max-issues defaults to 100. Increase it if the user reports missing activity on busy weeks/months.
Ticket changes — status transitions on tickets assigned to you during the period.
If a ticket moved through multiple states, the full chain is shown (e.g., moved from To Do to In Progress to Done).
Comments — three types, deduped so no comment appears twice:
JIRA_BASE_URL https://yoursite.atlassian.net
JIRA_EMAIL [email protected]
JIRA_API_TOKEN your-api-token
These should already be configured if the user has other jira-tools skills working.
The script prints markdown matching this template:
# Jira Activity for 03/03/2026
## Ticket changes
MBC-1234 moved from To Do to In Progress
MBC-1235 moved from To Do to In Progress to Done
## Comments
### Left a comment on MBC-2345 (assigned to John Doe):
- "comment text here"
### John Doe commented on your ticket MBC-1235:
- "This looks good"
### Jane Smith mentioned you in a comment on MBC-2567:
- "comment text here"
npx claudepluginhub ericfisherdev/claude-plugins --plugin jira-toolsGenerates daily standup reports aggregating 24h GitHub activity (PRs, commits, reviews) and Linear issues by status (In Progress, Todo, blockers). Ideal for morning prep or activity summaries.
Collaborate on JIRA issues: add/edit/delete comments, upload/download attachments, manage watchers, send notifications, view activity via jira-as CLI.
Generates short Jira comments from git commits summarizing shipped features or bug fixes with root cause analysis. Fetches issue details via Atlassian MCP and saves as local markdown report.