triaging-issues
NewTriages GitHub issues by routing to oncall teams, applying labels, and closing questions. Use when processing new PyTorch issues or when asked to triage an issue.
Summary
This skill automates GitHub issue triage by routing issues to the correct oncall team, applying relevant labels, and closing questions or support requests.
- It helps maintainers and contributors quickly process new PyTorch issues, reducing manual overhead and ensuring consistent triage workflows.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "triaging-issues": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/triaging-issues https://github.com/pytorch/pytorch/issues/12345
Triage the latest 10 unlabeled issues in the pytorch/pytorch repo.
Apply the 'bug' label and route issue #67890 to the 'core' oncall team.
Security Audits
Frequently Asked Questions
What is triaging-issues?
This skill automates GitHub issue triage by routing issues to the correct oncall team, applying relevant labels, and closing questions or support requests. It helps maintainers and contributors quickly process new PyTorch issues, reducing manual overhead and ensuring consistent triage workflows.
How to install triaging-issues?
To install triaging-issues: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "triaging-issues": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is triaging-issues best for?
triaging-issues is a mcp categorized under General. It is designed for: productivity, communication. Created by pytorch.
What can I use triaging-issues for?
triaging-issues is useful for: Automatically assign the appropriate oncall team to a new PyTorch bug report.; Apply labels like 'bug', 'enhancement', or 'question' to incoming GitHub issues.; Close issues that are support questions or not actionable, with a polite comment.; Triage a batch of unprocessed issues in a PyTorch repository to clear the backlog.; Route a feature request to the relevant team and add the 'feature' label.; Re-triage an existing issue after a label or team assignment change is needed..