rules

Retrieve security rules by ID, category, or severity with metadata and patterns.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/yonglunyao/skill-analyse-plugin --skill rules-yonglunyao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rules
Source: https://github.com/yonglunyao/skill-analyse-plugin/tree/main/skills/rules
Command: npx skills add https://github.com/yonglunyao/skill-analyse-plugin --skill rules-yonglunyao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query and browse the security rules used for skill analysis.

Core Features & Use Cases

  • Rule lookup and filtering: List all rules or show a specific rule by ID (e.g., PI001).
  • Category & Severity filters: Filter by category and severity to narrow results for auditing or threat modeling.
  • Patterns & metadata: Expose rule metadata, categories, severities, and matching patterns for integrated reporting.

Quick Start

Query the Skill Guardian rules library to list all rules or retrieve a specific rule by ID.

Frequently Asked Questions about rules

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

FAQPage Schema
How do I browse security rules for skill analysis and threat modeling?

You can browse security rules for skill analysis by querying the rules library to list all rules or retrieve specific rules by ID, category, or severity. This exposes rule metadata, categories, severities, and matching patterns for integrated reporting.

Can I filter security rules by severity and category for auditing?

Yes, you can filter security rules by severity and category to narrow results for auditing or threat modeling. The Skill retrieves relevant rules from the library and returns metadata, severity levels, categories, and textual patterns.

What is the best way to retrieve a specific security rule by its ID?

The best way to retrieve a specific security rule by ID is to query the Skill Guardian rules library directly. The Skill matches the provided ID, such as PI001, and returns the corresponding rule details including metadata and matching patterns.

How do I list all available security rules in the Skill Guardian library?

To list all available security rules, query the Skill Guardian rules library without specifying an ID. The Skill outputs all rules with their associated metadata, category, severity, and textual patterns for comprehensive analysis.

How does the Skill handle invalid inputs when querying security rules?

The Skill handles invalid inputs gracefully when querying security rules. If an unrecognized rule ID, category, or severity filter is provided, it processes the request without crashing and manages the invalid input smoothly.

What metadata is exposed when retrieving security rules for integrated reporting?

When retrieving security rules, the exposed metadata includes the rule ID, category, severity, and textual matching patterns. This information is structured to support integrated reporting, auditing, and threat modeling contexts.