pr-skill-triage

Parse PR metadata and SKILL.md changes to output a structured triage comment.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill pr-skill-triage-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-skill-triage
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/pr-skill-triage
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill pr-skill-triage-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage of inbound PRs that introduce or modify SKILL.md files is automated through security scans, secrets enumeration, cron slot-conflict checks, and quality signals to speed up human decision making.

Core Features & Use Cases

  • Validates per-skill frontmatter fields (name, description, tags, schedule, var) and body quality signals (steps count, notify usage, etc).
  • Runs per-skill security scans and aggregates HIGH/MEDIUM findings to surface actionable results.
  • Checks cron-slot conflicts against aeon.yml to surface scheduling clashes for fast risk assessment.
  • Produces a structured PR comment with a summary verdict and per-skill details to enable quick merge decisions.

Quick Start

Use this skill by dispatching it on a PR with SKILL.md changes to auto-generate a triage comment and update the triage state.

Frequently Asked Questions about pr-skill-triage

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

FAQPage Schema
How do I automate PR triage for inbound SKILL.md changes?

Automate PR triage by dispatching a skill that parses PR metadata and SKILL.md frontmatter to run security scans, enumerate secrets, check cron slot conflicts, and output a structured triage comment.

What does an automated skill security scan check during pull request triage?

A skill security scan validates per-skill frontmatter fields, runs per-skill security scans, and aggregates HIGH and MEDIUM findings to surface actionable results for fast human decision making.

How can I detect cron slot conflicts in aeon.yml for new skill pull requests?

Detect cron slot conflicts by checking inbound skill PR schedules against aeon.yml, surfacing scheduling clashes in the structured PR triage comment for immediate risk assessment.

Does PR triage automation validate SKILL.md frontmatter quality signals?

PR triage automation validates frontmatter fields like name, description, tags, schedule, and var, while also checking body quality signals such as steps count and notify usage.

Can I update triage state and notify operators automatically when PR issues are found?

Update triage state by writing a memory state.json file and notify operators only when actionable security findings, cron conflicts, or quality signal issues are detected during PR processing.

What are the limitations of automated PR triage for skill repositories?

Automated PR triage is limited to inbound skill PRs targeting specific repositories like aaronjmars/aeon, parsing only SKILL.md changes and frontmatter rather than general codebase modifications.