From jira
Gathers recent Jira activity for assigned/watched issues and classifies events into attention tiers (needs attention, unsure, noise).
How this skill is triggered — by the user, by Claude, or both
Slash command
/jira:catch-me-upThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Gathers recent Jira activity (changelogs and comments) for issues where the user is assignee or watcher, then classifies events into three tiers: needs attention, unsure, or noise.
Gathers recent Jira activity (changelogs and comments) for issues where the user is assignee or watcher, then classifies events into three tiers: needs attention, unsure, or noise.
scripts/gather.py — Fetches events from Jira REST API. Requires aiohttp. Outputs JSON to .work/catch-me-up/runs/{date}-{days}d/events.json. Caches by date and lookback window.scripts/split_batches.py — Splits gathered events into batch files for parallel classification.Invoked by the /jira:catch-me-up command. Not intended for standalone use.
npx claudepluginhub openshift-eng/ai-helpers --plugin jiraSummarizes Jira ticket activity and child tickets to detect stale backlog items. Analyzes hierarchy, comments, and changelog to produce a staleness report.
Analyzes Jira issue activity and generates status summaries for weekly updates, rollups, and feature updates.
Collaborate on JIRA issues: add/edit/delete comments, upload/download attachments, manage watchers, send notifications, view activity via jira-as CLI.