mirror of
https://github.com/anthropics/claude-code.git
synced 2026-02-01 22:48:05 +00:00
Creates a new /oncall-triage command that automates the process of triaging GitHub issues and labeling critical ones for oncall attention. The command: - Fetches open bugs updated in last 3 days with 5+ engagements - Systematically evaluates each issue for blocking severity - Adds "oncall" label to truly blocking issues - Provides summary of all issues that received the label Includes guidance to use individual gh commands instead of bash loops to avoid approval prompts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>