andygrove opened a new pull request, #4109: URL: https://github.com/apache/datafusion-comet/pull/4109
## Which issue does this PR close? Closes #. ## Rationale for this change We have a bug triage guide at `docs/source/contributor-guide/bug_triage.md` but no automated way to work through the backlog of issues labeled `requires-triage`. This adds a Claude skill that does the triage pass against the guide and produces an audit trail. ## What changes are included in this PR? A new `.claude/skills/bug-triage/SKILL.md` that: - Reads `docs/source/contributor-guide/bug_triage.md` as the source of truth for priority, area labels, and escalation rules - Lists open issues labeled `requires-triage` - For each issue it can confidently classify, applies the recommended priority, area labels, and `good first issue` (where appropriate) and removes `requires-triage` - Skips issues that are too ambiguous (no repro, etc.) and leaves `requires-triage` intact on them so they show up in the next pass - Files a single dated summary issue (`Bug triage results: YYYY-MM-DD`) recording every decision plus skipped and failed entries, for a human reviewer to spot-check and close The skill is explicit about what it must not do: no inventing labels, no commenting on triaged issues, no closing issues, no AI attribution in the summary. ## How are these changes tested? No automated tests. This is a Claude skill (markdown instructions); behavior is exercised by invoking the skill against the live `apache/datafusion-comet` issue list. The summary issue created by each run is itself the human-reviewable artifact. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
