alert-manager

aaron-he-zhu/seo-geo-claude-skills · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/aaron-he-zhu/seo-geo-claude-skills --skill alert-manager
0 commentsdiscussion
summary

Proactive monitoring and alert system for SEO and GEO metrics with threshold-based notifications.

  • Monitors rankings, traffic, technical issues, backlinks, competitor movements, and brand mentions across seven alert categories
  • Configures custom thresholds and priority levels (Critical, High, Medium, Low) with severity-based response plans
  • Supports multiple notification channels (Email, SMS, Slack) with recipient routing, suppression rules, and escalation paths
  • Includes alert fatigu
skill.md

Alert Manager

SEO & GEO Skills Library · 20 skills for SEO + GEO · ClawHub · skills.sh System Mode: This monitoring skill follows the shared Skill Contract and State Model.

Sets up proactive monitoring alerts for critical SEO and GEO metrics. Triggers notifications when rankings drop, traffic changes significantly, technical issues occur, or competitors make moves.

System role: Monitoring layer skill. It turns performance changes into deltas, alerts, and next actions.

When This Must Trigger

Use this when the conversation involves any of these situations — even if the user does not use SEO terminology:

Use this whenever the task needs time-aware change detection, escalation, or stakeholder-ready visibility.

  • Setting up SEO monitoring systems
  • Creating ranking drop alerts
  • Monitoring technical SEO health
  • Tracking competitor movements
  • Alerting on content performance changes
  • Monitoring GEO/AI visibility changes
  • Setting up brand mention alerts

What This Skill Does

  1. Alert Configuration: Sets up custom alert thresholds
  2. Multi-Metric Monitoring: Tracks rankings, traffic, technical issues
  3. Threshold Management: Defines when alerts trigger
  4. Priority Classification: Categorizes alerts by severity
  5. Notification Setup: Configures how alerts are delivered
  6. Alert Response Plans: Creates action plans for each alert type
  7. Alert History: Tracks alert patterns over time

Quick Start

Start with one of these prompts. Finish with a short handoff summary using the repository format in Skill Contract.

Set Up Alerts

Set up SEO monitoring alerts for [domain]
Create ranking drop alerts for my top 20 keywords

Configure Specific Alerts

Alert me when [specific condition]
Set up competitor monitoring for [competitor domains]

Review Alert System

Review and optimize my current SEO alerts

Skill Contract

Expected output: a delta summary, alert/report output, and a short handoff summary ready for memory/monitoring/.

  • Reads: current metrics, previous baselines, alert thresholds, and reporting context from CLAUDE.md and the shared State Model when available.
  • Writes: a user-facing monitoring deliverable plus a reusable summary that can be stored under memory/monitoring/.
  • Promotes: significant changes, confirmed anomalies, and follow-up actions to memory/open-loops.md and memory/decisions.md.
  • Next handoff: use the Next Best Skill below when a change needs action.

Data Sources

Note: All integrations are optional. This skill works without any API keys — users provide data manually when no tools are connected.

See CONNECTORS.md for tool category placeholders.

With ~~SEO tool + ~~search console + ~~web crawler connected: Automatically monitor real-time metric feeds for ranking changes via ~~SEO tool API, indexing and coverage alerts from ~~search console, and technical health alerts from ~~web crawler. Set up automated threshold-based alerts with notification delivery.

With manual data only: Ask the user to provide:

  1. Current baseline metrics for alert thresholds (rankings, traffic, backlinks)
  2. Critical keywords or pages to monitor
  3. Alert priority levels and notification preferences
  4. Historical data to understand normal fluctuation ranges
  5. Manual reporting on metric changes when they check their tools

Proceed with the alert configuration using provided parameters. User will need to manually check metrics and report changes for alert triggers.

Instructions

When a user requests alert setup:

  1. Define Alert Categories

    ## SEO Alert System Configuration
    
    **Domain**: [domain]
    **Configured Date**: [date]
    
    ### Alert Categories
    
    | Category | Description | Typical Urgency |
    |----------|-------------|-----------------|
    | Ranking Alerts | Keyword position changes | Medium-High |
    | Traffic Alerts | Organic traffic fluctuations | High |
    | Technical Alerts | Site health issues | Critical |
    | Backlink Alerts | Link profile changes | Medium |
    | Competitor Alerts | Competitor movements | Low-Medium |
    | GEO Alerts | AI visibility changes | Medium |
    | Brand Alerts | Brand mentions and reputation | Medium |
    
  2. Configure Alert Rules by Category

    For each relevant category (Rankings, Traffic, Technical, Backlinks, Competitors, GEO/AI, Brand), define alert name, trigger condition, threshold, and priority level.

    Reference: See references/alert-configuration-templates.md for complete alert tables, threshold examples, and response plan templates for all 7 categories.

  3. Define Alert Response Plans

    Map each priority level (Critical, High, Medium, Low) to a response time and immediate action steps.

  4. Set Up Alert Delivery

    Configure notification channels (Email, SMS, Slack), recipient routing by role, suppression rules (duplicate cooldown, maintenance windows), and escalation paths.

  5. Create Alert Summary

    # SEO Alert System Summary
    
    **Domain**: [domain]
    **Configured**: [date]
    **Total Active Alerts**: [X]
    
    ## Alert Count by Category
    
    | Category | Critical | High | Medium | Low | Total |
    |----------|----------|------|--------|-----|-------|
    | Rankings | [X] | [X] | [X] | [X] | [X] |
    | Traffic | [X] | [X] | [X] | [X] | [X] |
    | Technical | [X] | [X] | [X] | [X] | [X] |
    | Backlinks | [X] | [X] | [X] | [X] | [X] |
    | Competitors | [X] | [X] | [X] | [X] | [X] |
    | GEO | [X] | [X] | [X] | [X] | [X] |
    | **Total** | **[X]** | **[X]** | **[X]** | **[X]** | **[X]** |
    
    ## Quick Reference
    
    ### If You Get a Critical Alert
    
    1. Don't panic
    2. Check alert details
    3. Follow response plan
    4. Document actions taken
    5. Update stakeholders
    
    ### Weekly Alert Review Checklist
    
    - [ ] Review all alerts triggered
    - [ ] Identify patterns
    - [ ] Adjust thresholds if needed
    - [ ] Update response plans
    - [ ] Clean up false positives
    

Validation Checkpoints

Input Validation

  • Alert thresholds are based on realistic baseline data
  • Critical keywords and pages clearly identified
  • Response plans defined for each alert priority level
  • Notification channels configured with appropriate recipients

Output Validation

  • Every metric cites its data source and collection date
  • Alert thresholds account for normal metric fluctuations
  • Response plans are specific and time-bound
  • Source of each alert trigger clearly stated (~~SEO tool API alert, ~~search console notification, ~~web crawler alert, or manual user check)

Example

User: "Set up ranking drop alerts for my top keywords"

Output:

## Ranking Alert Configuration

### Critical Keywords (Immediate Alert)

| Keyword | Current | Alert If | Priority |
how to use alert-manager

How to use alert-manager on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add alert-manager
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/aaron-he-zhu/seo-geo-claude-skills --skill alert-manager

The skills CLI fetches alert-manager from GitHub repository aaron-he-zhu/seo-geo-claude-skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/alert-manager

Reload or restart Cursor to activate alert-manager. Access the skill through slash commands (e.g., /alert-manager) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.431 reviews
  • Naina Abebe· Dec 20, 2024

    Solid pick for teams standardizing on skills: alert-manager is focused, and the summary matches what you get after install.

  • Charlotte Sharma· Dec 8, 2024

    Registry listing for alert-manager matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Arya Rao· Dec 4, 2024

    alert-manager has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Anika Martin· Nov 27, 2024

    Useful defaults in alert-manager — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Charlotte Haddad· Oct 18, 2024

    I recommend alert-manager for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Sakshi Patil· Sep 17, 2024

    We added alert-manager from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Hassan Haddad· Sep 17, 2024

    We added alert-manager from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Chaitanya Patil· Aug 8, 2024

    alert-manager fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Arya Gill· Aug 8, 2024

    alert-manager fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Piyush G· Jul 27, 2024

    alert-manager is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

showing 1-10 of 31

1 / 4