Matrix Warnings

Store and enforce warnings for problematic files and packages in a repository.

110|9|Updated Dec 16, 2025
One-click install
npx skills add https://github.com/ojowwalker77/Claude-Matrix --skill matrix-warnings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Matrix Warnings
Source: https://github.com/ojowwalker77/Claude-Matrix/tree/main/skills/warn
Command: npx skills add https://github.com/ojowwalker77/Claude-Matrix --skill matrix-warnings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing potential risks in your repository by recording, tracking, and enforcing warnings on problematic files and packages.

Core Features & Use Cases

  • List warnings: view all current warnings with optional filters for type (file or package) or repo-specific scope.
  • Add warnings: create new warnings with type, target, reason, severity, and scope.
  • Check and enforce: quickly verify whether a given file or package currently has a warning and understand its impact.
  • Use case: a security-sensitive project wants to tag deprecated dependencies and flagged files to prevent accidental merges.

Quick Start

Run a warning check on a file pattern like src/legacy/*.ts to see existing issues and then add a warning for that pattern with a descriptive reason.

Frequently Asked Questions about Matrix Warnings

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

FAQPage Schema
How do I track warnings for problematic files and packages in a repository?

You can track warnings for problematic files and packages by centralizing them with this Skill. It identifies, stores, and enforces warnings using parameters like type, target, reason, severity, and scope to maintain repository hygiene.

Can I check if a specific file pattern has an existing warning before merging code?

Yes, you can check if a file pattern has an existing warning before merging code. The Skill verifies whether a given file or package currently has a warning and helps you understand its impact on your project.

What is the best way to enforce warnings on deprecated dependencies during CI pipelines?

The best way to enforce warnings on deprecated dependencies during CI pipelines is to apply stored repository warnings. This Skill integrates into CI pipelines to preempt risky changes by checking file and package warnings against defined severity levels.

How do I add a new warning for a security-sensitive file in my repository?

To add a new warning for a security-sensitive file, you create a warning entry specifying the type, target, reason, severity, and scope. This tags deprecated dependencies and flagged files to prevent accidental merges into your repository.

How do I filter repository warnings to view only repo-specific package issues?

You filter repository warnings to view only repo-specific package issues by listing warnings with optional filters. The Skill supports filtering by type, such as file or package, and by repo-specific scope to isolate relevant warnings.

When should I use centralized code warnings instead of standard code comments?

You should use centralized code warnings instead of standard comments when you need to enforce warnings during code reviews and CI pipelines. It preempts risky changes by tracking problematic files and packages with defined severity, unlike passive comments.