plugins/jira/skills/catch-me-up/SKILL.md
Gather and classify recent Jira activity to surface what needs attention
npx skillsauth add openshift-eng/ai-helpers catch-me-upInstall 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.
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.
tools
Analyze a JIRA issue and create a pull request to solve it. Use when the user wants to implement a fix or feature described in a Jira issue, push a branch, and open a draft PR.
development
Use when a deeper level of code review is requested. Multi-agent panel code review with specialist reviewers and forced runtime reproducers for all BLOCKING bug findings. Optionally posts to GitHub/GitLab as a PENDING review.
development
Review agentic documentation — verify claims locally against source code first, then use chai-bot for cross-repo and cross-functional verification
development
Use this skill when debugging a failed Prow CI job.