plugins/github-status/skills/gh-status-check/SKILL.md
Check the current operational status of all GitHub services. Queries the public githubstatus.com API -- no authentication required. Use when the user says: "is github down", "github status", "check github", "are github actions working", "github service status"
npx skillsauth add aymenfurter/polyclaw gh-status-checkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Query the GitHub Status API to report on current platform health.
The API is public and requires no authentication. Base URL: https://www.githubstatus.com/api/v2/
curl -s https://www.githubstatus.com/api/v2/status.json
This returns a JSON object with status.indicator (one of none, minor, major, critical) and status.description.
curl -s https://www.githubstatus.com/api/v2/components.json
Each component has a name and status field. Key components to report on:
Component status values: operational, degraded_performance, partial_outage, major_outage.
curl -s https://www.githubstatus.com/api/v2/incidents/unresolved.json
If there are active incidents, extract:
investigating, identified, monitoring, resolved)## GitHub Status - <timestamp>
**Overall**: <indicator emoji> <description>
### Services
| Service | Status |
|---------|--------|
| Git Operations | operational |
| API Requests | operational |
| Actions | degraded_performance |
| ... | ... |
### Active Incidents (if any)
**<incident name>** -- <status>
- Impact: <affected components>
- Latest update (<timestamp>): <message>
Use these indicators:
operational -> "OK"degraded_performance -> "Degraded"partial_outage -> "Partial Outage"major_outage -> "Major Outage"Tell the user:
tools
Search the web for information using Playwright browser automation. Use when the user asks to find, look up, or research something online.
content-media
Summarize the content of a given URL. Use when the user provides a link and asks for a summary or key points.
development
Create, read, update, and organize personal notes. Use when the user asks to take a note, jot something down, save information for later, or manage their notes.
development
Generate a daily briefing summarizing recent memory and relevant information. Use when the user asks for a morning briefing or daily summary.