Add repo conventions and cron documentation

This commit is contained in:
2026-03-28 00:17:57 +00:00
parent f1aeaeefb5
commit 1b339d5bce
7 changed files with 279 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# GitHub Notifications Check
## Purpose
Review GitHub notifications for PR activity and major releases, with filtering to reduce noise.
## Entrypoint
- Skill: `skills/github-notifications/`
- Main wrapper: `skills/github-notifications/scripts/cron-wrapper.sh`
- Check script: `skills/github-notifications/scripts/check.sh`
- Optional dismissal helper: `skills/github-notifications/scripts/auto-dismiss.sh`
## Schedule
- Recurring
- Exact active schedule should be recorded here when finalized in the runtime scheduler
## Expected behavior
- Checks notification state
- Surfaces relevant PR activity
- Highlights major releases and selected dev builds
- Uses local state to avoid duplicate alerts
## State
- Local generated state file is ignored from git
- Current ignored file pattern: `skills/**/state.json`
## Notes
If runtime behavior changes, update this file alongside the skill or wrapper changes.