notifications

Scan Jira issue descriptions and comments for @mentions of the current user.

46|12|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/mulhamna/jira-commands --skill notifications-mulhamna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notifications
Source: https://github.com/mulhamna/jira-commands/tree/main/plugin/skills/notifications
Command: npx skills add https://github.com/mulhamna/jira-commands --skill notifications-mulhamna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents important Jira @mentions from being missed by surfacing recent mention activity directly from issue descriptions and comments.

Core Features & Use Cases

  • Scans description/comment ADF for Jira-level mentions: Detects mentions by matching the current user’s account ID inside the ADF content.
  • Lists actionable context: Shows the issue key, the author, and whether the mention came from a description or a comment.
  • Enables fast follow-up triage: Lets you inspect a specific mention by viewing the related issue.

Quick Start

Run notifications to scan recent Jira @mention events targeting you from issue descriptions and comments.

Frequently Asked Questions about notifications

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find recent Jira mentions directed at me before standup?

To find recent Jira mentions, this Skill scans issue descriptions and comments for your account ID, surfacing the issue key, author, and source location for daily triage.

What is the best way to triage Jira issue comments and descriptions for user mentions?

Triageing Jira issue mentions is done by running the notifications command, which parses ADF content to list actionable context like the issue key and author for fast review.

Do I need jirac to scan for issue mentions in ADF content?

Yes, you need jirac available in your environment, as the Skill runs the issue notifications command through it to detect your account ID inside the ADF content.

Can I inspect a specific Jira issue after finding a mention?

Yes, you can inspect a specific Jira issue by providing the issue key, enabling fast follow-up triage directly after identifying who mentioned you and where.

How does the Skill detect mentions within Jira ADF content?

It detects mentions by matching the current user's Jira account ID inside the ADF content found in issue descriptions and comments, ensuring accurate identification of directed activity.