Agent skill
notifications
View and manage sync notifications - import completions, discrepancies, sync failures. Filter by type and severity, show details, dismiss notifications.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/notifications
SKILL.md
Notifications Command
View and manage sync notifications - import completions, discrepancies, sync failures, and more.
Usage
/sw:notifications # List pending notifications
/sw:notifications --all # Include dismissed notifications
/sw:notifications --type sync-failure # Filter by type
/sw:notifications --severity warning # Filter by severity
/sw:notifications show <id> # Show notification details
/sw:notifications dismiss <id> # Dismiss a notification
/sw:notifications dismiss-all # Dismiss all pending notifications
Arguments
--all: Include dismissed notifications in the list--type <type>: Filter by notification type:import-complete: Import job finisheddiscrepancy: Code-spec discrepancy detectedsync-failure: Sync operation faileddrift: Status drift detectedjob-complete: Scheduled job finished
--severity <level>: Filter by severity:info,warning,critical--json: Output as JSON for scripting
Subcommands
list (default)
Lists notifications with severity emoji, title, and age.
đŦ PENDING NOTIFICATIONS (3)
âââââââââââââââââââââââââââââââââ
notif-abc123 â CRITICAL GitHub sync failed 2m ago
notif-def456 â ī¸ WARNING 2 discrepancies in FS-045 1h ago
notif-ghi789 âšī¸ INFO 107 items imported 3h ago
Use '/sw:notifications show <id>' to view details
Use '/sw:notifications dismiss <id>' to dismiss
show
Shows full notification details including data payload.
đŦ NOTIFICATION DETAILS
âââââââââââââââââââââââââââââââââ
ID: notif-abc123
Type: sync-failure
Severity: â critical
Title: GitHub sync failed
Message: Rate limit exceeded. Retry in 15 minutes.
Created: 2025-12-01 12:00:00 (2m ago)
Data:
platform: github
error: Rate limit exceeded
retryAfter: 900
dismiss
Dismisses a single notification.
â
Dismissed notification notif-abc123
Remaining: 2 pending notifications
dismiss-all
Dismisses all pending notifications with confirmation.
â ī¸ This will dismiss 3 pending notifications.
Proceed? [y/N]: y
â
Dismissed 3 notifications
Related
/sw:sync-monitor: Dashboard showing notification summary/sw:discrepancies: View and act on discrepancy notifications
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?