plugins/github-status/skills/gh-maintenance/SKILL.md
Check upcoming and active scheduled maintenance windows for GitHub services. Use when the user says: "github maintenance", "github scheduled downtime", "any github maintenance planned", "github upcoming maintenance"
npx skillsauth add aymenfurter/polyclaw gh-maintenanceInstall 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.
Check the GitHub Status API for planned and in-progress maintenance windows.
curl -s https://www.githubstatus.com/api/v2/scheduled-maintenances/upcoming.json
For each scheduled maintenance, extract:
name -- maintenance titlescheduled_for -- start timescheduled_until -- end timecomponents -- affected servicesincident_updates -- description of what will happencurl -s https://www.githubstatus.com/api/v2/scheduled-maintenances/active.json
If maintenance is currently in progress, extract the same fields plus current status.
## GitHub Scheduled Maintenance
### Currently Active
<If any maintenance is in progress, show details. Otherwise: "No active maintenance.">
### Upcoming
| When | Duration | Affected Services | Description |
|------|----------|-------------------|-------------|
| <date/time> | <calculated> | <components> | <name> |
<If no upcoming maintenance: "No scheduled maintenance windows.">
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.