alerts

Aggregates software project health alerts and benchmarks into a scored JSON report.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/jasonmichaelbell78-creator/framework --skill alerts-jasonmichaelbell78-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alerts
Source: https://github.com/jasonmichaelbell78-creator/framework/tree/main/.claude/skills/alerts
Command: npx skills add https://github.com/jasonmichaelbell78-creator/framework --skill alerts-jasonmichaelbell78-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Software project health monitoring is complex and error-prone; Alerts provides an intelligent dashboard that aggregates alerts, health scores, and benchmarks to streamline triage and remediation.

Core Features & Use Cases

  • Aggregates health checks across code quality, security, testing, learning, and doc health into a single, comparable health score.
  • Emits category-specific alerts with severity, contextual data, and actionable guidance.
  • Generates a session plan and delta-tracking to quantify improvements over time.

Quick Start

Run the alerts script in limited mode to generate a quick health report for your project.

Frequently Asked Questions about alerts

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

FAQPage Schema
How do I aggregate software project health alerts into a unified dashboard score?

To monitor project health, run the alerts script to aggregate checks across code quality, security, testing, and docs into a single comparable score. It returns a structured v2 JSON payload with category insights, severity levels, and a session plan for automated context loading.

What is auto-triage for codebase health monitoring and how does it work?

Auto-triage for codebase health monitoring analyzes benchmarks and trends to surface critical issues. It emits category-specific alerts with severity, contextual data, and actionable remediation guidance to streamline maintenance across CI pipelines and project dashboards.

How do I generate a quick health report for a Node.js project?

Generate a quick health report for a Node.js project by running the alerts script in limited mode. This produces a fast overview of your project's health score, category alerts, and critical issues without requiring external dependencies.

Do I need external dependencies to track CI pipeline health benchmarks and deviations?

No external dependencies are required to track CI pipeline health benchmarks. The alerts script operates independently to aggregate health checks, detect deviations from baselines, and generate delta-tracking session plans suitable for automated context loading.

Can I quantify codebase maintenance improvements over time using health scores?

You can quantify codebase maintenance improvements over time using delta-tracking and session plan features. By comparing baseline health scores and category benchmarks across sessions, the system generates comparable metrics that surface maintenance opportunities and deviations.

What categories should I include when setting up a project health dashboard?

When setting up a project health dashboard, include categories for code quality, security, testing, learning, and doc health. The alerts script aggregates these checks to emit category-specific alerts and generate a unified, comparable health score.