Комплексный триаж репозитория RTK через GitHub CLI
orchestration
rtk-triage is a Claude Code skill that orchestrates a full RTK repository triage by running issue and pull request analysis in parallel, then cross-referencing the data to detect double coverage (two PRs targeting the same issue), security findings without linked PRs, P0/P1 bugs with no PR, and internal conflicts between overlapping changesets. The workflow runs in four phases: precondition checks via `gh auth status`, parallel collection of up to 150 issues and 200 PRs using GitHub CLI, individual triage following issue-triage and pr-triage logic, and a five-section cross-analysis covering coverage gaps, dirty PRs, and untracked internal PRs. Output is saved to `claudedocs/RTK-YYYY-MM-DD.md` and includes a numeric summary table. Pass `en` or `fr` to control output language (default: French) and `save` to force file persistence. Best suited for weekly backlog reviews or pre-sprint preparation.
- #triage
- #issues
- #pull-requests
- #security-analysis
- #github-automation