check-sla

Evaluate GitHub issue SLA compliance using repository-specific or default criteria.

1|2|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/chagong/IssueLens --skill check-sla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-sla
Source: https://github.com/chagong/IssueLens/tree/main/.github/skills/check-sla
Command: npx skills add https://github.com/chagong/IssueLens --skill check-sla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the verification of Service Level Agreement (SLA) compliance for GitHub issues, ensuring timely resolution and adherence to project commitments.

Core Features & Use Cases

  • SLA Compliance Checking: Automatically determines if an issue meets defined SLA criteria.
  • Status Reporting: Generates clear status reports (Good, Warning, Violation) with detailed explanations.
  • Use Case: When a critical bug is reported, use this Skill to instantly check if it's on track to meet its SLA, flagging any potential delays or non-compliance.

Quick Start

Check the SLA status for issue number 123 in the owner/repo repository.

Frequently Asked Questions about check-sla

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

FAQPage Schema
How do I check GitHub issue SLA compliance automatically?

You can check GitHub issue SLA compliance by evaluating issues against repository-specific or default criteria to identify if they are meeting, warning, or violating Service Level Agreements based on age and labels.

What does an SLA warning status mean for GitHub issue tracking?

An SLA warning status indicates a GitHub issue is approaching its Service Level Agreement deadline. It flags potential delays during automated triage so teams can proactively manage issue resolution before a violation occurs.

Can I use repository-specific criteria to evaluate GitHub issue SLAs?

Yes, SLA compliance checking supports repository-specific criteria. It evaluates parent links, specific labels, and issue age to determine if GitHub issues meet your customized project commitments.

How do I automate triage for GitHub issues violating Service Level Agreements?

Automate triage by running SLA compliance checks to generate status reports identifying GitHub issues in violation. This enables proactive issue management workflows for critical bugs facing resolution delays.

Do I need the requests library to verify issue SLA status?

Yes, the requests library is required. It handles the HTTP interactions needed to fetch GitHub issue data for evaluating Service Level Agreement compliance and generating status reports.

What is the best way to flag critical bugs missing SLA deadlines on GitHub?

The best way to flag critical bugs missing SLA deadlines is automated compliance verification. It checks issue age and labels against criteria, instantly reporting violations to support proactive issue management.