Alerts Feature Unified Table banner
getqarote getqarote

Alerts Feature Unified Table

Development community

Description

# Alerts Feature — Unified Alert Table (feat/alert-table-unification) **Part:** apps/api/ + apps/app/ **Last Updated:** 2026-03-17 **Domain:** Alert monitoring, tracking, deduplication, and multi-channel notifications --- ## What Changed and Why ### Before: Two separate tables The system used two legacy tables: - **`SeenAlert`** — tracked currently active (and recently resolved) alerts. Had a `fingerprint` unique constraint, `firstSeenAt`, `lastSeenAt`, `resolvedAt`, `emailSentAt`. - **`Re

Installation

Installs to ~/.claude/skills/getqarote-qarote-alerts-feature-unified-table/SKILL.md

Terminal
mkdir -p ~/.claude/skills/getqarote-qarote-alerts-feature-unified-table && curl -fsSL https://raw.githubusercontent.com/getqarote/Qarote/HEAD/.claude/skills/alerts-feature-unified-table.md -o ~/.claude/skills/getqarote-qarote-alerts-feature-unified-table/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository