What problem does it solve?
Reviewing Dependabot security alerts and remediation PRs in the Automattic/wp-calypso repository requires a consistent, safe triage process, and this Skill provides an advisory playbook so operators know exactly which GitHub CLI commands to run and how to classify results.
Core Features & Use Cases
- Alert Queue Scanning: Walks through the open Dependabot alert queue and reports counts of alerts and open Dependabot PRs.
- PR and Alert Inspection: Accepts a PR number, alert number, GHSA, CVE, or package name as input to focus the triage on a specific item.
- Triage Classification: Applies rules from the dependency security alerts playbook to decide whether to merge an existing bot PR, track and wait, or recommend a minimal manual remediation.
- Use Case: A maintainer asks for a security scan of wp-calypso; the Skill instructs which
gh commands to run, then classifies the returned alerts and PRs into action items versus no-action items.
Quick Start
Ask the assistant to scan the current Dependabot security alert queue for wp-calypso and report what action is needed.